Run Startup¶
Source: N/A
Contents¶
- Open Startup Folders from Shell Commands or Paths
- Examples
- Open Startup Apps from Task Manager
- Examples
- Appendix: Links
Open Startup Folders from Shell Commands or Paths¶
System or User | Shell Command | Folder Path |
---|---|---|
Startup (System) | shell::common startup |
%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Startup |
Startup (User) | shell::startup |
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup |
Examples¶
Open Startup Apps from Task Manager¶
Source: N/A
Use Task Manager‘s Taskmgr.exe
(a Windows32 executable located under path %WINDIR%\System32\
) with the flags /0
and /startup
telling the executable to open the Startup Tab.
%windir%\System32\Taskmgr.exe /0 /startup
Examples¶
opens this:
Appendix: Links¶
- Code
- Development
- Windows
- Command Line
- PowerShell
Backlinks:
list from [[Run Startup]] AND -"Changelog"