怎样“一键清理系统垃圾文件”?

发布网友 发布时间:2022-02-23 03:08

我来回答

7个回答

懂视网 时间:2022-02-23 07:30

一键清理系统垃圾的方法:

1.打开手机桌面上的“手机管家”。

2.点击左上方图标“清理加速”。

3.等待系统整理完垃圾文件。

4.点击右边的“立即清理即可”。

总结

1.打开手机桌面上的“手机管家”。

2.点击左上方图标“清理加速”。

3.等待系统整理完垃圾文件。

4.点击右边的“立即清理即可”。


热心网友 时间:2022-02-23 04:38

将下面的文字复制到文本文档里 再另存为 1.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-02-23 05:56

直接下载个一键清理系统垃圾文件的批处理。点击就可以了。

热心网友 时间:2022-02-23 07:30

下一个360或者鲁大师,都有,很简单。

热心网友 时间:2022-02-23 09:38

@echo off
color 1e
echo XXXX一键清理工具WIN7版本
for /r c:\ %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q "%%a"
for /r c:\windows\temp %%a in (*.*) do del /f /s /q "%%a"
for /r c:\windows\Prefetch %%a in (*.*) do del /f /s /q "%%a"
for /r %userprofile%\AppData\Local\Temp %%a in (*.*) do del /f /s /q "%%a"
for /r "%localappdata%\Microsoft\Windows\Temporary Internet Files" %%a in (*.*) do del /f /s /q "%%a"
for /r %localappdata%\Microsoft\Windows\History %%a in (*.*) do del /f /s /q "%%a"
for /r %appdata%\Microsoft\Windows\Cookies %%a in (*.*) do del /f /s /q "%%a"
pause

热心网友 时间:2022-02-23 12:03

有360就可以清

热心网友 时间:2022-02-23 14:44

下载个超级兔子
或者优化大师,里面有专门清楚系统垃圾文件已经上网残留文件,清除很彻底,而且你也能看到清除过程,还有很多优化系统的工具,可以试试看。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com