命令行更改服务启动方式

大家都知道开启和停止服务要用命令net start servicename和net stop servicename吧

但是怎么才能在命令行下设置一个服务的启动状态呢?比如说禁用它?

系统自带的东东里可能有,但是我没研究过,我只说pstools里带的psservice命令

在命令行下输入psservice/?命令可以看到使用说明:

Usage: psservice [//Computer [-u Username [-p Password]]] <cmd> <optns>
Cmd is one of the following:
query Queries the status of a service
config Queries the configuration
start Starts a service
stop Stops a service
restart Stops and then restarts a service
pause Pauses a service
cont Continues a paused service
depend Enumerates the services that depend on the one specified
find Searches for an instance of a service on the network

这是psservice命令的参数列表,但是今天我们用到的是这个列表里没有出现的一个参数: setconfig

比如说要禁用Uninterruptible Power Supply服务(UPS),我们知道它的服务名称是UPS,那么只要输入以下命令:

psservice setconfig ups disabled

就可以把这个服务禁用掉了

其中的disabled可以换成auto和demand,分别是对应自动和手动

 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值