c盘documents and settings 下all users文件能删除么?它占了很大空间

来源:百度知道 编辑:UC知道 时间:2024/05/28 19:37:55

这样 打开我的电脑,在地址栏上写C:\Documents and Settings\All Users\Templates 把里面的东西全部都删光光了,你就不会有什么困饶了
不过放心,我没什么恶意,这些文件都是积累浏览资源和历史记录.删掉是绝对安全的处理办法...或者这样
@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%\recent\*.*"
echo