⑴DOS已逐渐远去,我们每天都习惯地使用着Windows /Me//XP,可是你了解Windows中的DOS吗?其实在有些时候DOS还是比Windows要方便快捷得多,毕竟这个是操作系统的经典之作。下文中小编就给大家介绍如何利用dos命令开启或关闭Windows服务.
⑵、使用 start/stop 命令启动服务程序或关闭服务程序
⑶ start ServiceName(服务名称)
⑷ stop ServiceName(服务名称)
⑸如果服务名称中带有空格,需要用双引号引起来。比如:
⑹C:> start “Windows Firewall/Inter Connection Sharing (ICS)”
⑺Windows Firewall/Inter Connection Sharing (ICS) 服务正在启动 .
⑻Windows Firewall/Inter Connection Sharing (ICS) 服务已经启动成功。
⑼C:> stop “Windows Firewall/Inter Connection Sharing (ICS)”
⑽Windows Firewall/Inter Connection Sharing (ICS) 服务已成功停止。
⑾、使用 sc 命令启动服务程序或关闭服务程序
⑿sc start ServiceName(服务名称)
⒀sc stop ServiceName(服务名称)
⒁C:>sc start Apache_pn
⒂SERVICE_NAME: Apache_pn
⒃TYPE : WIN_OWN_PROCESS
⒄STATE : START_PENDING
⒅(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
⒆WIN_EXIT_CODE : (×)
⒇SERVICE_EXIT_CODE : (×)
⒈CHECKPOINT : ×
⒉WAIT_HINT : xd
⒊C:>sc stop Apache_pn
⒋SERVICE_NAME: Apache_pn
⒌TYPE : WIN_OWN_PROCESS
⒍STATE : STOP_PENDING