1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00

added mention of how to get full list (#10484)

This commit is contained in:
Aleksandr Kostikov 2023-07-18 19:42:42 -07:00 committed by GitHub
parent f9d1b2071a
commit 9bcde9b006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
> Communicate with the Service Control Manager and services. > Communicate with the Service Control Manager and services.
> More information: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/sc-query>. > More information: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/sc-query>.
- Show the status of a service: - Show the status of a service (no service name will list all services):
`sc queryex {{service_name}}` `sc queryex {{service_name}}`