From 9bcde9b0061b3a0d0dfbeaefc511cde0aa699b27 Mon Sep 17 00:00:00 2001 From: Aleksandr Kostikov Date: Tue, 18 Jul 2023 19:42:42 -0700 Subject: [PATCH] added mention of how to get full list (#10484) --- pages/windows/sc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/sc.md b/pages/windows/sc.md index 29d118189..94787744e 100644 --- a/pages/windows/sc.md +++ b/pages/windows/sc.md @@ -3,7 +3,7 @@ > Communicate with the Service Control Manager and services. > More information: . -- Show the status of a service: +- Show the status of a service (no service name will list all services): `sc queryex {{service_name}}`