Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1284915
  • 博文数量: 161
  • 博客积分: 10192
  • 博客等级: 上将
  • 技术积分: 2165
  • 用 户 组: 普通用户
  • 注册时间: 2006-07-27 17:09
文章分类

全部博文(161)

文章存档

2012年(2)

2011年(13)

2010年(137)

2009年(5)

2008年(4)

我的朋友

分类: WINDOWS

2010-07-21 14:41:34

1.连接多个共享服务器时清空与服务器的连接
@echo off
echo 正在清空与服务器的连接。。。
net use * /delete
echo 清理完毕。
echo. & pause

2。清除系统垃圾文件
@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
3。xp优化
文件:070523222108.rar
大小:17KB
下载:下载
阅读(508) | 评论(0) | 转发(0) |
0

上一篇:VSFTP FAQ 中文版

下一篇:mysql备份脚本

给主人留下些什么吧!~~