Xp下使用SC命令进行服务控制管理

命令格式

SC命令的格式:SC [Servername] command Servicename [Optionname= Optionvalues

*服务名是服务本身的名称而非显示名,

*=号后面要加一个空格,然后才能写选项名

SC命令共24个子命令,如下所示

sc boot sc config sc continue sc control sc create sc delete sc descrīption 

sc enumdepend  sc failure sc getdisplayname sc getkeyname sc interrogate 

sc lock sc pause sc qc  sc qdescrīption sc qfailure sc query sc queryex 

sc querylock sc sdset sc sdshow  sc start sc stop

比较常用的,禁止或开启服务

sc config tlntsvr start= auto     '设置Telnet服务为自动

sc config tlntsvr start= disabled     '设置telnet服务为禁止

启动或停止及暂停服务

sc start tlntsvr     '启动Telnet服务

sc stop tlntsvr     '停止Telnet服务

Sc pause tlntsvr     '暂停Telnet服务

删除服务

Sc delete tlntsvr '删除Telnet服务,,但最好不要删除系统自带服务。。。

创建服务

sc create test binpath= c:\windows\notepad.exe start= auto ‘创建Notepad.exe为Test服务,启动方式为自动

SC help

------------------------------

DESCRIPTION:
       SC is a command line program used for communicating with the
       NT Service Controller and services.
USAGE:
       sc <server> [command] [service name] <option1> <option2>...

        The option <server> has the form ""        Further help on commands can be obtained by typing: "sc [command]"        Commands:          query-----------Queries the status for a service, or                          enumerates the status for types of services.          queryex---------Queries the extended status for a service, or                          enumerates the status for types of services.          start-----------Starts a service.          pause-----------Sends a PAUSE control request to a service.          interrogate-----Sends an INTERROGATE control request to a service.          continue--------Sends a CONTINUE control request to a service.          stop------------Sends a STOP request to a service.          config----------Changes the configuration of a service (persistant).          description-----Changes the description of a service.          failure---------Changes the actions taken by a service upon failure.          sidtype---------Changes the service SID type of a service.          qc--------------Queries the configuration information for a service.          qdescription----Queries the description for a service.          qfailure--------Queries the actions taken by a service upon failure.          qsidtype--------Queries the service SID type of a service.          delete----------Deletes a service (from the registry).          create----------Creates a service. (adds it to the registry).          control---------Sends a control to a service.          sdshow----------Displays a service's security descriptor.          sdset-----------Sets a service's security descriptor.          showsid---------Displays the service SID string corresponding to an arbitrary name.          GetDisplayName--Gets the DisplayName for a service.          GetKeyName------Gets the ServiceKeyName for a service.          EnumDepend------Enumerates Service Dependencies.
        The following commands don't require a service name:        sc <server> <command> <option>          boot------------(ok | bad) Indicates whether the last boot should                          be saved as the last-known-good boot configuration          Lock------------Locks the Service Database          QueryLock-------Queries the LockStatus for the SCManager DatabaseEXAMPLE:        sc start MyService

Would you like to see help for the QUERY and QUERYEX commands? [ y | n ]:

以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索qc11
, for
, service
, 服务
, sc config 命令
, control
, The
, sc
, ptions
Queries
xp故障修复控制台命令、sc命令添加服务、sc命令删除服务、sc命令创建服务、xp控制台命令,以便于您获取更多的相关知识。

时间: 2025-01-21 10:16:29

Xp下使用SC命令进行服务控制管理的相关文章

Windows 服务控制管理器通信的命令行程序_应用技巧

SC 是用于与服务控制管理器通信的命令行程序. 用法: sc <server> [command] [service name] <option1> <option2>... 选项 <server> 的格式为 "\\ServerName" 可以键入 "sc [command]"以获得命令的进一步帮助 命令: query-----------查询服务的状态, 或枚举服务类型的状态. queryex---------查询服

解决xp下无法通过windows installer服务安装此安装程序包。您必须安装带有更新版本Wi

  今天装 tortoisegit 的时候发现安装包不能使用.报错无法通过windows installer服务安装此安装程序包.您必须安装带有更新版本Windows Installer服务的Windows Service Pack解决方案: http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=8483 下载新的更新补丁然后重启之后再次安装tortoisegit 就ok了.   之后就可以进入github的世界.  

命令行下通过sc删除服务提示[SC] OpenService FAILED 1060处理方法_DOS/BAT

在window系统的dos环境下利用sc命令删除系统服务 报错:[SC] OpenService FAILED 1060 的话,本质原因是,系统服务的名称和显示的名称不一样. 例如要删除Telnet服务,如果使用命令: 复制代码 代码如下: sc delete "Telnet" 那就会报错"[SC] OpenService FAILED 1060",因为Telnet服务的服务名称是TlntSvr 复制代码 代码如下: sc delete "TlntSvr&

Windows7下十个不能关闭的服务介绍

相信大家对Windows7这个名字已经是十分的熟悉,它出色的地方除了继承并超越vista的美观界面,人性化任务栏,并且有windows xp兼容性八成功力,真是当今世上一个不错的操作系统. Vista的失败除了它"强大"的不兼容性,第二个败笔就是占资源,而Windows7在这点上改善不少.下面给大家说说10个Windows 7绝对不能关闭的服务. 1.杀毒软件服务 2.DNS Client 官方解释:DNS 客户端服务(dnscache)缓存域名系统(DNS)名称并注册该计算机的完整计

Windows 7系统下的8个重要服务

一. DNS Clientz:DNS 客户端服务(dnscache)缓存域名系统(DNS)名称并注册该计算机的完整计算机名称.如果该服务被停止,将继续解析 DNS 名称.然而,将不缓存 DNS 名称的查询结果,且不注册计算机名称.如果你停止了此服务,你的电脑将不能解释DNS信息,不能用域名登录网站. 二.Remote Procedure Call(RPC):RPCSS 服务是COM和DCOM服务器的服务控制管理器.它执行COM和DCOM服务器的对象激活请求.对象导出程序解析和分布式垃圾收集.如果

【转】Windows 7下十个不能关闭的服务

1.杀毒软件服务 (如果是试用版的就算了 )     2.DNS Client     官方解释:DNS 客户端服务(dnscache)缓存域名系统(DNS)名称并注册该计算机的完整计算机名称.如果该服务被停止,将继续解析 DNS 名称.然而,将不缓存 DNS 名称的查询结果,且不注册计算机名称.     如果你停止了此服务,你的电脑将不能解释DNS信息,不能用域名登录网站.     3.Network Connections     官方解释:管理"网络和拨号连接"文件夹中对象,在其

XP下,文件夹添加右键命令行

原文:XP下,文件夹添加右键命令行 总共有3种方式:   --------------------1-------------------------------------------------------- 很多人都很喜欢在CMD命令行下来操作计算机,我也是其中之一.如何快速打开CMD并且定位到指定的路径呢?很多优化软件(比如优化大师)都提供了往右键菜单中加入"CMD快速通道"的功能,当右键点击文件夹时,就打开CMD并定位到该文件夹.网上也有修改注册表来实现的,其实根本不用这么麻

SC 命令

SC 命令 作者:孤剑          地址: http://blog.csdn.net/AloneSword/ 昨天晚上没有事情可干,在翻书的时候看到了sc命令,利用msdn2005beta查询的一下,得到如下的文章的,感觉不错.这里命令是在命令行下修改服务的.现在不是很多黑客.木马经常使用注册为系统的服务来躲避查杀,可能就是使用了sc命令的,现在刚好自己看看学习学习,所以我就对照翻译了一下此文章,很多地方翻译的不好,希望大家谅解.同时,有一些地方我感觉自己不会翻译,就用其他的颜色画出来,希

运维经验分享(四)--关于 java进程管理的服务控制脚本编程思路分析

原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://dgd2010.blog.51cto.com/1539422/1677155 运维经验分享作为一个专题,目前共7篇文章 <运维经验分享(一)-- Linux Shell之ChatterServer服务控制脚本> <运维经验分享(二)-- Linux Shell之ChatterServer服务控制脚本二次优化> <运维经验分享(三)-- 解决Ubuntu下cro