当前位置:操作系统 > Windows Xp >>

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

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

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

  cd system32

  ren ntkrnlpa.exe ntkrnlpa.old

  ren ntoskrnl.exe ntoskrnl.old

  cd "c:\windows\driver cache\i386"

  expand sp2.cab -F:ntkrpamp.exe c:\windows\system32

  expand sp2.cab -F:ntkrnlmp.exe c:\windows\system32

  cd c:\windows\system32

  ren ntkrpamp.exe ntkrnlpa.exe

  ren ntkrnlmp.exe ntoskrnl.exe

  exit

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

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,