FIX – Third-party INF doesn’t contain digital signature information

Many Windows users have reported seeing the following message while installing a third-party driver on the PC.

The Third-party INF doesn’t contain Digital Signature Information

The complete error message is as shown below :

Windows encountered a problem installing the driver software for your device
Windows found driver software for your device but encountered an error while attempting to install it.
The third-party INF does not contain digital signature information.
If you know the manufacturer of your device, you can visit its website and check the support section for driver software.

There are two types of drivers.

  1. Official drivers- These are developed by the manufacturers and have a digital signature embedded and are trustworthy and reliable.
  2. Third-party drivers- These are not developed by the manufacturers and do not have a digital signature embedded

An INF file is a text file with the extension “.inf” that contains instructions to install the driver in the system. Until Windows 7, the driver INF files did not have a digital signature embedded. In Windows 8, Microsoft introduced a feature called Driver Signature Enforcement which ensured only the drivers with valid digital signatures are installed. If the user wants to install a third-party driver, an option to disable the Driver Signature Enforcement feature is provided.

In this article, we have gathered some fixes that will help you to solve the Third-party INF that doesn’t contain a digital signature information error.

Fix 1: Disable Driver Enforcement from Command Prompt

1. Open Run Utility using the keys Windows+R.

2. Type the command cmd and hold the keys Ctrl+Shift+Enter. This opens the command prompt with Admin rights.



 

Cmd

 

3. If you see any UAC window showing up, click on Yes.

4. Once the command prompt window opens, execute the below commands one by one and hit Enter each time:

bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS

 

bcdedit /set testsigning on

 

Disable Driver Enforcement

 

5. Restart the system.

Check if the issue resolves.

Fix 2: Disable Driver Enforcement from Startup Settings

1. Open the Run Dialog using Windows+R keys.

2. Type ms-settings:recovery and press Enter

 

Settings Recovery

 

3. In the opening window, click on Restart now.

 

Recovery Option Advanced Startup Restart Now Min

 

4. In the appearing window, choose Troubleshoot.

 

Continue Troubleshoot Startup Repair Min

 

 

 

5. Now, click on Advanced Options.

 

 

Advancedoptions

 

6. Click on the Startup Settings tile.

 

 

Advanced Options Startup Repair Startup Settings Command Prompt

 

7. Click on the Restart option.

 

Startup Settings Restart Startup Repair

 

 

 

8. Press the 7 key from your keyboard and hit Enter.

 

Startup Settings Safe Mode Options Startup Repair1 Min



 

9.  Now, the system will restart and the Driver Signature Enforcement will be disabled.

Check if this helps.

Fix 3: Run an SFC Scan to repair Windows Files

If you are not able to fix the issue with the above methods, this might mean that there is some issue with the Windows File System. Repairing the Windows System Files can help you solve the issue. To do so, follow the below steps.

1. Open Run Utility using the keys Windows+R.

2. Type the command cmd and hold the keys Ctrl+Shift+Enter. This opens the command prompt with Admin rights.

 

Cmd

 

3. If you see any UAC window showing up, click on Yes.

4. Once the command prompt window opens, execute the below commands one at a time.

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

That’s All. Kindly comment and let us know the fix that has helped you.