Tuesday, March 10, 2009
I'm having problems with DEP causing Visual Studio to crash, perhaps b...
I'm having problems with DEP causing Visual Studio to crash, perhaps because of third party components that I'm using? In any case, I found that this command can be used to disable DEP:
bcdedit.exe /set {current} nx AlwaysOff
Once I can determine a better work around, then I can use this command to turn it back on:
bcdedit.exe /set {current} nx AlwaysOn