当前位置:主页 > 最新动态 >

win7怎么清理C盘垃圾文件的方法!

电脑使用一段时间后,速度会越来越慢,这是因为C盘垃圾文件过多而造成的!那么win7系统怎么清理C盘的垃圾文件呢?下面U帮忙小编教大家c盘垃圾文件清理方法!
 

win7怎么清理C盘垃圾文件的方法!



用BAT脚本来清理C盘垃圾文件的步骤如下:

1、点击“开始——程序——附件——记事本”,创建一个新的记事本。

2、将以下代码内容复制到新建的文本文档里

@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 
 
怎么清理c盘垃圾

3、点击“文件——另存为”,文件名为“ 清除系统垃圾.bat ”,文件类型选择“所有文件”。
 
清理C盘垃圾文件

4、双击运行刚建立好的清除系统垃圾.bat文件,完成后关闭即可。
 
c盘垃圾文件清理


最后可以保存起来,以后想清理C盘垃圾文件时,随时都可以使用。

 
温馨提示:以后再安装新软件的一定要注意安装的路径,最好不要装到C盘里,因为C盘系统盘占用空间太多就会影响运行速度!