Win7旗舰版32位系统下如何实现一键清理系统垃圾
所谓系统垃圾,就是系统不再需要的文件统称。也就是说对系统毫无作用的文件,并且只能给系统增加负担。就好像浏览过的网页,安装后又卸载掉的程序残留文件及注册表的键值。然而在Win7旗舰版32位系统下清理系统垃圾的方法有很多种,一键清理又该如何操作呢?
win7系统下载官网http://www.shenduwin10.com/特提供了以下方法来解决此问题。
一,在开始菜单里点击所有程序——点击附件——点击记事本。
二,将以下代码内容复制并粘贴到新建的记事本中。
@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”,保存类型选择“所有文件”。
最后,每当想对系统垃圾文件进行清除的时候,只需点击打开这个创建好的清除系统垃圾文件,等待系统垃圾清理完成按任意键完成操作即可。
- 专题推荐
- 深度技术系统推荐
- 1深度技术Ghost Win10 x64位 完美纯净版2019年05月(无需激活)
- 2深度技术Ghost Win10 x64位 特别纯净版v2018.01(绝对激活)
- 3深度技术 Ghost Win10 32位 装机版 V2016.09(免激活)
- 4深度技术Ghost Win10 x64位 多驱动纯净版2019V08(绝对激活)
- 5深度技术Ghost Win10 X32位 完美装机版2017.09月(免激活)
- 6深度技术Ghost Win10 X32增强修正版2017V01(绝对激活)
- 7深度技术Ghost Win10 X64 精选纯净版2021v03(激活版)
- 8深度技术Ghost Win10 (64位) 经典装机版V2017.07月(免激活)
- 9萝卜家园Windows11 体验装机版64位 2021.09
- 10深度技术 Ghost Win10 x86 装机版 2016年05月
- 深度技术系统教程推荐