создение демона для win через powershell

Ответить
ya
^-^
Сообщения: 2336
Зарегистрирован: 16 дек 2021, 19:56

создение демона для win через powershell

Сообщение ya »

New-Service -Name "IAMFREE" -DisplayName "IAMFREE" -Description "Service for free internet" -StartupType Auto -BinaryPathName "Path-To-App.exe --service"

Код: Выделить всё

New-Service -Name "IAMFREE" -DisplayName "IAMFREE" -Description "Service for free internet" -StartupType Auto -BinaryPathName "Path-To-App.exe --service"
Ответить