有什么命令可以使电脑里面的垃圾清除
发布网友
发布时间:2022-04-20 01:51
我来回答
共3个回答
热心网友
时间:2022-04-03 18:46
系统自带的命令是
没有的。
得建立一个批量处理工具。有个网上很流行的方法就是
这个程序是自动清理电脑里的垃圾文件而不会破坏系统,比很多软件都好哦新建一个记事本并输入以下的内容:
@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
打开还是记事本的看清楚这里最后将它保存,然后更名为“清除系统垃圾.bat”
ok!你的垃圾清除器就这样制作成功了!以后只要双击运行该文件,当屏幕提示“清除系统垃圾完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?
用360的清理使用痕迹也可以。
热心网友
时间:2022-04-03 20:04
在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.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
清除系统垃圾完成!
echo.
&
pause
以后只要双击运行该文件,当屏幕提示清除系统LJ完成,就还你一个“苗条”的系统了
热心网友
时间:2022-04-03 21:39
命令是没有,倒是有方法对硬盘内的垃圾整理或者清理
右击你需要清理或者整理的分区,例如D盘,选择属性
在常规一拦中就有磁盘清理的选项,点击即开始清理
若你想整理的话,就点击工具一栏,选择碎片整理里的开始整理就可以了,这样会让你的电脑垃圾都整理分类存放或者清除来提高你电脑的运行速度`