From 8442cada6fdd2f23cf4970f6b50af84b25c8fa59 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 26 Mar 2025 13:57:33 -0400 Subject: [PATCH] lint (#916) --- docs/guides/agent/windows-service/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/agent/windows-service/index.mdx b/docs/guides/agent/windows-service/index.mdx index 5e8442dc..e1a6ee03 100644 --- a/docs/guides/agent/windows-service/index.mdx +++ b/docs/guides/agent/windows-service/index.mdx @@ -126,7 +126,7 @@ C:\Program Files\zrok>sc start zrokAgent ## Removing the zrok Agent Service -The following commands can be used to remove the service from your system: +The following commands (in a Command Prompt running as Administrator) can be used to remove the service from your system: ```cmd C:\>sc stop zrokAgent