Problem:
VVDI2 Programmer won’t work on my computer. it just doesn’t recognize the tool.
Solution:
Disable driver signature enforcement in Windows
Temporarily Disable through Startup Settings:Restart your computer and press and hold the Shift key while clicking “Restart” from the Power options menu.
Choose “Troubleshoot” > “Advanced options” > “Startup Settings” > “Restart”.
Press 7 or F7 to select “Disable driver signature enforcement”.
Your computer will reboot with driver signature enforcement disabled, allowing you to install unsigned drivers.
Permanently Disable through Command Prompt:Open Command Prompt as administrator.
Type the following commands and press Enter after each:
bcdedit.exe -set load options DISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ONRestart your computer
Done! Hope this helps!
comment here