Windows – How to start-up desktop shortcuts when Windows starts

google-chromewindowswindows 7

  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)

Best Answer

  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: