主题 : 自己制作一个系统垃圾清理软件,超简单
级别: 二分秋色
UID: 74109
精华: 0
发帖: 27
威望: 273 点
无痕币: 837 WHB
贡献值: 0 点
在线时间: 7(时)
注册时间: 2008-12-28
最后登录: 2009-02-14

0 自己制作一个系统垃圾清理软件,超简单


自己制作一个系统垃圾清理软件,超简单

电脑用的时间越来越长,反应越来越慢,你是不是很烦恼,教你一招,清理系统垃圾

在桌面建一个"记事本",名称改为"系统清理.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\*.*"


ok,完成了
Total 0.036706(s) query 3, Time now is:04-28 01:26, Gzip enabled 粤ICP备07514325号-1
Powered by PHPWind v7.3.2 Certificate Code © 2003-13 秋无痕论坛