Is there a way to start-up desktop shortcut automatically when Windows starts? (E.g. launch Google Chrome on login)
Additionally, is there a way to make the browser start in full-screen mode? (The same as pressing F11)
Asked
Active
Viewed 5,684 times
5
Oliver Salzburg
- 89,072
- 65
- 269
- 311
Bside
- 153
1 Answers
10
- simply place a shortcut inside
start/all programs/startup. Chrome can be started from the command line with a flag:
%LocalAppData%\Google\Chrome\Application\chrome.exe -start-maximizedso you can simply edit the Chrome app shortcut, or create a
.batfile and place that line inside, than put either into the folder mentioned above (startup).
References:
Eliran Malka
- 504