问题描述
有没有办法为特定程序关闭DEP?
Is there any way to turn off DEP for a paricular program?
我试图关闭DEP for使用高级系统设置的特定程序。但它不允许我为所选程序关闭DEP。然后我使用以下命令关闭所有程序的DEP
I tried to turn off DEP for a particular program by using the advanced system settings. But it was not allowing me to turn off DEP for the selected program. Then I turned off DEP for all programs by using the below command
bcdedit.exe / set {current} nx AlwaysOff
然后我尝试使用以下命令打开所有程序的DEP
Then I tried to turn on DEP for all programs by using the below command
bcdedit.exe / set {current} nx AlwaysOn
但现在仍在我的系统中禁用DEP。有没有办法打开所有程序的DEP并关闭特定程序的DEP?
but now still DEP is disabled in my system. Is there any way to turn on DEP for all programs and Turn off DEP for a particular program?
问候,
Vidya
推荐答案
editbin.exe / NXCOMPAT:NO< PE(即EXE,DLL)文件的路径>
editbin.exe /NXCOMPAT:NO <path to your PE (i.e. EXE, DLL) file>
这篇关于如何关闭特定应用程序窗口7的DEP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!