Sometimes when installing the UP Studio, the progress failed because of unsigned driver issue.Users can take a look on this article on how to continue the installing.
Following are the 3 different ways to install unsigned drivers in Windows 10.Follow the one that is most comfortable to you.
1. Install Unsigned Drivers from Advanced Boot Menu
The easiest way to install unsigned drivers is to use the Windows 10 Advanced Boot menu. To do that, press “Win + X,” navigate to “Shutdown” and then “Shift + Left Click” on the “Restart” option.
The above action will restart your system and will take you to the Advanced Boot menu. Here, select the “Troubleshooting” option.
In the Troubleshoot section select the option “Advanced Options.”
Now, select “Start-up Settings.”
The Startup Settings option will allow you to boot your Windows system in different modes. Just click on the “Restart” button to continue.
Since we need to install unsigned drivers, press F7 on your keyboard to select the seventh option “Disable driver signature enforcement.”
As soon as you press the key, your system will boot into Windows. Now you can install any unsigned driver you wish. After installing, restart your system, and the Driver Signature Enforcement will be automatically enabled from the next reboot.
If you ever want to install another unsigned driver, you have to go through the above process again.
2. Install Unsigned Drivers by Enabling Test Mode
Another way to install unsigned drivers is to enable the test mode in Windows 10. The good thing about this method is that it will stay enabled until you manually turn it off – a pretty useful way if you are testing different drivers.
To start, press “Win + X” to open the Power User menu, and then select the option “Command Prompt (Admin).”
The above action will open the Command Prompt with admin rights. Here, copy and execute the below command:
The above action will open the Command Prompt with admin rights. Here, copy and execute the below command:
bcdedit /set testsigning on
bcdedit /set testsigning off
3. Install Unsigned Drivers by Disabling Integrity Checks
You can also disable the integrity checks to install unsigned drivers. To disable integrity checks, open the Command Prompt as admin from the Power User menu and execute the below command:
bcdedit /set nointegritychecks offAfter executing the command, just restart your system, and you can install the unsigned driver on your Windows 10 machine.
Just like with Testing Mode, it is important to enable the integrity checks. To re-enable integrity check, execute the below command as an admin in the command prompt:
bcdedit /set nointegritychecks on
Comments
0 comments
Please sign in to leave a comment.