Digital signature indicates that a particular driver or file has met a certain level of testing and that it was not altered or overwritten by another program's installation process. It has got a quality stamp, an assurance.
Depending upon the settings you configure, it decides on the behavioral action to be taken on finding unsigned drivers during hardware installation. Windows may either ignore or display a warning or prevent you from installing the driver.
For this, go to Start > Run menu, enter “regedit” and navigate to the registry path listed below. If any of the subkeys “\Windows NT\Driver Signing” does not exist, create them as explained below. Then, create a dword value “BehaviorOnFailedVerify” in the right panel.
Now, right-click and modify its value to 0 or 1 or 2 which can change the behavior of driver signing. However, if you want to activate the default behavior, change the value data to “1”.
The below registry values explains the action to be taken:
| Registry Value | Action Windows take |
| 0 | "Ignore" directs the system to proceed with the installation even if it includes unsigned files. |
| 1 | "Warn" notifies the user that files are not digitally signed and lets the user decide whether to stop or to proceed with the installation. |
| 2 | "Block" directs the system to refuse to install unsigned files |
The changes take effect after a restart or logoff.