Disable or Enable Data Execution Prevention DEP in Windows
Command to Disable for Windows Vista
bcdedit.exe /set {current} nx AlwaysOff
—————————–
Command to Enable for Windows Vista
bcdedit.exe /set {current} nx Optin
—————————–
Command to Disable for Windows Vista
bcdedit.exe /set {current} nx AlwaysOff
—————————–
Command to Enable for Windows Vista
bcdedit.exe /set {current} nx Optin
—————————–