安全清理win7 win8 C盘垃圾文件 释放空间
的有关信息介绍如下:C盘一般作为系统盘,即安装系统软件的硬盘。
很多人都习惯将日常的应用软件也安装到C盘,例如安全软件,聊天软件等。这些软件都会生成一些垃圾文件放置到安装的目录下,导致C盘空间一天比一天小,系统运行起来也很缓慢。通常情况下系统启动时会检索C盘安装的程序,当文件变多时,扫描起来所花的时间就越长,小编整理了部分实用的方式让你轻松将C盘瘦身,多出空间给系统实用。
如果文章帮到了你,请给我支持。~_~
删除浏览器的历史记录文件(进入到Internet选项 , 设置临时文件空间为50M或更低,然后应用,勾选上退出时删除临时文件)
检查安装到C盘的应用程序,并转移(如果应用程序安装目录在C盘,建议卸载后重新安装到其它盘)
删除C盘下载的文件
库—》文档—》Downloads 下的文件库—》文档—》Tencent Files –》QQ号—》下的文件C:\Windows\Downloaded Installations 下的文件C:\Windows\SoftwareDistribution\Download 下的文件
库—》文档—》Downloads 下的文件
库—》文档—》Tencent Files –》QQ号—》下的文件C:\Windows\Downloaded Installations 下的文件C:\Windows\SoftwareDistribution\Download 下的文件
库—》文档—》Tencent Files –》QQ号—》下的文件
C:\Windows\Downloaded Installations 下的文件C:\Windows\SoftwareDistribution\Download 下的文件
C:\Windows\Downloaded Installations 下的文件
C:\Windows\SoftwareDistribution\Download 下的文件
C:\Windows\SoftwareDistribution\Download 下的文件
释放占用C盘的虚拟空间
计算机属性,高级,性能(设置),高级,C盘设置为托管,点击确定
制作清理C盘垃圾文件的bat程序
powercfg -h off
@echo offpauseecho 正在清理系统垃圾文件,请稍等......
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
text文件另存为.bat文件
如果您觉得该文档有用或者帮到了您,您可以通过下图向作者进行打赏,以作鼓励.