电脑清理问题(急急急急急急急急急急)

来源:百度知道 编辑:UC知道 时间:2024/09/22 17:27:24
怎么样才能把电脑里的东西全部清理光(系统文件除外,要清理得光,不留痕迹)
家里的电脑东西太多,想删光,可是一个一个删太慢,想请大家帮帮忙~~

1、C盘:

清理系统垃圾文件,方法:

将下面这段命令复制,粘贴到记事本中,然后将记事本的扩展名 .txt重命名为 .bat,双击即可:

@echo off
pause
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 清理系统垃圾完成!
echo. & pause

2、其它盘,格盘。