Since Win11 forces digital signatures, you may encounter some problems when installing drivers without digital signatures. In this case, PHP editor Xiaoxin provides you with a tutorial on how to handle the Win11 driver without digital signature to help you solve the driver installation problem and allow you to use the Win11 system smoothly. By following the tutorial, you can easily install drivers without digital signatures, making your system run smoother and more stable.
1. Press the [Win
#2. Run the window, enter the [powershell] command, and then press [Ctrl Shift Enter] to open the Windows Powershell window with administrator privileges;
3. User Account Control window, do you want to allow this application to make changes to your device? Click [Yes];
4. Administrator: Windows Powershell execute the following command:
bcdedit.exe /set nointegritychecks on After restarting the computer, driver signature enforcement will be disabled.To re-enable driver signature enforcement, just execute the following command in Administrator: Windows Powershell:
bcdedit.exe /set nointegritychecks offAfter restarting the computer, driver signature enforcement will be re-enabled.The above is the detailed content of How to install win11 driver without digital signature_Tutorial on how to deal with win11 driver without digital signature. For more information, please follow other related articles on the PHP Chinese website!