windwos 2008 开启或者关闭数据执行保护
技术支持
2024-06-22 08:53
1028
关闭数据执行保护
开始-运行-cmd
bcdedit.exe /set {current} nx AlwaysOff
开启数据执行保护
开始-运行-cmd
bcdedit.exe /set {current} nx Optin
回车之后重启服务器即可
标签:
- windwos 2008 开启或者关闭数据执行保护