# WindowsService
Create windows service using Powershell
New-Service -Name "MyService" -BinaryPathName "C:\Path\To\YourApp.exe" -StartupType Automatic
# WindowsService
Create windows service using Powershell
New-Service -Name "MyService" -BinaryPathName "C:\Path\To\YourApp.exe" -StartupType Automatic