Business Post

...

Tesames Service

Tesames Service

CMD

PowerShell

cd C:\inetpub\wwwroot\_WindowService

// Add

New-Service -Name "Tesames.Service" -BinaryPathName "C:\inetpub\wwwroot\_WindowService\Tesames.Service.exe"

// Remove

sc.exe delete "Tesames.Service"

 

docs.microsoft.com/en-us/dotnet/framework/windows-services/how-to-install-and-uninstall-services

 

Leave a reply