C盘用户名load setting 下的TEMP文件夹内的东西可以删除吗.是存放什么的

来源:百度知道 编辑:UC知道 时间:2024/09/28 07:35:57

可以的,不过没什么用,它是临时文件夹,这次删掉了,下次他还会生成的,LOAD SETTING是存放下载临时文件的默认文件夹。

可以删除,放的是临时文件.

临时文件,我告诉你删除临时文件的快捷方法,首先,新建文本文档,把下面的代码复制进去,保存格式为.bat格式,双击就可以清除临时文件了,可以有效释放系统空间的,代码:
<br>@echo off
<br>echo 正在清除系统垃圾文件,请稍等......
<br>del /f /s /q %systemdrive%\*.tmp
<br>del /f /s /q %systemdrive%\*._mp
<br>del /f /s /q %systemdrive%\*.log
<br>del /f /s /q %systemdrive%\*.gid
<br>del /f /s /q %systemdrive%\*.chk
<br>del /f /s /q %systemdrive%\*.old
<br>del /f /s /q %systemdrive%\recycled\*.*
<br>del /f /s /q %windir%\*.bak
<br>del /f /s /q %windir%\prefetch\*.*
<br>rd /s /q %windir%\temp & md %windir%\temp
<br>del /f /q %userprofile%\cookies\*.*
<br>del /f /q %userprofile%\recent\*.*
<br>del /f /s /q "%userprofile%\Local Settings\Temporary In