start-service
Inicia servicios detenidos. Nota: Este comando solo puede usarse a través de PowerShell. Más información: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service.
Start-Service -Name {{nombre_del_servicio}}
Start-Service -DisplayName *{{nombre}}* -WhatIf
Set-Service {{nombre_del_servicio}} -StartupType {{manual}}; Start-Service {{nombre_del_servicio}}