@echo off
@title 广末浪子上网痕迹清除工具v2.2
@color 3e
echo 正在清除上网痕迹,请稍等......
@del /f /q "%userprofile%\cookies\*.*"
echo 已清除cookies
@rd /s /q %windir%\temp & md %windir%\temp
echo 已清除系统临时文件夹
@del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
echo 已清除IE临时文件夹
@del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
echo 已清除当前户临时文件夹
@del /f /s /q "%userprofile%\Recent"
echo 已清除最近使用过的文档记录
@del /f /s /q "%userprofile%\Local Settings\History\*.*"
echo 已清除当前户上网历史记录
@reg delete "HKCU\Software\Microsoft\Internet Explorer\TypedURLs" /f
echo 已清除IE地址栏网址记录
@reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" /f
echo 已清除开始菜单运行程序记录
pause清除使用痕迹
最新推荐文章于 2021-05-14 20:33:05 发布
267

被折叠的 条评论
为什么被折叠?



