Advertisement
Najeebsk

STARTUp-OPEN.reg

Aug 1st, 2022
1,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.08 KB | None | 0 0
  1. 1. Open Registry Editor. To do that:
  2.  
  3.     1. Simultaneously press the Win image + R keys to open the run command box.
  4.     2. Type regedit and press Enter to open Registry Editor.
  5.  
  6. regedit
  7.  
  8.  
  9.  
  10. 2. Now, depending on your wish, go to the corresponding registry location, as listed below:
  11.  
  12. Case A. If you want to start the program only at the current user, navigate to this registry location:
  13.  
  14.     HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
  15.  
  16.  
  17.  
  18. Case B: If you want to start the program at every user on the PC, navigate to this location:
  19.  
  20.     HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
  21.  
  22.  
  23.  
  24. 3. At the right pane, right-click at an empty space and choose New > String Value.
  25.  
  26. Add Startup Program in Registry
  27.  
  28. 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".)
  29.  
  30. 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.
  31.  
  32. Add Startup Program via Registry
  33.  
  34. 6. Close the Registry Editor and restart your PC to apply the change. *
  35.  
  36. * Note: If after applying the above steps, the desired program not launching at Windows startup, read this tutorial.
  37.  
  38. 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.
  39. -----------------------------------------------------------------------------------------------------
  40. Windows Registry Editor Version 5.00
  41.  
  42. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
  43. "SCRIPTS"="\"C:\\APP\\WELSOUND.vbs\""
  44. ------------------------------------------------------------------------------------------------------
  45. Windows Registry Editor Version 5.00
  46.  
  47. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
  48. "IDMan"="C:\\Program Files\\Internet Download Manager\\IDMan.exe /onboot"
  49. "Run-Command"="\"C:\\Users\\Najeeb\\Desktop\\RUN.exe\" -bg"
  50. "SCRIPTS"="\"C:\\Users\\Najeeb\\Desktop\\COMMANDS\\SCRIPTS.exe\""
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement