摘要:
1、使用sc命令:
修改服务启动类型的命令行格式为(特别注意start=后面有一个空格)
sc config 服务名称 start= demand(设置服务为手动启动)
sc config 服务名称 start= disabled(设置服务为禁用)
停止/启动服务的命令行格式为
sc stop/start 服务名称
2、使用net命令
启动/停止 服务的命令行格式为
net start / stop 服务名称
阅读全文
posted @ 2008-05-18 13:20
天堂的狼
阅读(533)
评论(0)
推荐(0)

浙公网安备 33010602011771号