windwos 2008 开启或者关闭数据执行保护
发布时间:2022-07-17 00:47       
更新时间:2022-11-29 15:02
关闭数据执行保护
开始-运行-cmd
bcdedit.exe /set {current} nx AlwaysOff
开启数据执行保护
开始-运行-cmd
bcdedit.exe /set {current} nx Optin
回车之后重启服务器即可