Accidentally Disabled All MSCONFIG Services: How to Restore

Log back into your PC with restore methods


XINSTALL BY CLICKING THE DOWNLOAD FILE
A message from our partner

For fixing Windows errors, we recommend Fortect:

Fortect will identify and deploy the correct fix for your Windows errors. Follow the 3 easy steps to get rid of Windows errors:

  • Download Fortect and install it on your PC
  • Launch the tool and Start scanning your PC for Windows errors
  • Right-click on Start Repair to deploy the right fix for each error encountered during the scan
Download Now Fortect has been downloaded by 0 readers this month, rated 4.6 on TrustPilot

If you have accidentally disabled all services in MSCONFIG, many users on Microsoft’s forums have experienced the same issue. This can prevent you from logging into your PC and may even cause BSoDs or system crashes.

These services are essential for keeping Windows stable and functional. In this guide, we’ll explain how to re-enable all MSCONFIG services and get your system working normally again.

What can I do if I accidentally disabled all services MSCONFIG?

1. Perform Startup Repair

  1. Turn off your PC.
  2. Turn on your PC and press the F10 key when the first screen appears. The key could be different for different brands of PCs.
  3. Select Troubleshoot.
  4. Choose Advanced Options.
  5. Select Startup Repair.
  6. Wait for the process to complete, and do not interrupt the process.

Startup Repair or Automatic Repair is an inbuilt tool that fixes startup-related problems of your PC automatically.

It fixes missing or damaged system files preventing your PC from booting up. Once the process completes, your PC should boot up normally.

2. Enable MSCONFIG services using a different account

  1. Sign in to your other account that doesn’t require any password.
  2. Press Win + R keys to open the Run dialogue.
  3. Type msconfig and press Enter.
  4. Switch to the Services tab.
  5. Click on Enable all.
  6. Click Apply and OK.

This would work for users who have created one extra account on their PCs. You should ensure that at least one account doesn’t require password access, as this could help if you have disabled all services in the MSCONFIG situation.

3. Replace the on-screen keyboard with CMD

  1. Turn off your PC.
  2. Turn on your PC and press the F10 key when the first screen appears. The key could be different for different brands of PCs.
  3. Select Troubleshoot.
  4. Choose Advanced Options.
  5. Select Command Prompt.
  6. Run the below command to know the partition letter where you have installed Windows OS. BCDEDIT
  7. Execute the below commands to change the directory. C:/ cd Windows cd System32
  8. Replace the on-screen keyboard app by running the below command. ren osk.exe osk.exe.bak
  9. Copy the command prompt to osk.exe by running the below command. copy cmd.exe osk.exe
  10. Restart your PC.
  11. In the Windows login screen, click on the on-screen keyboard icon.
  12. This will trigger the Command Prompt.
  13. Type the below command to open MSCONFIG. msconfig
  14. Select Normal startup.
  15. Click OK.
  16. Reboot your PC.

This option helped a lot of users who accidentally disabled MSCONFIG.

4. Perform a System Restore

  1. Turn off your PC.
  2. Turn on your PC and press the F10 key when the first screen appears.
  3. Choose Troubleshoot.
  4. Select Advanced Options.
  5. Select the System Restore option.
  6. Select the restore point.
  7. Click Next.
  8. Wait for the process to complete and check whether this resolves the issue.

Do note that for System Restore or this method to work, you should already create a system restore point on your PC.

If you do not know how to do that, you should check out our guide that explains 3 methods to create a restore point on your PC.

5. Boot into Safe Mode with Networking

  • Restart your PC and press F8 (or Shift + F8) before Windows loads.
  • Select Safe Mode with Networking.
  • Once inside, open MSCONFIG and re-enable the necessary services.msconfig

Why it works: Safe Mode loads only essential drivers, letting you undo the change without triggering crashes.

6. Use the Registry Editor to Re-enable Services

  • Boot into Safe Mode or from a Windows installation USB.
  • Press Shift + F10 to open Command Prompt.
  • Type regedit and press Enter.
  • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
  • Find and modify the Start values of critical services (set them back to 2 for automatic).

Why it works: MSCONFIG changes are stored in the registry, so editing them directly can restore service startup.

7. Restore Services from a Backup of services.msc Settings

  • If you previously exported your service configuration:
    • Open Services (services.msc).
    • Go to Action > Import Configuration (if available) or reapply settings manually.
  • If not, you can copy service start types from a working Windows machine and apply them.

8. Use DISM and SFC to Repair System Files

  • Boot from Windows installation media.
  • Open Command Prompt and run:
    • sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
    • DISM /Image:C:\ /Cleanup-Image /RestoreHealth

Why it works: Repairs corrupted or altered service configurations so Windows can boot normally.

9. Revert MSCONFIG Changes via Command Prompt

  • Boot from installation media.
  • Open Command Prompt.
  • Type bcdedit /deletevalue {current} safeboot.
  • Then run msconfig and re-enable services.

10. Reset your PC

  1. Turn off your PC.
  2. Turn on your PC and press the F10 key when the first screen appears.
  3. Choose Troubleshoot.
  4. Select the Reset this PC option.
  5. Choose Keep my files.
  6. Follow the on-screen prompts to complete the reset process.
  7. Wait for the process to complete.

As a last resort, if nothing works, you should opt to reset your PC. You can follow the above process and safely reset your PC and get back your PC in normal working condition.

That is it from us in this guide. You can check out our guide that lists different ways to access MSCONFIG on your PC.

This isn’t the only issue you can encounter, and many users reported that the Apply button is grayed out in msconfig, but we have a guide to fix that.

We have also correctly explained how to use the System Configuration tool on Windows 10. Feel free to let us know in the comments below which one of the above solutions resolved your problem.

Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

User forum

2 messages