mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
start-service: update Spanish translation (#23489)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user