From 7397656637adcb7d4d1ee9e24dc52c05fa52e2ff Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Wed, 17 Jul 2024 20:18:04 -0500 Subject: [PATCH] docs(user-guide/windows): fix incorrect service name (#5895) Somehow I had put the debug service there not the prod one Signed-off-by: Reactor Scram --- website/src/app/kb/user-guides/windows-client/readme.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/app/kb/user-guides/windows-client/readme.mdx b/website/src/app/kb/user-guides/windows-client/readme.mdx index 0fee2c163..8acf51e9a 100644 --- a/website/src/app/kb/user-guides/windows-client/readme.mdx +++ b/website/src/app/kb/user-guides/windows-client/readme.mdx @@ -111,7 +111,7 @@ In the Start Menu, search for "Windows Powershell". Open it and run this command: ```pwsh -Get-Service -Name FirezoneClientIpcServiceDebug +Get-Service -Name FirezoneClientIpcService ``` Good output