問:系統為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盤為光驅)。