Difference between revisions of "Tutorial:Fatal error on connect"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Outdated|[[Troubleshooting|Troubleshooting]]}} | ||
+ | |||
*Search for cmd in the start menu. | *Search for cmd in the start menu. | ||
Line 15: | Line 17: | ||
*Then restart your PC. | *Then restart your PC. | ||
− | {{IncCat|Page=Tutorial:Fatal error on connect|Category= | + | {{IncCat|Page=Tutorial:Fatal error on connect|Category=Outdated}} |
− |
Latest revision as of 03:26, 20 November 2017
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.