windows sc使用方法之一
2021-04-21 11:26
阅读:577
标签:top auto 自动启动 防火墙 stop let svc 禁用 div
一、配置服务的开启与关闭
sc stop 服务名 #停止服务 sc start 服务名 #启动服务 sc delete 服务名 #删除服务
二、配置服务的状态
sc config 服务名 start= auto(自动) #将服务设置成自动启动 sc config 服务名 start= demand(手动) #将服务设置成手动启动 sc config 服务名 start= disable(禁用) #将服务设置成禁用
三、举例
sc stop wuauserv
#停止windows update #停止windows更新,
#建议停止后使用 【sc config wuauserv start= disabled】禁用掉服务 sc stop mpssvc #停止windows Firewall
#停止后不建议使用 sc命令禁用掉服务 #建议在控制面板关闭防火墙
windows sc使用方法之一
标签:top auto 自动启动 防火墙 stop let svc 禁用 div
原文地址:https://www.cnblogs.com/stationing/p/8586253.html
上一篇:【知识点】VS调试问题(C#)
评论
亲,登录后才可以留言!