发布网友 发布时间:2022-04-22 04:43
共1个回答
热心网友 时间:2023-06-21 18:36
方法如下:
1、点击开始,点击所有程序,点击附件,点击记事本;
2、复制以下代码到记事本:
@echo
off
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
清除系统垃圾完成!
3、点击文件菜单另存为命令,选择位置为c:\windows\system32,文件名ql.bat,保存类型所有文件,点击保存;
4、点击开始,点击运行,输入ql,点击确定即可。