how to run program when windows startup code example

Example 1: win 10 add program to startup

Adding app to startup manually:
1. Create app shortcut
2. Drag and drop in C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

To test if the app is added successfully:
1. Open task manager
2. Go to Startup
3. The app will be visible

Example 2: how to make an application auto run on windows startup

1. press window + R
2. write "shell:startup"
3. add the program file to the folder

Tags:

Misc Example