osoft Windows XP Home Edition" /noexecute=optin /fastdetect ,把/noexecute=optin改为/execute即可。即改为:multi(0)disk(0)rdisk(0)partition(1)\\WINDOWS="Microsoft Windows XP Home Edition" /execute /fastdetect。
/noexecute=optin 这是默认开关,启用DEP。
/execute - 禁用DEP。
/noexecute参数的取值可以是AlwaysOn、AlwaysOff、OptIn 、OptOut中的任一个。当启用DEP(系统数据执行保护)的时候,/noexecute=optin。关闭DEP,/noexecute=optout。
/noexecute=AlwaysOn时,便将整个系统置于DEP保护范围以内。在这种状态下,可能很多程序都不能运行,而且报错的提示还不一样。
/noexecute=AlwaysOff时,相当于关闭了DEP和EVP功能,凡是被其阻止的程序都能正常运行。可在这种状态下暂时运行某一程序,但一定要注意网络安全,工作完成后马上恢复。