【Tip】清理C盘
程序员文章站
2022-04-24 21:07:10
...
emmm,终于是轮到我爆满了,从别人那里搜集来的确实好用的Tip,不用装软件的那种。
新建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
清理了大概1-2G
原文链接:https://blog.csdn.net/hizhangyuping/article/details/83623149
手动删除C盘Adobe系列文件
C:\ProgramData\Adobe\SLStore
C:\Program Files (x86)\Common Files\Adobe\SLCache
C:\Program Files (x86)\Common Files\Adobe\backup
C:\Program Files (x86)\Common Files\Adobe\caps
C:\Program Files (x86)\Common Files\Adobe\Installers
这个就清理了零点多G
原文链接:https://blog.csdn.net/Klhz555/article/details/104842996
再就是百度搜的到的删除应用程序之类的。