用SC create 命令来添加、修改、删除服务!

 

【转】 用SC create 命令来添加、修改、删除服务!
2010年08月21日 07:28 P.M.
转载自 分享
最终编辑 MR_Y的blog

添加服务:
sc create BITS binpath= "C:\WINDOWS\system32\svchost.exe -k netsvcs" type= share start= auto displayname= "Background Intelligent Transfer Service" depend= RpcSs/EventSystem
修改描述:
sc description BITS "利用空闲的网络带宽在后台传输文件。如果服务被停用,例如 Windows Update 和 MSN Explorer 的功能将无法自动下载程序和其他信息。如果此服务被禁用,任何依赖它的服务如果没有容错技术以直接通过 IE 传输文件,一旦 BITS 被禁用,就可能无法传输文件。"

添加服务:
sc create PolicyAgent binpath= "C:\WINDOWS\system32\lsass.exe" type= share start= auto displayname= "IPSEC Services" depend= RPCSS/Tcpip/IPSec
修改描述:
sc description PolicyAgent "提供 TCP/IP 网络上客户端和服务器之间端对端的安全。如果此服务被停用,网络上客户端和服务器之间的 TCP/IP 安全将不稳定。如果此服务被禁用,任何依赖它的服务将无法启动。"

SC命令的更多用法请在查看help sc

(注册表修改前请做好备份),

SvcHost共享服务的特别之处:或许重启后还需要到注册表位置:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost],查看"C:\WINDOWS\system32\svchost.exe -k netsvcs"以红色字为名的键(这里以netsvcs为例),键值里是否定义有sc create BITS蓝色字的服务(这里以BITS为例),如果没有就在键值把服务名(这里以BITS为例)添加上去,再重启一次。

@echo off
copy internat.exe %windir%\system32
sc create Internat binpath= %windir%\system32\internat.exe type= own start= auto DisplayName= "Internat Aionegirl"
sc description Internat "输入法"
sc start Internat
pause

@echo off
del %windir%\system32\internat.exe /s /q
sc stop Internat
sc delete Internat
pause
sc create MyService binpath= C:\\winnt\\sys tem32\\NewServ.exe type= own
start= auto
sc create MyService binpath= F:\\clear.bat type= own start= auto
type=----own, share, interact, kernel, filesys
关于建立服务的类型,选项值包括驱动程序使用的类型,默认是share。
start=----boot, sys tem, auto, demand, disabled
关于启动服务的类型,选项值包括驱动程序使用的类型,默认是demand(手动)。

 

用sc create----创建一个服务(增加到注册表中)
用sc create----创建一个服务(增加到注册表中)

如下:在命令行模式下执行:       
sc create TestService binpath= "c:\in estapp.exe" displayname= "TestService" depend= Tcpip start= auto

注意这里的格式,“=”后面是必须空一格的,否则会出现错误。       
在提示建立成功后,可以直接输入“net start TestService”
来启动服务,或者可以直接在“管理工具”的“服务”中直接启动。
C:\Documents and Settings\Administrator>sc create
描述:
        在注册表和服务数据库中创建服务项。
用法:
        sc <server> create [service name] [binPath= ] <option1> <option2>...

选项:
注意: 选项名称包括等号。
type= <own|share|interact|kernel|filesys|rec>
       (默认 = own)
start= <boot|system|auto|demand|disabled>
       (默认 = demand)
error= <normal|severe|critical|ignore>
       (默认 = normal)
binPath= <BinaryPathName>
group= <LoadOrderGroup>
tag= <yes|no>
depend= <依存关系(以 / (斜杠) 分隔)>
obj= <AccountName|ObjectName>
       (默认 = LocalSystem)
DisplayName= <显示名称>
password= <密码>
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值