Software⏱️ 2 min read📅 2026-05-29

How to Fix: How to re-enable drivers on not bootable Windows 10?

Re-enable drivers on not bootable Windows 10 using WinPE shell and Sysinternals tools.

Quick Answer: Use the WinPE shell to run the 'sfc /scannow' command, then use Autoruns to re-enable the disabled Intel drivers.

Windows 10 will not boot after disabling drivers using Autoruns or msconfig, resulting in a blue screen and failure to fix the issue with the Win 10 Install USB.

⚠️ Common Causes

  • Disabling drivers can cause system instability and prevent Windows 10 from booting.
  • The Win 10 Install USB may not be able to fix the issue if the drivers are critical for the system's functionality.
  • Using Autoruns or msconfig without proper knowledge can lead to unintended consequences, such as preventing Windows 10 from booting.

🛠️ Step-by-Step Verified Fixes

Method 1: Re-enabling Drivers using WinPE Shell

  1. Step 1: Insert the Win 10 Install USB into your computer and restart it.
  2. Step 2: Press the key to enter the UEFI settings (usually F2, F12, or Del) and navigate to the Boot tab.
  3. Step 3: Set the Win 10 Install USB as the first boot device and save the changes.
  4. Step 4: Restart your computer and enter the WinPE shell by pressing Shift + F10 during boot.
  5. Step 5: Open the Command Prompt in WinPE and run the following command: `bcdedit /set {default} bootsequence \

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions