首 页 行业热点 新车 试驾评测 养车用车 车型库

怎样制作一键清理C D E F 磁盘垃圾文件

发布网友

我来回答

3个回答

热心网友

DEF没什么垃圾文件,一般在C盘,快速清除步骤:
1、在桌面上点鼠标右键,选择新建一个“记事本”

2、快速清除代码:
Windows拉圾文件清除代码(BAT文件)@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
3、复制进去,点“另存为”,把文件名定为“清除系统垃圾.bat”就完成,记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!

热心网友

CCleaner是一款很不错的、免费的系统优化、注册表清理和隐私保护工具。CCleaner的主要用来清除Windows系统不再使用的垃圾文件,以腾出更多硬盘空间。它的另一大功能是清除使用者的上网记录。

  CCleaner的体积小,运行速度极快,可以对临时文件夹、历史记录、回收站等进行垃圾清理,并可对注册表进行垃圾项扫描、清理。附带软件卸载功能。 同时支持IE、Firefox。

  支持包括简体中文在内的26国语言界面。

下载http://down.tech.sina.com.cn/content/4368.html

热心网友

网上就有

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com