首页 > 学院 > 基础常识 > 正文

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

2019-10-30 20:56:38
字体:
来源:转载
供稿:网友

   问:系统为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盘为光驱)。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表