• Skip to main content
  • Skip to primary sidebar

Technipages

Tutorials and fixes for smartphone, gadget, and computer problems

  • Topics
    • Android
    • Browsers
    • Gaming
    • Hardware
    • Internet
    • iPhone
    • Linux
    • macOS
    • Office
    • Reviews
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About
Enable/Disable Device Driver Signing in Windows 10

Enable/Disable Device Driver Signing in Windows 10

January 13, 2019 by Mitch Bartlett 17 Comments

I experienced a problem installing old hardware in Microsoft Windows 10 where I couldn’t find compatible drivers for a network card. I came across some community drivers on a website, but when I tried to install them, I received an error.

Windows encountered a problem installing the driver software for your device.
Windows found driver software for your device but encoutered an error while attempting to install it.
The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.

To solve this problem, I had to disable Device Driver Signing. Here’s how it’s done in Windows 10.

Option 1 – Command to Enable or Disable

  1. Click the “Start” button.
  2. Type “command“.
  3. Right-click on “Command Prompt” and select “Run As Administrator“.
  4. Do one of the following:
    • To disable device driver signing, type “BCDEDIT /set nointegritychecks ON” then press “Enter“
    • To enable device driver signing, type “BCDEDIT /set nointegritychecks OFF” then press “Enter“

You’re done! The Device Driver setting is now modified.


Option 2 – Disable From Menus

I figured this was security that was built into Windows to prevent me from installing bad drivers. This is a feature called Device Driver Signing. After going through the steps to disable driver signing in Windows 8, I was able to get my community drivers installed. Here’s how I did it.

  1. Select the “Start” button.
  2. Type “startup”.
  3. Select “Change advanced startup settings“.
  4. Select “Restart now” under the “Advanced startup” area.
  5. Select “Troubleshoot“.
  6. Select “Advanced Options“.
  7. Select “Startup Options“.
  8. Select “Restart“.
  9. A menu will appear where you can press “7” on your keyboard to choose “Disable driver signing enforcement“.

Now Device Driver Signing should be disabled, allowing you to install any driver you like in Windows 10 until you reboot.


FAQ

What do I do if I get an error that says “An error has occurred setting the element data. The value is protected by Secure Boot policy and cannot be modified or deleted.”?

You will need disable “Secure Boot” in the BIOS settings. Each computer has different steps for entering the BIOS settings. Check the documentation for your system for instructions that pertain to your computer. Usually, you are prompted to enter Setup or BIOS when your computer is starting. It usually requires you to press a certain key at a certain point during the boot process. Once in the BIOS, you should be able find a setting that says “Secure Boot”, and set it to “Disabled”. Be sure to save the settings before exiting.

You Might Also Like

  • Windows 10: Enable/Disable Sample Submission for Windows Defender
    Windows 10: Enable/Disable Sample Submission for Windows…
  • Fix: Function Driver Was Not Specified for This Device Instance
    Fix: Function Driver Was Not Specified for This Device…
  • Windows 11: Enable or Disable Superfetch
    Windows 11: Enable or Disable Superfetch
  • How to Enable/Disable Narrator on Windows 10 and 11
    How to Enable/Disable Narrator on Windows 10 and 11
  • Enable or Disable CD Burning in Windows 10
    Enable or Disable CD Burning in Windows 10
  • Windows 10: Enable/Disable Hibernation
    Windows 10: Enable/Disable Hibernation

Filed Under: Windows

Reader Interactions

Comments

  1. Gary says

    August 18, 2021 at 4:34 pm

    Thanks for this. Option 2 worked and allowed me to install the RTL-SDR driver.
    But I don’t understand why using bcdedit to turn off driver signing didn’t work.

  2. Kamil says

    April 10, 2021 at 3:32 pm

    Option 1 didn’t worked for me either, but Option 2 worked well, thank you!

  3. Nop says

    July 23, 2020 at 10:09 pm

    Option 2 work well. Solve my problems.

  4. KIPCHUMBA EDWIN says

    April 23, 2020 at 7:23 am

    Option 2 works. Nice

  5. BD says

    April 16, 2020 at 7:47 pm

    Mike
    You are genius.
    It worked like a charm
    No problem when your instructions were followed
    Thanks very much
    bd

  6. Jo says

    April 12, 2020 at 3:16 pm

    I spent 3 hours trying everything i’ve read to make my UM1S work, nothing seems to fit as probably a recent Windows 10 update disabled this trick unfortunately. A friend came with his M-Audio Midisport and i plugged it, It was regognized by windows in 5 seconds and the driver was auto installed by windows in 5 more seconds. Nothnig else to add at this point. Roland sucks. I bought my friend’s Midisport 20 euros as it is a second hand item and he doesn’t use that often, and everything works fine.

  7. Thomas B Rabalais says

    April 9, 2020 at 8:37 am

    the hash for the file is not present in the specified catalog file is what I got.

  8. Mike says

    March 5, 2020 at 10:10 pm

    Secure boot is not enabled. Option 1 does not work. Option 2 requires selecting disabling signature check every time you boot – not a solution. I have tried a cheap HP cdrom (usb) and a very expensive pioneer drive and I get the same error.

  9. bitkahuna says

    January 17, 2020 at 11:35 am

    yes, option 1 doesn’t work but option 2 does, thanks!!

  10. Jason says

    December 3, 2019 at 1:15 pm

    Option 1 does not work.
    Get the same error when trying to update the driver

  11. ayayron says

    August 21, 2019 at 3:24 pm

    If you’re having problems, make sure you are disabling secure boot in BIOS AND opening CMD as Admin

  12. Sreeni Rayanki says

    July 24, 2019 at 7:13 pm

    Option-1 consistently fails for me in Windows 10 (Home and Professional editions), while Option 2 works just fine.
    But Option2 is not convenient as it’s not persistent.
    It gets reset on every reboot.

    Any suggestions as why Option-1 fails?

  13. Sreeni Rayanki says

    July 24, 2019 at 7:09 pm

    The boot configuration store could not be opened. Access is denied.

    The above error occurs when you launch “Command Prompt” in non-Administrator mode.
    Pay attention to Step 3 under Option 1.

  14. Patrick says

    May 1, 2019 at 11:29 am

    It won’t work in the newer versions of Windows 10.

  15. Ronak Rathee says

    February 3, 2019 at 6:15 am

    The boot configuration data store could not be opened.
    Access is denied. I DISSABLED SECURE BOOT

  16. Dannie says

    February 2, 2019 at 8:39 am

    When I type it, it says “The boot configuration store could not be opened. Access is denied”

  17. Brian says

    January 20, 2019 at 5:32 pm

    Thank You. I would love to know what BDCEDIT is though. Great to tell someone how to do a thing but to understand it is another.

Did this help? Let us know!

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • How to Fix Explorer.exe: Class Not Registered Error in Windows 11
  • How to Fix Explorer.exe Doesn’t Load at Startup Issue
  • How to Enable/Disable Efficiency Mode in Windows 11
  • How to Create and Edit a Playlist on YouTube Music
  • Microsoft Edge Collections: What It is and How to Use It
  • YouTube Premium: How to Disable/Enable Background Playback
  • How to Update Apps on iPad (iPadOS 16.3.1)
  • How to Fix Outlook Rules Are Not Supported for This Account

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

You May Also Like

  • Printer Driver
  • Windows 95/98
  • Microsoft Windows NT
  • Microsoft Windows
  • Microsoft Windows 95
  • Windows Media Player (WMP)

© Copyright 2023 Guiding Tech Media · All Rights Reserved · Privacy