想在命令行下改变服务的自动、手动、已禁用选项,因为做系统的时候,有项服务忘了打开,原来是手动的,想改为自动,不知是用什么命令了,查不到,试不出,只知道:
net start 服务 运行服务
net stop 服务 停止服务
求改变运行服务的方式
Want to change the automatic, manual, and disabled options of the service in the command line. Because when making the system, one service was forgotten to be turned on. Originally it was manual, and I want to change it to automatic. I don't know what command to use. I can't find it, can't try it out. I only know:
net start 服务 Run the service
net stop 服务 Stop the service
Seek the way to change the running service