start-service: update Spanish translation (#23489)

This commit is contained in:
Darío Hereñú
2026-08-14 19:54:10 +03:00
committed by GitHub
parent 4104b16076
commit 633dbf4fff
+3 -3
View File
@@ -4,14 +4,14 @@
> 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>.
- Iniciar un servicio usando su nombre:
- Inicia un servicio usando su nombre:
`Start-Service -Name {{nombre_del_servicio}}`
- Mostrar información sin iniciar un servicio:
- Muestra información sin iniciar un servicio:
`Start-Service -DisplayName *{{nombre}}* -WhatIf`
- Iniciar un servicio deshabilitado:
- Inicia un servicio deshabilitado:
`Set-Service {{nombre_del_servicio}} -StartupType {{manual}}; Start-Service {{nombre_del_servicio}}`