Home > Article > Computer Tutorials > Urgent need to solve the driver problem that Windows requires digital signatures
In
Win10
, unsigned drivers cannot be used, which will cause problems with some hardware. At this time, you need to manually turn off the default driver verification ofWindows10
. Fortunately, this method of permanently turning off verification is very simple and only requires one command.The steps are as follows:
1. Right-click on the start button and select "Command Prompt (Administrator)"
2. Execute the following command (after copying, in the command Right-click the mouse in the prompt to complete the paste, and then press Enter to execute):
bcdedit.exe /set nointegritychecks on
3. The command is executed instantly. If you want to restore the default To verify, execute the following command:
bcdedit.exe /set nointegritychecks off
If you have unsigned hardware drivers to use, you might as well try running the first command, maybe from this The problems caused can be temporarily solved. However, Microsoft's driver mandatory signature policy is also for security reasons. If you do not encounter similar problems, it is better not to turn off signature verification.
Reprinted from IT House.
1. Press and hold the "Win" key, open the run window, enter "services.msc", and then press the "Enter" key or click "OK"
2. Open In the "Services" window, find the "Windows Update" service and check whether the status is started
3. If the service does not start normally (that is, it displays "Disabled"), double-click to open it and change its startup type to "Manual" or "automatic". Then click "Start", save the settings, and reinstall the program.
The specific steps to solve the problem that Windows cannot verify the digital signature of the driver required for this device are as follows:
1. First, enter gpedit.msc in the run under the system start directory, and then click OK to open the Local Group Policy Editor.
2. Then in the opened Local Group Policy Editor window, we can find the administrative templates in the user configuration directory.
3. Then find the system in the management template expansion item and expand the system.
4. Then in the system expansion item, we can find the driver and install it. Just left-click the driver to install it.
5. In the right window corresponding to the driver installation, we can find the code signature of the device driver, and then double-click the code signature of the device driver with the left button.
6. In the opened device driver code signing window, we select Enabled. In the drop-down box of options, there are three options to choose from: Warning, Blocking, and Ignore.
7. After the driver installation is completed, it is recommended to set the item you just set to ignore as a warning to enhance the security of the system. This can solve the problem that Windows prompts that the driver required for this device cannot be verified. Digital signature issue.
First, you can find the driver signed by WHQL from the manufacturer's website! Second, you can find it from Driver Home (www.mydrivers.com).
Those that pass WHQL are marked
You can obtain the digital signature of the Windows driver through WHQL certification. You can go to Microsoft's MSDN website to learn about WHQL certification instructions and download the HLK test tool. The following is Microsoft's official WHQL certification process:
1. To apply for an EV code signing certificate, it must be Entrust, Symantec, Digicert, or Globalsign designated by Microsoft. Four CA companies.
2. Use the applied EV certificate to apply for a Microsoft Developer certification account.
3. Sign an electronic agreement with Microsoft.
4. Use the HLK test platform provided by Microsoft to generate a test report.
5. Generate test reports and driver packages and sign them with digital certificates.
6. Upload the 100% tested and signed documents to Microsoft and wait for review by Microsoft.
7. Pass the review, obtain the digital signature of the Microsoft driver, and obtain the authorization to use the Microsoft LOGO.
In
Win10
, unsigned drivers cannot be used, which will cause problems with some hardware. At this time, you need to manually turn off the default driver verification ofWindows10
. Fortunately, this method of permanently turning off verification is very simple and only requires one command.The steps are as follows:
1. Right-click on the start button and select "Command Prompt (Administrator)"
2. Execute the following command (after copying, in the command Right-click the mouse in the prompt to complete the paste, and then press Enter to execute):
bcdedit.exe /set nointegritychecks on
3. The command is executed instantly. If you want to restore the default To verify, execute the following command:
bcdedit.exe /set nointegritychecks off
If you have an unsigned hardware driver that you need to use, you might as well try running the first command. Maybe the problem caused by it can be temporarily solved. However, Microsoft's driver mandatory signature policy is also for security reasons. If you do not encounter similar problems, it is better not to turn off signature verification.
Reprinted from IT House.
Just disable driver signature enforcement.
1. Click on the notification, find and enter "All Settings".
2. Find and enter "Update and Security" in all settings. 3. Find Recovery, click "Restart Now" under "Advanced Startup" to restart the computer. 4. After restarting, select "Troubleshoot". 5. Select "Advanced Options" 6. Select "Startup Settings". 7. Click "Restart". 8. Enter "7" as prompted to disable driver signature enforcement. Digital signature (also known as public key digital signature, electronic signature) is a kind of ordinary physical signature similar to written on paper, but it is implemented using technology in the field of public key encryption and is used to identify digital information. A set of digital signatures usually defines two complementary operations, one for signing and another for verification. A digital signature is a digital string that can only be generated by the sender of the information and cannot be forged by others. This digital string is also an effective proof of the authenticity of the information sent by the sender of the information. Digital signature is an application of asymmetric key encryption technology and digital digest technology. Disabling driver signature may cause system instability or virus invasion.
The solutions for drivers that require digital signatures are as follows
1. Right-click on the Start button and select "Command Prompt (Administrator)"
2. Execute the following command (After copying, right-click the mouse in the command prompt to complete the paste, and then press the Enter key to execute):
bcdedit.exe /set nointegritychecks on
3. The command is executed instantly Completed, if you want to restore the default verification, execute the following command:
bcdedit.exe /set nointegritychecks off
If you have unsigned hardware drivers to use, you might as well try running the first With this command, perhaps the problems caused by this can be temporarily solved. However, Microsoft's driver mandatory signature policy is also for security reasons. If you do not encounter similar problems, it is better not to turn off signature verification.
This is because there are no available driver files in the system, causing the installation to fail.
Solution: Use Driver Wizard to update the driver.
1. After opening the software, click on the software interface.
2. After the detection is completed, the hardware with abnormal driver will be displayed.
3. Click in the upper right corner of the interface.
4. Click and wait, the software will automatically download and install.
Drivers that need to obtain a digital signature can apply for digital signature certification from Microsoft and obtain a Microsoft digital signature before publishing. Because this kind of driver needs to run at the kernel layer of the operating system and has higher permissions than ordinary applications, without signature authentication, it may be judged as an unsafe program by the operating system and prohibited from running. In addition, you can also use non-digital signature certified drivers, but you need to make a trade-off between system security and stability. It is best to give priority to drivers that have been certified by digital signatures to ensure system stability and security.
The above is the detailed content of Urgent need to solve the driver problem that Windows requires digital signatures. For more information, please follow other related articles on the PHP Chinese website!