You are on page 1of 1

Windows 10 64 bit enforces the policy of blocking digitally unsigned driver

installation. It happens whenever installing or trying to enable legacy or old


drivers which are digitally unsigned from 3rd party device manufacturers and you
may see an error like this;

“windows blocked the installation of digitally unsigned driver”

Enter BIOS and disable “Secure Boot”.

Next, run “Command Prompt” with “Administrator” privileges and enter these
commands;

bcdedit.exe /set nointegritychecks on


bcdedit /set testsigning on
bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS

Re-start your computer and install the digitally unsigned drivers normally. You may
see “Test Mode” at the right-hand bottom corner of the Windows screen.

To reverse everything back to default or normal settings, run these commands via
“Command Prompt” with “Administrator” privileges;

bcdedit.exe /set nointegritychecks off


bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF

You might also like