标签:name src com net svc new play window mat
New-Service -Name testService -Description "This is a test service" -BinaryPathName "C:\Windows\system32\svchost.exe -k netsvcs -p" -DisplayName ExecutNote -StartupType Automatic
执行删除/启动: sc delete testService / sc start testService
标签:name src com net svc new play window mat
原文地址:https://www.cnblogs.com/feiyucha/p/10633424.html