Windows Troubleshooting Guide

How to Open System Configuration
in Windows 10 & Windows 11

8 reliable ways to launch MSConfig — from the fastest Run command to Search, Task Manager, PowerShell, File Explorer, Control Panel, and desktop shortcuts.

⊞ Windows 10 ⊞ Windows 11 ⚙ MSConfig 🛠 Startup Diagnostics ⏱ 7 min read

What Is System Configuration in Windows 10 and Windows 11?

System Configuration, also known as MSConfig, is a built-in Windows utility used for boot diagnostics, startup troubleshooting, service management, and Safe Mode configuration. It is especially useful when Windows starts slowly, a driver causes boot problems, or you need to test whether a third-party service is interfering with the system.

The executable file is msconfig.exe. You can launch it in several ways, and most methods work exactly the same in Windows 10 and Windows 11. The fastest method is the Run dialog, but Search, Command Prompt, PowerShell, File Explorer, and desktop shortcuts are also convenient.

ℹ️
Important

System Configuration is mainly a diagnostic tool. It can change boot mode and disable services, so use it carefully. If you enable Safe Boot or disable services, remember how to reverse the change before restarting the computer.

Method 1: Open System Configuration with the Run Command

The Run dialog is the quickest and most universal way to open System Configuration. It works in all common editions of Windows 10 and Windows 11.

  1. Press Win + R on the keyboard.
  2. Type msconfig in the Run box.
  3. Press Enter or click OK.
Run command
msconfig

This command starts msconfig.exe directly and opens the System Configuration window. For most users, this is the best method because it requires only a few keystrokes.

Method 3: Open System Configuration from Task Manager

If File Explorer is frozen or the Start menu is not responding, Task Manager can launch System Configuration as a new task.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click Run new task. In older Windows 10 builds, open FileRun new task.
  3. Type msconfig.
  4. Click OK.
Useful when Windows is unstable

Task Manager is a practical fallback when the Start menu, taskbar, or Explorer process is not working correctly. You can also use it to restart Windows Explorer before opening MSConfig.

Method 4: Open MSConfig with Command Prompt

Command Prompt can start System Configuration with the same msconfig command. Administrator rights are usually not required just to open the window, but some troubleshooting actions may require elevated permissions.

  1. Press Win + R, type cmd, and press Enter.
  2. In Command Prompt, type the following command:
Command Prompt
msconfig
  1. Press Enter.

You can also run the full executable name if you prefer:

Alternative command
msconfig.exe

Method 5: Open MSConfig with PowerShell or Windows Terminal

PowerShell and Windows Terminal can also launch System Configuration. This is useful for administrators and users who already work in a terminal window.

  1. Right-click Start and select Terminal or Windows PowerShell.
  2. Enter one of the following commands:
PowerShell / Windows Terminal
msconfig

or:

Start-Process variant
Start-Process msconfig

If you are changing startup behavior on a managed work computer, some settings may be controlled by your organization and may not be editable.

Method 6: Open System Configuration from File Explorer

File Explorer can launch commands from its address bar. This is a quick method if you already have a folder window open.

  1. Open File Explorer with Win + E.
  2. Click the address bar at the top.
  3. Type msconfig.
  4. Press Enter.

You can also open the executable directly from the Windows system folder:

MSConfig file location
C:\Windows\System32\msconfig.exe

On a standard Windows installation, msconfig.exe is stored in C:\Windows\System32. Do not download MSConfig from third-party websites; use the built-in Windows file.

Method 7: Open System Configuration via Control Panel Tools

System Configuration can also be opened from the classic Windows Tools area. The exact label differs slightly between Windows 10 and Windows 11, but the idea is the same.

  1. Open Control Panel.
  2. Go to System and Security.
  3. Open Windows Tools in Windows 11 or Administrative Tools in Windows 10.
  4. Find and open System Configuration.

This method is slower than Run or Search, but it is useful when you are already browsing classic administrative utilities such as Event Viewer, Services, Task Scheduler, or Computer Management.

Method 8: Create a Desktop Shortcut for System Configuration

If you open MSConfig often, create a desktop shortcut. This is convenient for technicians, power users, and anyone who frequently tests startup settings.

  1. Right-click an empty area of the desktop.
  2. Select NewShortcut.
  3. In the location field, type:
Shortcut target
msconfig
  1. Click Next.
  2. Name the shortcut System Configuration.
  3. Click Finish.

You can right-click the new shortcut and choose Pin to Start or, depending on your Windows version and configuration, pin it to the taskbar for faster access.

Best Ways to Open System Configuration: Quick Comparison

All methods open the same MSConfig utility, but some are faster or better suited for troubleshooting.

Method Command or path Best for
Run dialog Win + Rmsconfig Fast everyday access
Windows Search System Configuration Users who prefer the Start menu
Task Manager Run new taskmsconfig When Explorer or Start is not responding
Command Prompt msconfig Command-line troubleshooting
PowerShell / Terminal Start-Process msconfig Administrative workflows
File Explorer C:\Windows\System32\msconfig.exe Manual access to the executable file
Desktop shortcut msconfig Frequent use

System Configuration Tabs Explained

