一般临时文件在电脑C盘的哪个文件夹里啊?

来源:百度知道 编辑:UC知道 时间:2024/06/06 16:53:31

先在我的电脑里,点工具->文件夹选项->查看->去掉“隐藏受保护的操作系统文件(推荐)->下一条,选择显示所有文件。

临时文件一般在:C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files里

Administrator换成你的用户名。。

就在下面这些文件夹里:
del /a /f /s /q "%userprofile%\Locals~1\Tempor~1\*.*"
del /a /f /s /q "%userprofile%\Locals~1\Temp\*.*"
del /a /f /s /q "%userprofile%\cookies\*.*"
del /a /f /s /q "%userprofile%\recent\*.*"
del /a /f /s /q "%Temp%\*.*"
del /a /f /s /q "%Tmp%\*.*"
del /a /f /s /q "%HomePath%\..\IconCache.db"
echo 正在清理系统目录中的垃圾文件 (稍候,需要点时间)……
del /a /f /s /q "%SystemRoot%\*._mp"
del /a /f /s /q "%SystemRoot%\*.bak"
del /a /f /s /q "%SystemRoot%\*.log"
del /a /f /s /q "%SystemRoot%\*.dmp"
del /a /f /s /q "%SystemRoot%