A tool to manage startup programs on windows through a CLI interface.
There are currently three functional commands List
, Enable
, Disable
Examples of usage StartupManager.exe --help
The help command can also be used on any commands;
Examples of usage StartupManager.exe list --help
Displays the current version of the application
Examples of usage StartupManager.exe --version
Will display a list of applications that starts with windows.
It's possible to use the --detailed
/-d
option to get a table output showing more information if they are enabled or not and if modifying them requires administrator rights.
Examples of usage StartupManager.exe list
or StartupManager.exe l
Examples of usage StartupManager.exe list --detailed
or StartupManager.exe l -d
Examples of usage StartupManager.exe enable Steam
or StartupManager.exe e Steam
Examples of usage StartupManager.exe disable Steam
or StartupManager.exe d Steam