How can I make it so that when my program is installed, it will run when the computer is first loaded? What exactly is the code?
Printable View
How can I make it so that when my program is installed, it will run when the computer is first loaded? What exactly is the code?
You need to place an Entry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
Aaron Young
Analyst Programmer
[email protected]
[email protected]
you need to no the code to do what he did like savesetting then all this ****, if you just swant to do it a simple way go like this:
filecopy "c:\whatever\whatever.exe", "C:\WINDOWS\Start Menu\Programs\StartUp\whatever.exe"