Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

add windows service powershell

New-Service -Name "YourServiceName" -BinaryPathName '"Path to service"'  -DisplayName "Display Name for your service"
 
PREVIOUS NEXT
Tagged: #add #windows #service #powershell
ADD COMMENT
Topic
Name
5+7 =