Windows 7/8/10 禁止驱动签名软件
UPGDSED更新地址 https://github.com/hfiref0x/UPGDSED
一个命令永久禁用Win10驱动程序强制签名
1、在开始按钮点击右键,选择“命令提示符(管理员)”
2、执行以下命令(复制后,在命令提示符中单击鼠标右键即可完成粘贴,然后按回车键执行):
bcdedit.exe /set nointegritychecks on
3、命令瞬间执行完毕,若想恢复默认验证,执行如下命令即可:
bcdedit.exe /set nointegritychecks off
这个方法很多时候并不好用,那么我们就用下面的工具。
UPGDSED
Universal PatchGuard and Driver Signature Enforcement Disable
System Requirements
x64 Windows, supported versions:
Windows 7 SP1
Windows 8
Windows 8.1
Windows 10 (TH1/TH2/RS1/RS2)
Administrative privilege is required.
In case of EFI boot SecureBoot must be disabled.
WARNING
Using this program might render your computer into an unbootable state.
Source code provided AS-IS in help it will be useful BUT WITHOUT WARRANTY OF ANY KIND.
ANY USE OF THE SOFTWARE IS ENTIRELY AT YOUR OWN RISK.
Install
Run patch.exe elevated.
Uninstall
In elevated command prompt type bcdedit /delete < patch guard disable entry id >
Navigate to WindowsSystem32 folder and delete ntkrnlmp.exe, osloader.exe (BIOS boot) or osloader.efi (EFI boot)