怎么样完全把电脑的系统垃圾清除?
答案:6 悬赏:30 手机版
解决时间 2021-04-24 08:31
- 提问者网友:書生途
- 2021-04-23 17:25
最佳答案
- 五星知识达人网友:长青诗
- 2021-04-23 17:45
用超级兔子,清理。
全部回答
- 1楼网友:行雁书
- 2021-04-23 22:28
用360就可以,既方便又快捷
- 2楼网友:神也偏爱
- 2021-04-23 21:32
@echo off
@ ECHO.
@ ECHO.
@ ECHO. 说 明
@ ECHO -----------------------------------------------------------------------
@ ECHO 这是网上流传的批处理。它会帮您删除回收站、临时目录、最近打开过的文档痕迹
@ ECHO 等。对系统运行稍有帮助。但不能根治速度慢的问题。电脑速度慢通常是因为太多
@ ECHO 无用的运算占据了CPU和内存资源所致,非删除一些文件就能解决。建议装好系统后,
@ ECHO 及时做Ghost备份。以后如果觉得运行不畅了,就恢复系统,这是最彻底的办法。
@ ECHO -----------------------------------------------------------------------
@ ECHO.
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
- 3楼网友:走死在岁月里
- 2021-04-23 21:18
鲁大师
高级清理··
效果很好··比360的都好··
- 4楼网友:像个废品
- 2021-04-23 20:13
下载一个WINDOWS优化大师就可以了
- 5楼网友:酒者煙囻
- 2021-04-23 18:43
cleaner.bat
@echo off
echo .............................................................
echo Clearing the trash, waiting ......
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%\recycled\*.*
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 清Clean over! Support by zhaozht
echo .............................................................
echo. & pause
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