谁用双鞭暴打爱 当前离线
中级用户
TOP
littlelucky 当前离线
白银会员
原帖由 海豚1997 于 2008-11-19 08:49 发表 http://bbs.ioage.com/cn/images/common/back.gif 是IE内核本身的原因,除非重新编写自己的内核才行。
uijxviid 当前离线
内测用户
richardlynn 当前离线
初级用户
zangmaly 当前离线
星云 当前离线
jeffrey 当前离线
vokins (郭郭)当前离线
资深潜水
@echo off cls color 0A echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. echo XP 优化处理文件 echo. echo 正在清除系统·文件,请稍等...... echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. sfc /purgecache sfc /purgecache del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log del /f /s /q %systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk del /f /s /q %systemdrive%\*.old del /f /s /q %systemdrive%\recycled\*.* del /f /s /q %windir%\*.bak del /f /s /q %windir%\*.log del /f /s /q %windir%\*.tmp del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp & md %windir%\temp rd /s /q %temp% & md %temp% del /f /q %userprofile%\recent\*.* del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" del /f /s /q "%userprofile%\Local Settings\Temp\*.*" del /f /s /q "%userprofile%\recent\*.*" echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. echo 清除系统·完成! echo. echo 正在对 IE 组件修复,注册,优化 echo. echo 请等待几秒钟...... echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. regsvr32 /s actxprxy.dll echo 完成百分之 10 regsvr32 /s shdocvw.dll echo 完成百分之 15 regsvr32 /s oleaut32.dll echo 完成百分之 20 Regsvr32 /s URLMON.DLL echo 完成百分之 25 Regsvr32 /s mshtml.dll echo 完成百分之 30 Regsvr32 /s msjava.dll echo 完成百分之 35 Regsvr32 /s browseui.dll echo 完成百分之 40 Regsvr32 /s softpub.dll echo 完成百分之 45 Regsvr32 /s wintrust.dll echo 完成百分之 50 (优化,请等待) Regsvr32 /s initpki.dll echo 完成百分之 55 Regsvr32 /s dssenh.dll echo 完成百分之 60 Regsvr32 /s rsaenh.dl echo 完成百分之 65 Regsvr32 /s gpkcsp.dll echo 完成百分之 70 Regsvr32 /s sccbase.dll echo 完成百分之 75 Regsvr32 /s slbcsp.dll echo 完成百分之 85 Regsvr32 /s cryptdlg.dll echo 完成百分之 90 sfc /purgecache echo 完成百分之 100 cls echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo 恭喜您!优化全部完成! echo. echo 感谢您使用 XP 优化处理软件! echo. 感谢嬴政论坛 Http://bbs.winzheng.com echo iVokinx ReBuild 2008.11.10 echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. echo. & pause