cybernet Posted February 9, 2008 Report Share Posted February 9, 2008 I want to know how i make to start the program at windows startup or log on with a registry commandcan you help mei want to be avaible for all users Quote Link to comment Share on other sites More sharing options...
Coreper Posted February 9, 2008 Report Share Posted February 9, 2008 which program?if i get this right you want to:add a program to the startup sequence of windows?this is very easy to do, on different ways:-add a shortcut to your program to the "C:\Documents and Settings\All Users\Menu Start\Programs\Startup"or try the more difficult way:-start registry editor [type regedit in the Run window]-browse to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run-create a new String value, and name it like the program you wish to add to the startup sequence-change the value to the location string of your programif you have any questions about this, let me know ;)btw: i prefer the registry way, because if you add something to the startup folder, it sometimes gets started twice during the startup sequence, which sometimes restores application windows, and that i find really annoyingmore info about the Run registry keys Quote Link to comment Share on other sites More sharing options...
cybernet Posted February 9, 2008 Author Report Share Posted February 9, 2008 thanks dude :D Quote Link to comment Share on other sites More sharing options...
Coreper Posted February 9, 2008 Report Share Posted February 9, 2008 youre welcome :D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.