Add a new startup application
Table of Contents
How do I add registry key to startup?
Add a new startup application

- Open your registry and find the key:
- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
- For each program you want to start automatically create a new string value using a descriptive name, and set the value of the string to the program executable.
How do I find my startup programs in the registry?
To view the applications loaded at startup, type the following command: MSH HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run> get-itemproperty . This will list all the registry values under this key. The same steps can be repeated for the HKey_Current_User folder.
Where are Windows startup scripts?
The path is Computer Configuration\Windows Settings\Scripts (Startup/Shutdown).
What is the registry entry for the service to start on the boot?

Start is a type REG_DWORD which specifies how the service is loaded or started. If the service is a Win32 service, the value of Start must be 2, 3, or 4.
How do I create a registry file?
reg file, follow these steps:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click the subkey that holds the registry item or items that you want to change.
- Click File, and then click Export.
- In the File name box, type a file name to use to save the .
Where is the Run registry key?
The Windows registry includes the following four Run and RunOnce keys: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run.
Where are Startup Items Windows 10 registry?
In both cases, the most common place to look for startup settings is under the \Software\Microsoft\Windows\CurrentVersion\ folder (or key), where you’ll find two important folders: Run and RunServices.
What is HKEY_CURRENT_USER?
HKEY_CURRENT_USER, often abbreviated as HKCU, is one of a half-dozen or so registry hives, a major part of the Windows Registry. It contains configuration information for Windows and software specific to the currently logged in user.
How do I make a startup script?
Run a script on start up on Windows 10
- Create a shortcut to the batch file.
- Once the shortcut is created, right-click the shortcut file and select Cut.
- Click Start, then Programs or All Programs.
- Once the Startup folder is opened, click Edit in the menu bar, then Paste to paste the shortcut file into the Startup folder.
How do I start Autohotkey on startup?
The easiest is to place a shortcut to the script in the Startup folder:
- Find the script file, select it, and press Ctrl + C .
- Press Win + R to open the Run dialog, then enter shell:startup and click OK or Enter .
- Right click inside the window, and click “Paste Shortcut”.
What is registry key?
In the Windows 98, CE, NT, and 2000 operating systems, a registry key is an organizational unit in the Windows registry, an internal database the computer uses to store configuration information.
How do I create a registry key in Windows 10?
1] Using Registry Editor Creating a Registry Key is easy. Right-click on any folder or white space and choose New. You can create a Key, String Value, Binary Value, DWORD Value (32-bit), QWORD value (64-bit), Multi-String Value or Expandable String Value.