After opening System Configuration, you will see several tabs. Each tab controls a different part of the Windows startup and diagnostic process.

General Tab

The General tab lets you choose between Normal startup, Diagnostic startup, and Selective startup. Selective startup is commonly used when you need to test Windows with some startup components disabled.

Boot Tab

The Boot tab contains boot options, including Safe Boot, boot log, base video, OS boot information, and timeout settings. This is where you can configure Windows to start in Safe Mode on the next restart.

Services Tab

The Services tab shows Windows services and third-party services. The Hide all Microsoft services checkbox is important when performing a clean boot because it helps prevent accidental disabling of core Windows services.

Startup Tab

In modern Windows versions, the Startup tab redirects startup app management to Task Manager. Use Task Manager to enable or disable apps that start automatically when you sign in.

Tools Tab

The Tools tab provides shortcuts to many Windows utilities, such as Event Viewer, Computer Management, System Information, Registry Editor, and Command Prompt.

How to Use MSConfig to Boot into Safe Mode

One common reason to open System Configuration is to start Windows in Safe Mode. Safe Mode loads Windows with a minimal set of drivers and services, which helps diagnose driver conflicts, malware symptoms, and startup problems.

  1. Open System Configuration using any method above.
  2. Go to the Boot tab.
  3. Check Safe boot.
  4. Choose Minimal for standard Safe Mode, or Network if you need network access.
  5. Click Apply and then OK.
  6. Restart the computer.
⚠️
Do not forget to turn Safe Boot off

If you enable Safe Boot in MSConfig, Windows may continue starting in Safe Mode until you disable the option. To return to normal startup, open msconfig again, go to the Boot tab, clear Safe boot, click OK, and restart.

How to Use System Configuration for a Clean Boot

A clean boot starts Windows with Microsoft services enabled and most third-party services and startup apps disabled. It helps identify software conflicts that cause errors, freezes, high CPU usage, slow startup, or failed installations.

  1. Open System Configuration.
  2. Go to the Services tab.
  3. Check Hide all Microsoft services.
  4. Click Disable all to disable remaining third-party services.
  5. Open the Startup tab and click Open Task Manager.
  6. Disable unnecessary startup apps in Task Manager.
  7. Restart Windows and test the problem again.

After troubleshooting, return to MSConfig and restore normal startup. Then re-enable services and startup apps gradually until you find the item causing the conflict.

🧩
Best practice

Always use Hide all Microsoft services before clicking Disable all. This reduces the risk of disabling essential Windows components during clean boot troubleshooting.

What to Do If System Configuration Does Not Open

If msconfig does not open, the problem may be caused by corrupted system files, blocked administrative tools, malware, policy restrictions, or a damaged Windows installation. Try the checks below.

1. Run MSConfig from the System32 folder

Open File Explorer and go to:

File location
C:\Windows\System32\msconfig.exe

If the file opens from this location, the issue may be related to shortcuts, Search indexing, or the Run path resolution.

2. Check Windows system files

Open Command Prompt or Terminal as administrator and run the System File Checker command:

System File Checker
sfc /scannow

If SFC reports that it cannot repair some files, run DISM and then run SFC again:

DISM repair command
DISM /Online /Cleanup-Image /RestoreHealth

3. Try an administrator account

Some corporate, school, or shared computers restrict access to system tools. Sign in with an administrator account or contact the device administrator if MSConfig is blocked by policy.

4. Scan the system for malware

Malware may block diagnostic tools. Run a full scan with Windows Security or another trusted security product, especially if other administrative tools such as Task Manager, Registry Editor, or Command Prompt are also disabled.

Frequently Asked Questions About Opening System Configuration

Q What is the fastest way to open System Configuration in Windows?
The fastest way is Win + RmsconfigEnter. This works in both Windows 10 and Windows 11.
Q Is MSConfig the same as System Configuration?
Yes. MSConfig is the common name and command for the Windows System Configuration utility. The executable file is msconfig.exe.
Q Do I need administrator rights to open MSConfig?
You can often open the window without elevation, but changing boot options, service settings, or startup configuration may require administrator rights. On managed work or school computers, some settings may also be restricted by policy.
Q Where is msconfig.exe located?
The standard file location is C:\Windows\System32\msconfig.exe. You should not download MSConfig separately because it is included with Windows.
Q Why does the Startup tab open Task Manager?
In modern Windows versions, startup app management is handled by Task Manager. MSConfig still includes the Startup tab, but it redirects you to Task Manager for enabling or disabling startup applications.
Q Can I use MSConfig to permanently speed up Windows?
MSConfig is best used for diagnostics and troubleshooting. For permanent startup optimization, use Task Manager, uninstall unnecessary programs, review background apps, and keep drivers and Windows components in good condition.

✦ Summary

The easiest way to open System Configuration in Windows 10 and Windows 11 is Win + Rmsconfig. You can also launch it from Windows Search, Task Manager, Command Prompt, PowerShell, File Explorer, Control Panel tools, or a desktop shortcut. Use MSConfig carefully: it is powerful for Safe Mode, clean boot troubleshooting, and service diagnostics, but incorrect boot or service changes can make Windows start differently than expected.