Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1444695
  • 博文数量: 47
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 520
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-14 15:37
文章分类

全部博文(47)

文章存档

2008年(47)

我的朋友
最近访客

分类: WINDOWS

2008-06-19 12:32:48

@echo off
echo "Workstation服务"
net stop lanmanworkstation
sc config lanmanworkstation start= disabled
echo "Telnet服务"
net stop TlntSvr
sc config TlntSvr start= disabled
echo "3389服务"
net stop TermService
sc config TermService start= disabled
echo "远程注册表服务"
net stop RemoteRegistry
sc config RemoteRegistry start= disabled
echo "安全提醒服务"
net stop Alerter
sc config Alerter start= disabled
echo "打印机服务"
net stop Spooler
sc config Spooler start= disabled
echo "远程协助服务"
net stop RDSessMgr
sc config RDSessMgr start= disabled
echo "错误报告服务"
net stop ERSvc
sc config ERSvc start= disabled
pause
 
其它服务可自行添加
阅读(1303) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~