Thursday 13 August 2015

Install an Unsigned 3rd Party Driver or Disable Driver Signature Enforcement in Windows 10

Step 1: Disable UAC




Open Command Prompt in Elevated Level

Click Start Button



Type CMD



Right Click on Command Prompt



Click Run as administrator

 
Click Yes to Launch Command Prompt





Execute the Following command

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f





Step 2: Driver testing




Open Command prompt as administrator


Windows 8

Click Start Button



Type CMD



Right Click on Command Prompt



Click Run as administrator



Click Yes to Launch Command Prompt



Execute the below commands


bcdedit /set TESTSIGNING ON
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS


Reboot the computer


Install the downloaded drivers in test mode

Accept to install uncertified drivers if prompted




Step 3: Disable test mode watermark

Download Driver Signature Enforcement Overrider and run the application

http://files.ngohq.com/ngo/dseo/dseo13b.exe

Click on Remove watermarks and click on Next.



Try reinstalling the driver again

No comments:

Post a Comment