Friday, September 4, 2009

Enable or Disable DEP in vista

Open a elevated command prompt,

1.To Enable DEP in Vista:
type in

bcdedit.exe /set {current} nx OptIn

then press Enter. Then restart your computer to apply.

2.To Disable DEP in Vista:
type in

bcdedit.exe /set {current} nx AlwaysOff

and press Enter. Then restart your computer to apply.

No comments:

Post a Comment