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 :
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
What you need to edit is this :
/noexecute=optin /fastdetect
Change the line into this
/noexecute=AlwaysOff /fastdetect
Save the changes and restart the computer.
And that's about it . Good Luck.
|