最近打开的文档怎么清除?

来源:百度知道 编辑:UC知道 时间:2024/06/23 02:29:24
电脑里的recent文件夹在哪里?

开始-文档-最近访问的文档-右击-删除

也可以用360安全卫士,“清理使用痕迹”

用一些软件
360和优化大师都能
超级兔子也可以
就是清除历史记录
你说的那个好象是system32里面的相关文件类型:
.old .tmp .gid .chk .log
用这个批处理也可以清理:
@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%\