From 09114a5ed3624f3b707dde83f2ccf215785b94f2 Mon Sep 17 00:00:00 2001 From: Simon Monai <33432894+simonai1254@users.noreply.github.com> Date: Tue, 18 Jan 2022 10:48:37 +0100 Subject: [PATCH] Improve uninstall documentation Addin AppData\Roaming as well as updating the Registry path for the new 64bit builds --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6200768..b78b6b84 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,11 @@ _If you are using the Portable version, simply deleting the folder that contains `%PROGRAMFILES%\mRemoteNG` * Delete the mRemoteNG install entry from one of the following locations. Search for "mRemoteNG" in the DisplayName field: - * x86: ``HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\`` - * x64: ``HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\`` + * x86 Windows or mRemoteNG starting with v1.77: ``HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\`` + * x64 Windows and mRemoteNG before 1.77: ``HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\`` * (Optional) If you would also like to delete user data remove `%LOCALAPPDATA%\mRemoteNG` +* (Optional) If you would also like to remove the connection configuration, delete `%APPDATA%\mRemoteNG` ## Featured Projects