Difference between revisions of "Tutorial:Fatal error on connect"
Jump to navigation
Jump to search
m (1 revision) |
|
(No difference)
|
Revision as of 00:13, 31 December 2011
- Search for cmd in the start menu.
- Right click on Command Prompt icon (or cmd.exe) and select Run as Administrator. Then execute the following command:
bcdedit.exe /set {current} nx AlwaysOff.
- Then restart your PC.
How to revert
- If you regret your decision, you can enable or turn back on the DEP protection for your Windows Vista/W7, simply use the following command instead:
bcdedit.exe /set {current} nx AlwaysOn
.
- Then restart your PC.