win7 32位系统怎么实现一键删除系统垃圾
更新日期:2023-01-07 14:01:43
来源:互联网
大家知道win7 32位系统下怎么实现一键删除系统垃圾吗?长时间没有清理系统垃圾会让电脑运行速度变得十分缓慢,所以定时清理系统垃圾是一个很好的习惯,那么下面就让小编来告诉大家一键清除系统缓存的方法吧,希望可以帮到你。
首先我们新建一个记事本文件,在记事本中输入以下内容:
@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
然后把文件保存为后缀.bat的文件,双击打卡就可以一键删除系统垃圾了。

以上就是win7 32位系统怎么实现一键删除系统垃圾的全部内容,有需要的用户就根据文章内容去操作吧。
-
windows7系统纯净版启动摄像头失败该怎么处理 解决摄像头问题 15-03-03
-
64位win7中关村系统怎么操作360云盘“文件时光机” 15-04-28
-
风林火山win7系统如何关闭多余系统服务 避免硬盘坏道出现 15-05-22
-
深度技术win7系统中70个电脑小窍门一览表 15-06-11
-
风林火山win7系统桌面无显示时该怎么办 15-06-09
-
雨林木风win7系统三条超实用电脑小技巧 15-06-10
-
如何才能让雨林木风win7系统快速上手 15-05-29
-
深度技术win7系统如何让电脑健步如飞 15-07-27
