How to register my program into the startup
-
Hello Everybody, Can any one tell me a way to register my program into the startup so that it can be executed automatically as soon as the system is booted ? I want to do this for dispalying a icon on the system tray to control my program ( just like the Volume Icon in the system tray for adjusting Volume ). Thanks in advance.
-
Hello Everybody, Can any one tell me a way to register my program into the startup so that it can be executed automatically as soon as the system is booted ? I want to do this for dispalying a icon on the system tray to control my program ( just like the Volume Icon in the system tray for adjusting Volume ). Thanks in advance.
In registry at [HKEY_LOCAL_MACHINE]\Software\Microsoft\Windows\CurrentVersio\Run\ Add a string value ... Look at the entry that are already exists. Doesn't matter windows version /REMUS