Add a file to the DEP Exception List

A

Auto

Hello,

Is there a way to add an executable file name (example: MyFile.exe) in the
exception list of the DEP (Data Execution Prevention ),
using a Scrip / Batch file / Registry / WMI / API or whatever (no gui).

Thanks.
 
U

Umesh Thota

Hii, After extensive searching of the registry :) here are the reg file
details:

--- .reg file---
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Test\\test.exe"="DisableNXShowUI"
 
A

Auto

Thanks.
I found it, anyway i have this string: "LUA DisableNXShowUI".


Umesh Thota said:
Hii, After extensive searching of the registry :) here are the reg file
details:

--- .reg file---
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Test\\test.exe"="DisableNXShowUI"
-------------
"C:\\Test\\test.exe" is the file and its location.

Hope this helps...,
Umesh :)

Auto said:
Hello,

Is there a way to add an executable file name (example: MyFile.exe) in the
exception list of the DEP (Data Execution Prevention ),
using a Scrip / Batch file / Registry / WMI / API or whatever (no gui).

Thanks.
 
U

Umesh Thota

LUA => Limited User Account.

Auto said:
Thanks.
I found it, anyway i have this string: "LUA DisableNXShowUI".


Umesh Thota said:
Hii, After extensive searching of the registry :) here are the reg file
details:

--- .reg file---
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Test\\test.exe"="DisableNXShowUI"
-------------
"C:\\Test\\test.exe" is the file and its location.

Hope this helps...,
Umesh :)

Auto said:
Hello,

Is there a way to add an executable file name (example: MyFile.exe) in the
exception list of the DEP (Data Execution Prevention ),
using a Scrip / Batch file / Registry / WMI / API or whatever (no gui).

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top