您现在的位置: 飞速资源网文章中心电脑教学电脑技巧自己制作系统垃圾清除工具的方法

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

飞速资源网| http://www.ff70.com |电脑技巧|人气:145次| 06-11
自己制作系统垃圾清除工具的方法

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

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

 @echo off
echo HTMer系统清理工具http://www.ff70.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% 
如果觉得《自己制作系统垃圾清除工具的方法》电脑技巧,电脑技巧大全,电脑技巧收藏家不错,可以推荐给好友哦。
本文Tags: 电脑教学 - 电脑技巧,电脑技巧大全,电脑技巧收藏家,
广告联系|管理下载|游戏下载|公文中心|驾驶考试|电脑教学|教育教学|名言名句|网站地图|热门专题
Copyright © 资源下载. All Rights Reserved .
本页提供自己制作系统垃圾清除工具的方法,电脑技巧,电脑技巧大全,电脑技巧收藏家参考。
1 2 3 4 5 6 7 8 9 10 11 12