在win10下用一个命令就可以禁用驱动程序强制签名 禁止强制签名,以管理员的身份运行cmd 执行以下命令 bcdedit.exe /set nointegritychecks on 恢复默认验证,执行如下命令即可: bcdedit.exe /set nointegritychecks off