码迷,mamicode.com
首页 > Windows程序 > 详细

windows sc使用方法之一

时间:2018-03-16 23:45:42      阅读:361      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!