怎么删除C盘里没用的文件
发布网友
发布时间:2022-02-23 00:59
我来回答
共2个回答
热心网友
时间:2022-02-23 02:28
建议如下做法:
1、使用360安全卫士之类的软件清理系统垃圾;
2、卸载不必要的软件,你不用它,不代表不消耗你的资源;
3、将不常用的软件卸载,并重新安装到c盘以外的地方,360安全卫士的搬家工具可以使用,但是不保证都没有问题;
4、如果使用“我的文档”,最好将其位置挪到其他盘;
5、桌面不要放太多文档;
6、随系统启动的程序尽量少,杀毒软件安全系数不易设置太高,更不要混合使用。
热心网友
时间:2022-02-23 04:03
@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
新加一个txt文档把这串代码复制进去,然后把后缀txt修改成bat,然后运行,自动清理系统垃圾文件,或者下载优化大师,如果需要破解版的话可以留下邮箱发你。