1

Is there a way to add an exclusion in DEP in Windows 2003 using registry?

I tried adding through registry:

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

After adding manually through registry, I can see the entry coming in DEP tab but the program crashes when I launch.

abatishchev
  • 98,240
  • 88
  • 296
  • 433
user1085523
  • 11
  • 1
  • 3

1 Answers1

0

I found a solution to this problem.

rundll32 sysdm.cpl, NoExecuteAddFileOptOutList "FullPathToExecutable

Use the above command. It worked for a 32-bit executable in Windows Server 2003 64-bit environment.

user1085523
  • 11
  • 1
  • 3