楼主没必要那么懒吧
360安全卫士、windows优化大师都有清理使用痕迹的功能
而楼主你要的软件是用完了跟没用一样
那你还不如装个影子系统,一重启啥都没了。影子类软件里面有个叫冰冻精灵的免费软件,或许可以帮到你。
可以 的, 在常用>清理 使用痕迹 那
给段代码给你@echo off
Title 清除系统垃圾文件工具...
color 1f
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%\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 清除系统无用文件完成!
exit 你把这段代码 另存为 bat 文件再把它放到C:\Documents and Settings\您的用户名\「开始」菜单\程序\启动 文件夹下 以后每次开机都会清理一次浏览器