Prevent Google Chrome from remembering window position on close

You could use next Chrome command line parameters (update a Chrome shortcut target):

  • to specify the initial window position: --window-position=x,y and
  • to specify the initial window size: --window-size=w,h, or
  • to start the browser maximized, regardless of any previous settings: --start-maximized

So the target of a Chrome shortcut for starting Chrome window maximized could be as follows:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-maximized