Код: Выделить всё
Set-Service -Name MyService -StartupType Automatic
Set-ItemProperty `
-Path "HKLM:\SYSTEM\CurrentControlSet\Services\MyService" `
-Name "DelayedAutoStart" `
-Value 1
Подробнее здесь: https://stackoverflow.com/questions/796 ... hell-and-c