This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
在 Windows XP 和 Windows Server 2003 上,您可能需要使用
BOOTCFG
禁用 DEP,请参阅 /noexecute。On Windows XP and Windows Server 2003 you might want to use
BOOTCFG
to disable DEP, see /noexecute on MSDN.它不是命令行,但也许您可以使用
Win + Break、*A*dvanced、*P*erformance选项,
数据执行保护
选项卡,您甚至可以在其中管理每个应用程序的 DEP 设置
It's not commandline, but perhaps you can use
Win + Break, *A*dvanced, *P*erformance Options,
Data Execution Prevention
tabwhere you can even manage DEP settings per application
以管理员身份运行 cmd 并在
bcdedit.exe /set {current} nx AlwaysOff中输入以下内容
run cmd as an admin and enter below in
bcdedit.exe /set {current} nx AlwaysOff