怎么一键清理系统垃圾

发布网友 发布时间:2022-02-25 08:52

我来回答

3个回答

懂视网 时间:2022-02-25 13:14

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

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

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

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

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

总结

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

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

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

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

热心网友 时间:2022-02-25 10:22

@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
清理系统垃圾完成!
保存为.BAT格式的就行

热心网友 时间:2022-02-25 11:56

建个txt文件档吧把下列复制到里面并保存为bat的文档,运行下
@echo
off
echo
清空IE临时文件目录...
del
/f
/s
/q
"%userprofile%\Local
Settings\Temporary
Internet
Files\*.*"
del
/f
/s
/q
"%userprofile%\Local
Settings\Temp\*.*"
echo
正在清除系统临时文件
*.tmp
*._tmp
*.log
*.chk
*.old
,请稍等...
del
/f
/s
/q
%systemdrive%\*.tmp
del
/f
/s
/q
%systemdrive%\*._mp
rem
.log大部分有可能有用
rem
del
/f
/s
/q
%systemdrive%\*.log
del
/f
/s
/q
%systemdrive%\*.gid
del
/f
/s
/q
%systemdrive%\*.chk
del
/f
/s
/q
%systemdrive%\*.old
echo
清空垃圾箱,备份文件和预缓存脚本...
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
rem
cooke和最近历史还是保留吧...
rem
del
/f
/q
%userprofile%\COOKIES
s\*.*
rem
del
/f
/q
%userprofile%\recent\*.*
echo
清理系统盘无用文件...
%windir%\system32\sfc.exe
/purgecache
echo
优化预读信息...
%windir%\system32\defrag.exe
%systemdrive%
-b
echo
清除系统完成!
echo.
&
pause

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