搜索

怎么清除电脑垃圾

发布网友 发布时间:2022-02-26 13:58

我来回答

5个回答

热心网友 时间:2022-02-26 15:27

在桌面上单击鼠标右键,选择新建一个“记事本”,把下面部分复制进去,点“另存为”,把文件名定为“
清除系统垃圾.bat
”就完成,记住后缀名一定要是.bat,然后把它移到一个您想要保存的目录,OK了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。

@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-26 16:45

用杀毒软件的“文件粉碎机”,或者在桌面快捷方式右键点击“删除”会出现“添加或删除文件”的链接,进入后可以方便的清理垃圾。

热心网友 时间:2022-02-26 18:20

清楚系统垃圾文件 ,右键
新建
文本文档
复制下面的文字。。 另存为
清楚系统垃圾.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
清除系统LJ完成!
echo.
&
pause

热心网友 时间:2022-02-26 20:11

@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
%windir%\*.bak
del
/f
/s
/q
%windir%\prefetch\*.*
rd
/s
/q
%windir%\temp
&
md
%windir%\temp
del
/f
/q
%userprofile%\cookies\*.*
del
/f
/s
/q
"%userprofile%\Local
Settings\Temporary
Internet
Files\*.*"
del
/f
/s
/q
"%userprofile%\Local
Settings\Temp\*.*"
echo
清除系统垃圾完成!
pause

热心网友 时间:2022-02-26 22:19

点击开始菜单-----程序-----附件------系统工具-----磁盘清理,然后分别选择你所要清理的分区就可以了.
声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
Top