本文最后更新于 2017年7月22日 16:15 可能会因为没有更新而失效。如已失效或需要修正,请留言
用sc可打开被禁用的服务,语法是:【Start=号后面有空格】
sc config 服务名 start= demand //手动
sc config 服务名 start= auto //自动
sc config 服务名 start= disabled //禁用
sc start 服务名
sc stop 服务名
如:
sc config TlntSvr start= auto
转自:http://admrvip.blog.51cto.com/7615584/1256981