From 3733f9d20e551b61e73cfbb49f58e75375356210 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 26 Mar 2025 13:50:16 -0400 Subject: [PATCH] lint (#916) --- docs/guides/agent/windows-service/index.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/guides/agent/windows-service/index.mdx b/docs/guides/agent/windows-service/index.mdx index be6cae89..cb6c5561 100644 --- a/docs/guides/agent/windows-service/index.mdx +++ b/docs/guides/agent/windows-service/index.mdx @@ -107,13 +107,13 @@ The Agent console can be used to directly create shares and accesses, and the zr ```cmd C:\Program Files\zrok>nssm install zrokAgent "C:\Program Files\zrok\zrok.exe" agent start ``` -``` +```cmd C:\Program Files\zrok>nssm set zrokAgent AppDirectory C:\Windows\System32\config\systemprofile ``` -``` +```cmd C:\Program Files\zrok>nssm set zrokAgent AppStdout C:\Windows\System32\config\systemprofile\.zrok\agent-stdout.log ``` -``` +```cmd C:\Program Files\zrok>nssm set zrokAgent AppStderr C:\Windows\System32\config\systemprofile\.zrok\agent-stderr.log ``` @@ -128,6 +128,8 @@ The following commands can be used to remove the service from your system: ```cmd C:\>sc stop zrokAgent +``` +```cmd C:\>sc delete zrokAgent ```