win7 旗舰版 explorer.exe下载

32位版:http://pan.baidu.com/share/link?shareid=360989&uk=67562577

64位版:http://pan.baidu.com/share/link?shareid=360990&uk=67562577

从我自己电脑里复制出来的 没有病毒

解决explorer损坏的问题

我再加个替换脚本吧。

@echo off if exist “explorer.exe” ( taskkill /f /im explorer.exe move “%SystemRoot%explorer.exe” “%SystemRoot%explorer_bf.exe” move explorer.exe %SystemRoot%explorer.exe start explorer.exe del %0 echo 替换完成 ) else ( echo 没有找到explorer.exe文件 pause >nul )

把这几句复制到记事本中保存成.cmd的并和explorer.exe放到一起运行就可以了。