Boot manager errors are the most terrible issues for Windows users because you can’t boot to your operating system to fix them. Most of them require use of recovery media and if the user don’t have any install or recovery media, fixing the machine becomes more complex. Well, in this article, we’re going to talk about of one these boot manager errors, which we faced recently on a Windows 10 Pro system.

The error message and its screenshot is shown below.

A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.

File: \windows\system32\winload.exe

Status: 0xc0000428

Info: The digital signature for this file couldn’t be verified.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

The above shown information indicates that something is wrong with boot manager. It may be corrupted or missing, anything could happen. The first thing we did after getting this error was to reboot the machine, but it didn’t helped. Then after trying the suggestions mentioned below, we were able to fix this hiccup.

FIX : Error 0xc0000428, The Digital Signature For This File Couldn’t Be Verified For Windows 10

FIX 1 – Rebuild Boot Manager And Perform Startup Repair

Since boot manager is housed inside Boot Configuration Data (BCD) file, we can try rebuilding this file. Here’s how:

1. Follow steps 1-5 of this fix.

2. Then in the Advanced options screen, choose Command Prompt entry.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

3. Last step will result in opening of Command Prompt at boot.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

4. Then you’ll be asked to choose an account to continue. Next, in the Command Prompt window, type these one by one and press Enter key after each:

C:
cd boot
attrib bcd -s -h -r
bootrec /rebuildbcd

NOTE: You have to substitute C: with your system root drive.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

5. Then you can close Command Prompt and perform Startup or Automatic repair using steps mentioned here.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

A final reboot after performing Startup repair should let you to boot normally to Windows.

FIX 2 – Disable Driver Signature Enforcement Temporarily

As per the error message, you can also disable driver signature enforcement and see if that helps you in this case. The dedicated steps are as follows:

1. Follow steps 1-5 of this fix. Choose Startup Settings option at Advanced Recovery Options screen.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

2. Moving on, click Restart button on the next screen:

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

3. Finally, in the Startup Settings screen shown below, press F7 or key 7 to Disable driver signature enforcement. Now your PC will restart, making the setting effective.

FIX Error 0xc0000428, The Digital Signature For This File Couldn't Be Verified Windows 10

4. On next reboot, the system will start bypassing driver signature integrity checks and if you’re lucky you’ll be able to boot normally. If you succeeded, you should run System File Checker and DISM commands to repair any possible corruption. You can also try reinstalling your Windows 10 without affecting your data. In this way, you can fix boot manager completely. On another restart, Windows will again enable driver signature enforcement, so that it will remain safe from unsigned drivers.

Check following video for illustration of this method:

Hope this helps!

10 Comments

Add your comment

  • Amit

    Thank you so much !

  • Kapil Arya

    ^^ 😊

  • gaurav acharya

    hello i recently tried to install windows 10 32 bit os in my dell pc which is running on windows 7 64 bit..
    as soon as i get into boot to install windows 10 it says.
    “digital signature for this file is not found”

  • Ashish Tiwari

    I am also facing the same problems hp8440p

    hello i recently tried to install windows 10 32 bit os in my dell pc which is running on windows 7 64 bit..
    as soon as i get into boot to install windows 10 it says.
    “digital signature for this file is not found”

  • Jamie

    Thank you! Installing an old program somehow stuffed up my computer and it wouldn’t start up. This fixed the problem and I could uninstall the dodgy program.

  • Kapil Arya

    ^^ You’re most welcome, Jamie 😊

  • Michael

    I am getting an “access denied” message when I try to run attrib bcd -s -h -r. Also, I don’t have the “Startup Settings” option under Advanced Options. I have all the other options, except that one.

  • Kapil Arya

    ^^ Try accessing Advanced Recovery options using this method: https://www.kapilarya.com/how-to-access-advanced-recovery-options-in-windows-10

    See if Startup settings option appears then.

  • jhez

    hello, if i rebuild the boot drive, will it erase all my files that are currently in my harddrive??

  • Kapil Arya

    ^^ No.

  • Leave a Reply

    Your email address will not be published. Required fields are marked *