怎么清除电脑里所有浪费内存的垃圾文件?
发布网友
发布时间:2022-03-25 06:12
我来回答
共2个回答
热心网友
时间:2022-03-25 07:41
在我的电脑D盘,不要在系统盘就好,建一个记事本,复制一下文章并保存为“清理LJ.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-03-25 08:59
你自己在电脑的,开始”——“程序”——“附件”——“系统工具”
“磁盘碎片管理程序”在里面整理一下就快很多了!