您的位置:首页技术文章
文章详情页

Windows Vista下如何启动或者禁用DEP

【字号: 日期:2023-08-21 14:01:51浏览:47作者:猪猪

在Windows Vista操作系统下如何启动或者禁用DEP(数据执行保护)?

解决方案

vista系统中默认是关闭DEP的,如果需要启动DEP可以在命令提示符中进行设置

点击开始 --> 所有程序 --> 附件 --> 命令提示符

输入 bcdedit.exe /set {current} nx alwayson

回车后即可开启DEP.

关闭命令如下:

bcdedit.exe /set {current} nx AlwaysOff

适用范围

Windows vista各版本

标签: Windows系统