I'd like to exclude a single application's executable from DEP (Data Execution Prevention) on our automated Windows Server 2008 builds. Is there a way to do this either as a registry setting or from the command line?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Try editing the application path below and importing it:
Edit: Just checked on a Server 2008 install I have and that is how the Nagios client is handling the DEP issue with their installer. |
|||
|
|
|
I think that what you need is the Application Compatibility Toolkit. With this you can create a shim that specifies that DEP should be disabled for your application. |
|||
|
|