一键清理系统垃圾怎么下裁免费
发布网友
发布时间:2022-05-05 19:57
我来回答
共2个回答
热心网友
时间:2022-06-28 00:34
@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-06-28 00:34
不用下载系统自带的在电脑屏幕的左下角按“开始→程序→装机人员工具→一键清楚系统垃圾文件