How to turn off driver signature verification in Win 10
Unsigned drivers cannot be used, resulting in some hardware problems, and it is necessary to manually turn off the default driver verification of Windows 10. Disable driver forced signature can be disabled by CDM command. Software tools: windows 10, command prompt (administrator) 1, right-click to start the menu, and select "command prompt (administrator)". 2. In the CMD window, enter the bcdedit.exe/set nointegritycheckson to copy, and right-click in the CDM window to select Paste. 3. Press Enter to execute. If the prompt is successful, it can be disabled. 4. If you want to restore the verification driver, please enter bcdedit.exe/set nointegritychecks off in CMD, and then press Enter to execute. Note: You need to open the command prompt as an administrator to run the above command, otherwise you will be prompted "Unable to open the startup configuration data store. Access denied.