Disable Driver Signature Enforcement in Windows 11
Driver Signature Enforcement is a Windows 11 security feature that prevents the installation of unsigned or custom drivers that could compromise system integrity. However, developers and advanced users often need to install custom or legacy drivers for specialized hardware. This guide provides a straightforward, step-by-step walkthrough to temporarily disable Driver Signature Enforcement in Windows 11 using the Advanced Startup menu, allowing you to install unsigned drivers without permanently compromising your system’s security.
Method 1: Using Windows 11 Settings
- Open Recovery Settings: Press
Windows Key + Ito open Settings. Go to System and select Recovery. - Access Advanced Startup: Locate the Advanced startup option and click the Restart now button next to it. Confirm by clicking Restart now again.
- Navigate to Startup Settings: Once your PC restarts
into the blue recovery environment:
- Select Troubleshoot.
- Click on Advanced options.
- Choose Startup Settings.
- Restart into Startup Settings: Click the Restart button at the bottom-right corner of the screen.
- Disable Signature Enforcement: After your computer reboots, a numbered list of options will appear. Press 7 or F7 on your keyboard to select Disable driver signature enforcement.
Your computer will now boot into Windows 11 with driver signature enforcement disabled for this session.
Method 2: Using the Command Prompt Shortcut
If you prefer a faster route to the Advanced Startup menu:
- Press
Windows Key + Rto open the Run dialog box. - Type
shutdown /r /o /f /t 00and press Enter. - Your computer will immediately restart into the Advanced Startup menu.
- Follow the same navigation: Troubleshoot > Advanced options > Startup Settings > Restart, then press 7 or F7.
Installing the Custom Driver and Re-enabling Security
Once the system boots to the desktop:
- Open Device Manager by right-clicking the Start button and selecting it from the menu.
- Locate the device requiring the custom driver, right-click it, and select Update driver.
- Choose Browse my computer for drivers and navigate
to your unsigned driver files (
.inf). - Complete the installation. If a red warning prompt appears stating that Windows cannot verify the publisher, choose Install this driver software anyway.
After the installation finishes, simply restart your computer normally. Windows 11 will automatically re-enable Driver Signature Enforcement on the next boot, while the custom driver you just installed will remain functional.