Add Exe File To Startup Windows 11 | How To

For power users who need fine-grained control, the Windows Registry offers a powerful, albeit riskier, method. The Registry contains two primary keys that control startup programs: one for the current user (HKEY_CURRENT_USER) and one for all users (HKEY_LOCAL_MACHINE). Warning: Incorrectly editing the Registry can destabilize the system; therefore, backing up the Registry or creating a system restore point before proceeding is essential.

To begin, the user presses Windows + R, types regedit, and presses Enter. For a program that should start only for the current user, they navigate to: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

For a program that should start for every user on the machine, they navigate to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Once at the correct key, the user right-clicks on the right-hand pane, selects “New” > “String Value,” and names it descriptively (e.g., “MyApp”). Then, they double-click the new value and, in the “Value data” field, enter the full path of the EXE file enclosed in quotation marks if the path contains spaces. For example: "C:\Program Files\MyApp\app.exe". After clicking OK and restarting the computer, the program will launch at startup. how to add exe file to startup windows 11

  • Right-click → New → String Value. Name it descriptively.
  • Double-click the new value and set the Data to the full path of the .exe in quotes, e.g.: "C:\Program Files\MyApp\myapp.exe"
  • Close Registry Editor. The program runs at next logon.
  • Warning: editing the registry can cause system issues if done incorrectly.

    Would you like a short script or exact registry .reg file to add a particular exe?

    (Invoking related search term suggestions.) For power users who need fine-grained control, the

    To add an .exe file to startup in Windows 11, you typically place a shortcut of that file into a specific system folder known as the Startup folder

    . Windows automatically checks this folder upon login and launches any shortcuts located there. Method 1: Using the Startup Folder (Recommended)

    This is the most reliable way to add any custom executable to your startup sequence. How to Add Apps to Startup in Windows 11 Right-click → New → String Value

    You can implement this feature in several ways. Below are the three most reliable methods, ranging from simple to advanced.


    The Startup folder is simple, but it lacks flexibility. Windows Task Scheduler gives you powerful options: delay startup, run with highest privileges, set conditions (e.g., only on AC power), or trigger on any user logon.

    Windows 11 is a sleek, powerful operating system, but its default startup management has changed slightly from Windows 10. If you have a specific program—a productivity tool, a communication app, or a custom script—that you want to launch automatically every time you log in, you need to know the right methods.

    Adding an .exe file to startup can save you time, ensure essential tools are always running, and automate repetitive tasks. However, doing it incorrectly can lead to slow boot times or security risks. This article covers six proven methods to add any EXE file to startup in Windows 11, from simple drag-and-drop techniques to advanced Task Scheduler configurations.