主题:【救命】如何恢复XP下的Driver文件夹? -- 无双公子
今天借来了一共DVD刻录机。。。结果,系统不认。。。
偶思前想后。。。觉得可能和偶前一阵子删掉Windows/driver目录有关系。。。
删了那个目录,虚拟光驱用不了了,USB用不了了,但凡要有个新的硬件设备就不识别。。。
再有。。SP2也无法卸载。。。偶还不能格C盘。。。因为有很多文件。。。
555,,救命啊~~
您这可是“搬了石头砸了自己的脚”啊,再怎么删,也不能删DRIVER啊。
我这儿有个方子,您先试试看,要是不灵我还有方子。
Start-> Help and Support -> "Pick a task": Undo changes to your computer with System Restore -> Restore my computer to an earlier time.
如果这就恢复了系统的话,记得建立一个restore point, 这样下次再出了问题,就很容易rollback
再一个办法就是把driver再手工装一遍。
驱动程序应该在system32\drivers里面。windows\Driver Cache里有一套备份驱动程序。所以你的问题不一定是删掉Windows\DRIVERS造成的。
可以试试:
sfc /scannow
这个命令可以恢复一些系统保护的文件,需要Windows光盘。
如果BIOS里不认,显然还是硬件的问题,公子应该可以搞的定
那个sfc是什么啊??
可以在XP下运行么?
一开始没觉得怎么样。。。
不过,,偶已经用最笨的办法解决了问题――重灌。。。
偶觉得,,还是重灌系统来的踏实。。。
用途:Scans and verifies the versions of all protected system files after you restart your computer.
Syntax
sfc [/scannow] [/scanonce] [/scanboot] [/revert] [/purgecache] [/cachesize=x]
Parameters
/scannow
Scans all protected system files immediately.
/scanonce
Scans all protected system files once.
/scanboot
Scans all protected system files every time the computer is restarted.
/revert
Returns the scan to its default operation.
/purgecache
Purges the Windows File Protection file cache and scans all protected system files immediately.
/cachesize=x
Sets the size, in MB, of the Windows File Protection file cache.
/?
Displays help at the command prompt.
我的台机主板是845E的,已经可以识别USB的CD-RW,我想DVD-RW原理也是一样的吧。
楼上Highway兄对SFC正解,是可以在XP下运行的。