How To Add Exe File To Startup Windows 11

Warning: Editing the registry can cause serious problems if done incorrectly.

  • Navigate to Run Key:

  • Create a New String Value:

  • Restart Your Computer: The application should launch at startup after a restart.

  • Navigate to the appropriate startup key: how to add exe file to startup windows 11

  • Create a new string value:

  • Name the value:

  • Set the value data:

  • Click OK and close Registry Editor.

  • The change takes effect after a restart or user sign-out. To remove it: just delete the string value you created.


    Before you restart your PC to test, confirm:

    Now you have complete control over what launches when Windows 11 starts. Automate wisely, and enjoy a boot experience tailored exactly to your workflow.


    Have a specific EXE that still won’t load? Check the application’s own settings first—many modern apps (Discord, Slack, Spotify) include a “Launch on startup” toggle inside their preferences, which is always the cleanest option. Warning : Editing the registry can cause serious


    The most sophisticated method is Task Scheduler, which allows users to not only launch an EXE at startup but also add conditions, such as a delay, running with highest privileges, or triggering only when a specific event occurs. This is ideal for programs that require administrative rights or that should start after a brief pause to reduce boot-time congestion.

    To use Task Scheduler, the user types “Task Scheduler” in the Start menu search and opens the app. In the Actions pane (right side), they click “Create Basic Task.” After naming the task, they select the trigger “When the computer starts” (for system startup) or “When I log on” (for user login). Next, they select the action “Start a program” and browse to the EXE file. After completing the wizard, the user can right-click the new task, select “Properties,” and under the “Conditions” or “Settings” tabs, configure options like “Run with highest privileges” or “Delay task for 30 seconds.”

    Best for: System administrators or users who want a program to run for all users on the PC.

    ⚠️ Warning: Editing the Windows Registry can cause system instability if done incorrectly. Proceed with caution. Navigate to Run Key :

  • Right-click on an empty space in the right pane.
  • Select New > String Value.
  • Name the value something recognizable (e.g., "MyCustomApp").
  • Double-click the new string value. In the "Value data" field, paste the full file path of the .exe file inside quotation marks.
  • Click OK and close the Registry Editor.

  • Task Scheduler lets you set delays, run with highest privileges, or run when no one is signed in.