在 Win 2003 中从命令行关闭 DEP

发布于 2024-12-08 10:26:52 字数 1549 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

蝶…霜飞 2024-12-15 10:26:52

在 Windows XP 和 Windows Server 2003 上,您可能需要使用 BOOTCFG 禁用 DEP,请参阅 /noexecute

bootcfg /raw“/noexecute=alwaysoff”

On Windows XP and Windows Server 2003 you might want to use BOOTCFG to disable DEP, see /noexecute on MSDN.

bootcfg /raw "/noexecute=alwaysoff"

晨敛清荷 2024-12-15 10:26:52

它不是命令行,但也许您可以使用

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 tab

where you can even manage DEP settings per application

柳若烟 2024-12-15 10:26:52

以管理员身份运行 cmd 并在

bcdedit.exe /set {current} nx AlwaysOff中输入以下内容

run cmd as an admin and enter below in

bcdedit.exe /set {current} nx AlwaysOff

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文