Table of Contents

# WindowsService

Create windows service using Powershell

New-Service -Name "MyService" -BinaryPathName "C:\Path\To\YourApp.exe" -StartupType Automatic