時間:2015-04-16 來源:互聯網 瀏覽量:
問:係統為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盤為光驅)。