5
  1. Is there a way to start-up desktop shortcut automatically when Windows starts? (E.g. launch Google Chrome on login)

  2. Additionally, is there a way to make the browser start in full-screen mode? (The same as pressing F11)

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
Bside
  • 153

1 Answers1

10
  1. simply place a shortcut inside start/all programs/startup.
  2. Chrome can be started from the command line with a flag:

    %LocalAppData%\Google\Chrome\Application\chrome.exe -start-maximized
    

    so you can simply edit the Chrome app shortcut, or create a .bat file and place that line inside, than put either into the folder mentioned above (startup).

References: