哪些文件属于电脑磁盘里的垃圾文件?

来源:百度知道 编辑:UC知道 时间:2024/05/07 15:00:35
我的磁盘里突然增加了内存不知道怎么回事

是不是多出了一些垃圾文件啊?

哪些属于电脑磁盘里的垃圾文件?

帮帮忙咯!

建立bat文件,写下:

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%\Local Settings\recent\*.*"
echo 清除系统垃圾完毕!
echo. & pause
exit

垃圾文件即可清除!