怎么处理c盘内存越来越多的情况,有无简单易懂的方法
但是部分资料又想保存下来类似qq微信的相关信息,如何筛选出自己所不需要的删除
编写一个脚本处理缓存,新建文本 clean.txt 将下面代码加入到文本里,然后修改后缀txt改为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
下载个360,清理垃圾,性能优化,.....
应有尽有
清理能清理多少,很快又满了,扩容才是王道。
windows扩容只可以用相邻空白分区,所以可以下个分区助手,只需要拖动就可以随意调整每个盘大小,亲测有用~
中文教程,简单高效
https://www.disktool.cn/jiaocheng/resize-partition.html
奇怪,C盘有内存?难道我计算机白学了?