How to Access the Startup Folder on Windows 11/10
The Windows OS (since Windows 95) has a Startup folder that can be used to add applications and processes to the system that a user wants to launch at startup. Windows 11 and Windows 10 also have a Startup folder, although the Startup tab of its Task Manager does do a good job in adding/removing startup programs on Windows, the need to access the Windows startup folder is always there.
There are two types of Startup folders in any Windows version (Windows 10 or 11 included), one for a particular user and the other for all the users of the machine. The items present in the Startup folder for a particular user will launch only when a particular user is logged in, whereas, the items present in the Startup folder for All Users will launch for every user of the system. The method to open these folders is different as discussed below:
Open the Startup Folder of a Particular User
You can open the Startup folder either by the File Explorer or using the Run Command box.
Use the File Explorer to Open the Startup Folder for a Particular User
- Right-click Windows and select File Explorer.
- Now open This PC and double-click on your system drive (usually, the C drive).
- Then select the Users folder and open the folder with your username.
- Now open the AppData folder (you may have to show the hidden files of the system) and double-click on Roaming.
- Now open the Microsoft directory and double-click the Windows folder.
- Then open the Start Menu directory and double-click on the Programs folder.
- Now open the Startup folder and ta-da, you are in the Startup folder.
The complete path of the folder will be as under:
C:\Users\<yourusername>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Use the Run Command Box to Open the Startup Folder of a Particular User
Although you can open the Startup folder from the File Explorer, this process is a lengthy one, but some Run command box cmdlets can achieve the same with less effort.
Use the AppData and Users Commands
- Right-click on Windows and select Run.
- Now execute the following:
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
- Hurray, you have opened the Startup folder of Windows 10.
- You can also open the Startup folder by executing the following cmdlet in the Run command box:
\users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Use the Shell Command:
But it is quite difficult to remember the above-mentioned commands (although you can find them in the list of recent Run commands) but no need to worry, there is the following shorter command that can be used to open the Startup folder:
Shell:startup
Fun fact: You can copy the cmdlets mentioned in the Run command box section, paste it into the address bar of the File Explorer, and ta-da, it will still open the Startup folder of a particular user.
Open the Startup Folder for All Users of the Machine
You can open the Startup folder for all users by the File Explorer or through the Run command box.
Use the File Explorer to Open the Startup Folder for All Users
- Right-click Windows and open File Explorer.
- Now in the left pane, select This PC and open your system drive (usually, C drive).
- Then open the ProgramData folder (if the folder is not shown, make sure the viewing of the hidden and protected system files is enabled) and double-click on the Microsoft folder.
- Now open the Windows directory and double-click on the Start Menu folder.
- Then open the Programs directory and double-click on the Startup folder.
- You are now in the Startup folder.
The complete path to the Startup folder for All Users will be as under
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
Use the Run Command Box to Open the Startup Folder for the All User
The Startup folder for All Users can also be opened by the Run command box.
Use the ProgramData path
- Right-click Windows and select Run.
- Now execute the following:
%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp
- There you are, in the Startup folder for all users.
Use the Shell Command
You can also use the following shorter cmdlet in the Run command box to open the Startup folder for All Users:
shell:common startup
Remove an Item from the Startup Folder
Removing an item from the Startup folder (either for a particular user or All Users) is a straightforward process, simply delete the application/process/shortcut from the Startup folder.
Add An Item to the Startup Folder
Adding an application/process to the Startup folder of the Windows 10 is a bit trickier process (as compared to the deletion process), as discussed below:
- Open the Startup folder (either for a particular user or All Users) and right-click on the empty area.
- Now hoover over New and select Shortcut.
- Then click on the Browse button and navigate to the folder where the application/process is located. For example, to add Chrome, navigate to the following path and select Chrome.exe:
This PC>> C>> Program Files (x86)>> Google>> Chrome>> Application>>
- Now click on the OK button and in the resulting screen, click on Next.
- Then enter the name of the Shortcut (like Google Chrome) and click on Finish.