欢迎来到福编程网,本站提供各种互联网专业知识!

什么原因导致无法进入Windows XP

发布时间:2013-11-22 作者:第十号员工 来源:互联网
问:系统为WindowsXPwithSP2,启动时提示“Windowscouldnotstartbecausethefollowingfileismissing:system32driverstfs.sys”,并且无法进入系统,请问如何解决?答:可以进入恢复控制台,并依次运行以下命令:(假设WindowsXP安装在C盘)cdsystem32r

问:系统为Windows XP with SP2,启动时提示“Windows could not start because the following file is missing: system32driverstfs.sys”,并且无法进入系统,请问如何解决?

答:可以进入恢复控制台,并依次运行以下命令:(假设Windows XP安装在C盘)

cd system32

ren ntkrnlpa.exe ntkrnlpa.old

ren ntoskrnl.exe ntoskrnl.old

cd "c:windowsdriver cachei386"

expand sp2.cab -F:ntkrpamp.exe c:windowssystem32

expand sp2.cab -F:ntkrnlmp.exe c:windowssystem32

cd c:windowssystem32

ren ntkrpamp.exe ntkrnlpa.exe

ren ntkrnlmp.exe ntoskrnl.exe

exit

小提示:如果以前删除了sp2.cab,可以从先运行“xcopy F:i386SP2.cab c:windowsdriver cachei386”(这里假设F盘为光驱)。

相关推荐