PDA

View Full Version : DEP problems while fighting


Wimmaes
01-01-2011, 09:01 AM
Please help me out.

Everytime i am fighting General Karador my PC shuts down because of DEP issues...
I can't change my setting either so that kb.exe isn't controlled by DEP (not allowed)
Can anyone help me out with this one ?

Thnx guys !

bucazaurus
01-01-2011, 09:58 AM
Have you tried to turn off DEP ?
On Windows partition it's a file called boot.ini (hidden operating system file)
Go to Folder options\View \ (check the option )Show hidden files and folders and uncheck the option Hide protected operating system files .
Now open boot.ini file with a text editor (wordpad)
It should look something like this :


timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

What you need to edit is this :

/noexecute=[B]optin /fastdetect

Change the line into this

/noexecute=AlwaysOff /fastdetect

Save the changes and restart the computer.

And that's about it . Good Luck.

Wimmaes
01-01-2011, 12:02 PM
Is is the same for Vista ?
Can't seem to find the file boot.ini

thnx for the info bucazaurus!

bucazaurus
01-01-2011, 06:32 PM
For Vista you need to type this line :

bcdedit.exe /set {current} nx AlwaysOff

into the command prompt window .

Start\All Programs\Accessories

Right Click on Command Prompt

Choose Run as Administrator
If it ask for permission then click Allow

After you type the line you should get a message :Operation Completed Successfully

Restart computer .

Good Luck and you're welcome