From a79a9c6530ec047a5da05364940ee5c9f7c47fdf Mon Sep 17 00:00:00 2001 From: galex505 <173912747+galex505@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:09:29 +0100 Subject: [PATCH] fix: Windows uninstall commands --- administration/uninstall.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/administration/uninstall.rst b/administration/uninstall.rst index 2d81b2d..267f015 100644 --- a/administration/uninstall.rst +++ b/administration/uninstall.rst @@ -19,8 +19,8 @@ Open a command prompt with administrative privileges and run the following comma .. code-block:: doscon :linenos: - C:\Windows\system32>C:\Windows\system32\asgard2-agent-service.exe stop - C:\Windows\system32>C:\Windows\system32\asgard2-agent-service.exe uninstall + C:\Windows\system32>C:\Windows\system32\asgard2-agent\asgard2-agent-service.exe stop + C:\Windows\system32>C:\Windows\system32\asgard2-agent\asgard2-agent-service.exe uninstall C:\Windows\system32>rmdir /S /Q C:\Windows\System32\asgard2-agent C:\Windows\system32>rmdir /S /Q C:\ProgramData\thor