Driver signing lets you make sure that installed drivers are compatible with windows, which means that the driver being installed has been tested by microsoft and works as expected. This setting controls the options that should appear if windows is about to install a driver that has not been digitally signed.
So to set the driver signing behavior, follow this steps:-
- Click the 'Start' button, and select 'Run'. In the resulting dialog box, type "regedit".
- Go to the <b>[HKEY_CURRENT_USER\Software\Microsoft\]</b> key, right-click and click on "New > Key" to create a new key with the name "Driver Signing".
- Right-click on the blank area in the right pane and click on "New > DWORD Value" to create a new DWORD value with the name "Policy".
- Right-click on the 'Policy' DWORD value and click on "Modify".
- Enter either of the code values in the text box like "00 - Ignore, 01 - Warn, 02 - Block" and click on 'OK'. It further depends upon the values given on HKEY_LOCAL_MACHINE path.
- Now go to the <b>[HKEY_LOCAL_MACHINE\Software\Microsoft\Driver Signing\]</b> key, right-click on the blank area in the right pane and click on "New > Binary Value" to create a new Binary value with the name "Policy".
- Right-click on the 'Policy' Binary value and click on "Modify".
- Enter either of the code values in the text box and click on 'OK'. The data values can be "00 - Ignore, 01 - Warn, 02 - Block".
Thats it..