Adding a program to startup?

Status
Not open for further replies.

CrazeD

Fully Optimized
Messages
3,736
Location
Maine
How do you add a program to startup? I'm trying to add a Joystick emulation program to startup when windows starts, but there's no option in the program and I can't remember how you do it.
 
run regedit

hkeylocalmachine\software\microsoft\windows\currentversion\run\

make a new string value and put the program path for the value.
 
just a note: hkey_local_machine applies to all users accounts so if theres more then 1 and you want the program to run only for the currently logged in user , use hkey_current_user

another way , goto start-->programs and right click "startup" , click "open' , create a shortcut to the program , applies only to currently logged in user
 
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

put the program in that folder and it should start for every user
 
Status
Not open for further replies.
Back
Top Bottom