How to Locate the Startup Folder on a Windows PC
O
Ohidur Rahman Bappy
MAR 22, 2025
How to Locate the Startup Folder on a Windows PC
Understanding Startup Folders
The Startup folders in Windows are essential for managing applications that automatically launch during the system boot-up. These folders are located in the following directories:
- For the Current User:
C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- For All Users:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
Accessing via Run Dialog
You can quickly access these folders using the Run dialog box. To open it, press the Windows key + R
simultaneously.
Run Commands
All Users Startup Folder
To access the Startup folder for all users, enter the following command:
Shell:common startup
Current User Startup Folder
To access the Startup folder for the current user, use this command:
Shell:startup
Using these commands will directly open the respective Startup folders, allowing you to manage startup programs efficiently.