保存bat 文件 双击 执行
@echo off
TITLE "解除禁止数字签名程序运行"
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates\disallowed\Certificates /f
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers /v AuthenticodeEnabled /f
REG DELETE HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths /f
taskkill /f /IM explorer.exe & start explorer.exe
中文写的明明白白,组策略问题