win7系统在使用的时候大家有没有遇到运行变慢这样的问题?如果有的话可以查看是不是C盘垃圾太多导致的,那么遇到这种情况该怎么办?要怎么清除这些垃圾文件?下面小编就跟大家说说win7系统C盘垃圾多导致电脑很卡怎么办。
win7系统C盘垃圾多导致电脑很卡的解决方法:
1、新建记事本,并将以下内容复制进去;
@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%小甜饼s*.*
del /f /q %userprofile%recent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系统LJ完成!
echo. & pause
然后复制上述的这段代码到文本文档里(txt),然后在另存为文件名修改成LJ.bat。
然后在把文件保存到桌面。然后点击打开。就可以看到一串删除垃圾文件的窗口。(如下图所示)这个方法还是挺方便快捷的。不过要注意重要的文件不要放在C盘了,以免被删除了就无法恢复了!
有了上面的这个小教程,你们就无需再为系统卡顿而烦恼,也不用再为C盘垃圾太多不会清理而担忧,有了如此高效便捷的技能,你还有什么理由不亲自去尝试一下呢,去吧,告别电脑卡顿就在今天!
Win7相关教程