Tutorial:Fatal error on connect
Jump to navigation
Jump to search
This article is out of date, the information it contains can be incorrect. Please refer to the Troubleshooting section for a newer version.
- 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.