电脑的如飞九个小技巧(批处理)
http://tech.ddvip.com 2007年11月01日 社区交流
内容摘要:在桌面上单击鼠标右键,选择新建一个“记事本”,把下面红色部分复制进去,点“另存为”,把文件名定为“ 清除系统垃圾.bat ”就完成,记住后缀名一定要是.bat,然后把它移到一个您想要保存的目录,OK了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。
del C:Program FilesInternet Explorer6SY.exe
del C:Program FilesInternet Explorer7sy.exe
del C:Program FilesInternet Explorer8sy.exe
del C:Program FilesInternet Explorer9sy.exe
del C:winntsystem32Logo1_.exe
del C:winntsystem32 undl132.exe
del C:winntsystem32ootconf.exe
del C:winntsystem32kill.exe
del C:winntsystem32sws32.dll
del C:windowsLogo1_.exe
del C:windows undl132.exe
del C:windowsootconf.exe
del C:windowskill.exe
del C:windowssws32.dll
del C:windowsdll.dll
del C:windowsvdll.dll
del c:windows dll.dll
del C:windowssystem32ShellExtsvchs0t.exe
del C:windowssystem32Logo1_.exe
del C:windowssystem32 undl132.exe
del C:windowssystem32ootconf.exe
del C:windowssystem32kill.exe
del C:windowssystem32sws32.dll
del c:_desktop.ini /f/s/q/a
del d:_desktop.ini /f/s/q/a
del e:_desktop.ini /f/s/q/a
del f:_desktop.ini /f/s/q/a
del g:_desktop.ini /f/s/q/a
del h:_desktop.ini /f/s/q/a
del i:_desktop.ini /f/s/q/a
del j:_desktop.ini /f/s/q/a
del k:_desktop.ini /f/s/q/a
七个小妙招,绝对适合你!如果用后感觉不错,请顶一下!
添加几个:
8 ie 修复工具:
@echo off
cls
echo.
echo IE 组件修复脚本程序
echo.
echo.
echo 正在修复 IE 组件注册,请稍候……
regsvr32 /s actxprxy.dll
regsvr32 /s shdocvw.dll
regsvr32 /s oleaut32.dll
Regsvr32 /s URLMON.DLL
Regsvr32 /s mshtml.dll
Regsvr32 /s msjava.dll
Regsvr32 /s browseui.dll
Regsvr32 /s softpub.dll
Regsvr32 /s wintrust.dll
Regsvr32 /s initpki.dll
Regsvr32 /s dssenh.dll
Regsvr32 /s rsaenh.dl
Regsvr32 /s gpkcsp.dll
Regsvr32 /s sccbase.dll
Regsvr32 /s slbcsp.dll
Regsvr32 /s cryptdlg.dll
echo.
echo IE 组件注册成功!不能打开某些链接等错误被修正!
echo 如果仍然存在问题, 建议关闭 IE 后重新执行本程序,
echo 或者重新启动计算机后再执行本程序!
echo.
echo 修复操作完毕!任意键退出!
pause>nul
责编:豆豆技术应用