1.创建(安装)windows服务:输入sc create test binPath= E:\Test\test.exe 回车。注意:“binPath=”后面必须加一个空格。 这时候就可以在计算机>>服务 中自己新建的 test 服务
2. 卸载服务 sc delete test
3.语法:sc create | delete | config 服务名 [参数]
2023-10-01 14:43:34
1.创建(安装)windows服务:输入sc create test binPath= E:\Test\test.exe 回车。注意:“binPath=”后面必须加一个空格。 这时候就可以在计算机>>服务 中自己新建的 test 服务
2. 卸载服务 sc delete test
3.语法:sc create | delete | config 服务名 [参数]