Do you always open the same app after restarting your computer? You can automatically run a program when Windows starts, here’s different ways to do this.
Method 1: Using the Startup Folder located at the Start Menu
The startup folder located at users Start Menu let’s you configure applications to run when windows starts. You just need to create a shortcut of the program into the folder.
Startup folder of the Current User
C:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Startup folder for all users
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
-Works with Windows 8, 7 and Vista-
Method 2: Using your Windows Registry to create a string value for the program
At Windows Registry, any program can be configure to run at startup by creating a string value and putting the path of the program.
Right-Click any space for the Registry Folder locations below –> Choose the Menu New String Value -> write the name of the program or any –> double click the created string value and input the File Path of the program
Windows Registry Folder Locations
For the Current User
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
For All Users
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Running the program Once after Windows Starts
- Current User
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
- For All Users
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
That’s it! Keep on reading!
0 Comments:
Post a Comment