1

有没有办法使用注册表在 Windows 2003 的 DEP 中添加排除项?

我尝试通过注册表添加:

HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlag\Layers
DisableNXShowUI=<path>

通过注册表手动添加后,我可以在 DEP 选项卡中看到该条目,但是当我启动时程序崩溃了。

4

1 回答 1

0

我找到了解决这个问题的方法。

rundll32 sysdm.cpl, NoExecuteAddFileOptOutList "FullPathToExecutable

使用上面的命令。它适用于 Windows Server 2003 64 位环境中的 32 位可执行文件。

于 2011-12-14T05:42:39.737 回答