Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Open Registry Editor. To do that:
- 1. Simultaneously press the Win image + R keys to open the run command box.
- 2. Type regedit and press Enter to open Registry Editor.
- regedit
- 2. Now, depending on your wish, go to the corresponding registry location, as listed below:
- Case A. If you want to start the program only at the current user, navigate to this registry location:
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Case B: If you want to start the program at every user on the PC, navigate to this location:
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
- 3. At the right pane, right-click at an empty space and choose New > String Value.
- Add Startup Program in Registry
- 4. Name the new value with the name of the program you want to run. (e.g. If you want to run the Microsoft Word at startup (as in this example), type "Word".)
- 5. Now double click at the newly created value and at the Value data box, Paste (CRL + V) the copied path from the clipboard. When done, click OK.
- Add Startup Program via Registry
- 6. Close the Registry Editor and restart your PC to apply the change. *
- * Note: If after applying the above steps, the desired program not launching at Windows startup, read this tutorial.
- That's it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.
- -----------------------------------------------------------------------------------------------------
- Windows Registry Editor Version 5.00
- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
- "SCRIPTS"="\"C:\\APP\\WELSOUND.vbs\""
- ------------------------------------------------------------------------------------------------------
- Windows Registry Editor Version 5.00
- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
- "IDMan"="C:\\Program Files\\Internet Download Manager\\IDMan.exe /onboot"
- "Run-Command"="\"C:\\Users\\Najeeb\\Desktop\\RUN.exe\" -bg"
- "SCRIPTS"="\"C:\\Users\\Najeeb\\Desktop\\COMMANDS\\SCRIPTS.exe\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement