How to add a program to startup Windows Server 2012?

Xavier Mustin

Administrator
Staff member
#1
open run command (Winkey+R)->

type
Code:
shell:Startup
This will open a window in the otherwise hidden AppData path for the Startmenu/Programs/Startup -> Add a shortcut to the executable for the program you want to start.

OR

Code:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
This will of course only apply to the logon account that you're using at the time.

For all users type
Code:
shell:Common Startup
 
Haut