Quote Originally Posted by timber715 View Post
pls advice in laymans terms how to do this... Im still a newbie to this.
Thank you

As shown here http://www.nextsymbian.com/forums/vi...9b50aa64e512fd


Disable DEP / NoExecute Protection

DEP, otherwise known as NoExecute, is a piece of technology in Windows that prevents processes from being altered in live memory. This lowers the frequency of certain attacks, but it can also have some adverse effects and cause certain things not to run.

Due to the way Windows Vista™’s boot editor has been created, it is now harder to disable DEP / No Execute Protection. Here's how to do it:

1. Click Start, All Programs, Accessories, right click on “Command Prompt”, and click “Run as administrator”.
2. If asked for permission to run Windows Command Processor, click on Allow.
3. At the command prompt, type in “bcdedit.exe /set {current} nx AlwaysOff” (without the quotes).
4. You should receive a message saying “Operation Completed Successfully”.
5. Restart the computer, DEP / No Execute should now be disabled.