net start 服务名启动 net start 服务名
net start 服务名停止 net stop 服务名
用sc可打开被禁用的服务,语法是:【Start=号后面有空格】
sc config 服务名 start= demand //手动
sc config 服务名 start= auto //自动
sc config 服务名 start= disabled //禁用
sc start 服务名
sc stop 服务名
net start 服务名停止 net stop 服务名
用sc可打开被禁用的服务,语法是:【Start=号后面有空格】
sc config 服务名 start= demand //手动
sc config 服务名 start= auto //自动
sc config 服务名 start= disabled //禁用
sc start 服务名
sc stop 服务名
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。