Specifying programs to run every time Windows starts
If you want to start programs every time Windows runs, but would like to
hide them from users by not having the listed in the Startup folder or the
WIN.INI file, you can have them load through the registry.
-
Start Regedit
-
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion
\ Run or RunOnce
-
Right click on the right panel
-
Select New / String Value
-
Type in any name
-
For the value, enter the path and executable for the program you want to
run.
|