Auto Launch @ windows start-up
-
How do you get a program to start @ windows start-up?
-
How do you get a program to start @ windows start-up?
You would have to create a registry value in the
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
key. See here for more information.
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.
-
How do you get a program to start @ windows start-up?
Or you can copy/move your program to the startup folder and it will start up as soon as you logon. To access this folder you press start>> then Programs>>Then startup>> then right click select open or explore. With the registry keys you can use: Local machine(Which starts the program for all users) hklm/software/microsft/windows/run Current user(Which starts the program for only the currently logged on user) hkcu/software/microsoft/windows/run Hope this helps!
-
Or you can copy/move your program to the startup folder and it will start up as soon as you logon. To access this folder you press start>> then Programs>>Then startup>> then right click select open or explore. With the registry keys you can use: Local machine(Which starts the program for all users) hklm/software/microsft/windows/run Current user(Which starts the program for only the currently logged on user) hkcu/software/microsoft/windows/run Hope this helps!
Thanks for your replys....:-D