Run Programs During Windows StartUp
Find the key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
Add a new String Value. Give the value any name, usually the name of the program. Then double-click on it and type in the path, file name and any command line parameters. For example:
Value Name = Notepad
Value Data = c:\windows\notepad.exe
Run Programs When Loading A User
Do the same as listed above, but use the key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Tip Submitted By: Yatir Halevi
Discover more from dotNetTips.com
Subscribe to get the latest posts sent to your email.
