找回密码
 注册

QQ登录

快捷登录

新浪微博登陆

搜索
CDD 法语助手

以前在咱这下的一个清理系统垃圾的小程序

6
回复
694
查看
[ 复制链接 ]
头像被屏蔽

新浪微博达人勋

提示: 该帖被管理员或版主屏蔽
2008-5-6 23:53:52

新浪微博达人勋

哎~~~没人欣赏
2008-5-7 09:44:22

使用道具 举报

新浪微博达人勋

原帖由 patrick_Pan 于 2008-5-7 10:44 发表
哎~~~没人欣赏


我欣赏,我欣赏你的肉夹馍。


不过是什么下的呀?xp  vista

[ 本帖最后由 fuyiu0 于 2008-5-7 11:24 编辑 ]
2008-5-7 10:08:03

使用道具 举报

新浪微博达人勋

@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 清除系统LJ完成!
echo. & pause
2008-5-7 10:08:14

使用道具 举报

新浪微博达人勋

把上面的代码,保存到记事本中。
把后缀修改为:bat

文件名:清除系统lj

全名:清楚系统lj.bat

这个是给xp用的。

[ 本帖最后由 fuyiu0 于 2008-5-7 11:23 编辑 ]

清除系统lj.rar

386 Bytes, 下载次数: 3, 下载积分: 战斗币 -1

2008-5-7 10:10:21

使用道具 举报

新浪微博达人勋

下面这俩个是给VISTA的!

clean.rar

669 Bytes, 下载次数: 3, 下载积分: 战斗币 -1

Vista 系统LJQC.rar

447 Bytes, 下载次数: 1, 下载积分: 战斗币 -1

2008-5-7 10:23:46

使用道具 举报

新浪微博达人勋

这个东西我不时地都要用一下
2008-5-7 13:23:16

使用道具 举报

您需要登录后才可以回帖 登录 | 注册 新浪微博登陆

本版积分规则

返回顶部