Windows Vista Tips

Windows Vista Tips > Windows Vista Tips > Windows Vista Tips > System Administration > Disable Data Execution Prevention

Article Tools

Disable Data Execution Prevention

Article Author : Ian
Date : 07-30-2008
Comments : 0

Comment on this article
 


Data Execution Prevention is a relatively new technology in Windows that performs some additional memory checks to help prevent malicious code from being executed on a PC.

This is generally excellent news for PC users, as it can prevent many viruses and malware from being run (even if a virus scanner misses them). However, it can also prevent legitimate applications from running if they execute code in a forbidden way.

Unless you have a specific problem with DEP, it wouldn't be recommended to disable this useful feature.

To disable DEP completely, launch the command prompt in administrator mode by typing CMD into the start menu and pressing CTRL + SHIFT + ENTER:

Name:  disable-dep.jpg
Views: 6872
Size:  28.8 KB

Once the command prompt has loaded, type the following command and then press Enter:

bcdedit.exe /set {current} nx AlwaysOff

Disable Data Execution Prevention-disable-dep2.jpg

You can then close the command prompt window, and DEP will be disabled. Should you wish to re-enable Data Execution Prevention follow the same method but run the following command:

bcdedit.exe /set {current} nx OptIn

 
 
Latest Articles
System Health Report

System Stability Index

Add Run Command to Start Menu

Automatic Windows Logon

Windows Disk Manager

Reduce Your PC Running Costs

How to tell if you can run Vista 64-bit

Clear Thumbnail Cache

Change Mouse Pointer Speed

Disable Data Execution Prevention

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59