登录 | 注册

首页 | 学习中心 | 下载中心 | 知识大全 | 作文 | 常识 | 加入收藏 | 网站地图

您当前位置:多思学习网知识频道电脑学习电脑技巧自己制作系统垃圾清除工具的方法

自己制作系统垃圾清除工具的方法

11-08 12:37:21电脑技巧
浏览次数:821次 
标签:电脑技巧大全,http://www.duosi8.com 自己制作系统垃圾清除工具的方法,

    操作系统用了一段时间就会出现很多的系统垃圾,造成电脑运行缓慢和假死等一些症状,今天在这里给大家介绍一种自己制作系统垃圾清除工具的方法,经过一段时间的测试及网友们的评价都不错,可以放心使用,对系统没有任何影响。

    具体方法:将如下代码拷贝到记事本中,然后另存为.bat文件,然后双击运行这个文件即可开始清除系统垃圾。

 @echo off
echo HTMer系统清理工具http://www.duosi8.com/
echo 正在清除系统垃圾文件,请稍等......
del c:\windows\system32\cid_store.dat
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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%\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
%system% ,自己制作系统垃圾清除工具的方法
《自己制作系统垃圾清除工具的方法》相关文章

tag: 制作  系统垃圾  电脑技巧,电脑技巧大全,电脑学习 - 电脑技巧

联系我们 | 网站地图 | 幼教大全 | 试题下载 | 电脑学习 | 加入收藏


幼儿园教案_ 教案模板_ 课件模板_ 教学反思_ 教学计划


多思学习网 1 2 3 4 5 6