How to Turn off Digital Driver Signing Check in Windows 7
- 1). Click the Windows "Start" button, and then click within the Start Menu search box.
- 2). Type "cmd" in search box.
- 3). Right-click the "cmd" option that appears within the search results lists, and select "Run as Administrator." Depending on your system setup, you may need to confirm your choice or provide your administrator user name and password to continue.
- 4). Type the following command on a single line, and press the "Enter" key:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS - 5). Type the following command on a single line, and press the "Enter" key:
bcdedit.exe -set TESTSIGNING ON - 6). Close the "Command Prompt" window.
- 7). Click the Windows "Start" button, hold your cursor over the arrow next to the "Sleep" item at the bottom right corner of the menu and then select "Restart." The digital driver signing check will be disabled the next time Windows starts.
Source...