明明清理了系统垃圾,为什么IE里注册时的记录还存在

来源:百度知道 编辑:UC知道 时间:2024/05/31 02:50:15

打开记事本,将下面的复制到记事本里,并且保存为.bat,如:系统垃圾清理器.bat

@echo off
echo 正在清除系统垃圾文件,请稍等......
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%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
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 ⌒_⌒..........你的系统LJ已彻底清除掉..........完成!
echo. & pause

用什么清理的?你有没有清除COOKIES呢?

保存密码选项可以去