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

栏目:WinXP教程 | 时间:2023-05-01 02:50
{if:"150"=142}

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

{else}

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

{end if}

显示全部

加载中