windwos 2008 开启或者关闭数据执行保护
发布时间:2024-06-22 08:54
阅读量:1004
关闭数据执行保护
开始-运行-cmd
bcdedit.exe /set {current} nx AlwaysOff
开启数据执行保护
开始-运行-cmd
bcdedit.exe /set {current} nx Optin
回车之后重启服务器即可