清理电脑垃圾彻底的方法
发布网友
发布时间:2022-04-26 01:07
我来回答
共3个回答
热心网友
时间:2022-06-19 04:15
新建文本,把下面的代码放进去,另存为XXX.bat 然后双击运行就可以,希望能帮上忙哈
@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 清除系统垃圾完成!
echo. & pause
热心网友
时间:2022-06-19 04:15
使用360.安全卫士清理助手 清理垃圾 清理记录 很方便 或者鲁大师都行。
热心网友
时间:2022-06-19 04:16
用360来清理垃圾与系统漏洞验测还可蛮好用的。