Commands · Utility

UtilityWindows

System Configuration

msconfig

A graphical utility for controlling how Windows boots — which startup programs and services load, and switching into diagnostic/selective startup modes for troubleshooting.

// EXAMPLE

Using msconfig's "Diagnostic startup" mode to boot with only core drivers and services, to isolate whether a startup program is causing a problem.

// GOTCHA

The Startup tab in modern Windows just launches Task Manager's Startup tab instead — msconfig itself no longer manages startup programs directly, which confuses people following older guides.

// RELATED COMMANDS