ratrateroo
07-12-2019, 03:18 AM
First solution:
Follow the instructions of How to disable DEP on Windows (https://forum.playorigin.com/showthread.php?1282-How-to-Disable-DEP-On-Windows) by Simplicity
Restart your system afterwards.
Second solution:
Turn of your DEP because it seems like its not working. Here's how.
Turning DEP off requires the use of the command prompt space.
1. Open the Start menu, and in the search box, type "Cmd" and wait for the results box to populate.
2. Right-click on the cmd shortcut that appears and select Run as administrator. You'll probably have to acknowledge a UAC prompt to get it done unless you have already turned UAC off.
3. Once you're at the command prompt, type the following:
4. bcdedit.exe /set {current} nx AlwaysOff
You should get a success message back.
5. Close everything and restart your system.
If you ever want to turn it back on, use the same procedure to get to an elevated command prompt, and then type:
bcdedit.exe /set {current} nx AlwaysOn
Follow the instructions of How to disable DEP on Windows (https://forum.playorigin.com/showthread.php?1282-How-to-Disable-DEP-On-Windows) by Simplicity
Restart your system afterwards.
Second solution:
Turn of your DEP because it seems like its not working. Here's how.
Turning DEP off requires the use of the command prompt space.
1. Open the Start menu, and in the search box, type "Cmd" and wait for the results box to populate.
2. Right-click on the cmd shortcut that appears and select Run as administrator. You'll probably have to acknowledge a UAC prompt to get it done unless you have already turned UAC off.
3. Once you're at the command prompt, type the following:
4. bcdedit.exe /set {current} nx AlwaysOff
You should get a success message back.
5. Close everything and restart your system.
If you ever want to turn it back on, use the same procedure to get to an elevated command prompt, and then type:
bcdedit.exe /set {current} nx AlwaysOn