Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Monai <33432894+simonai1254@users.noreply.github.com>2022-01-18 13:23:26 +0300
committerGitHub <noreply@github.com>2022-01-18 13:23:26 +0300
commitffff9c1529faf32b1fc0f2af864023bf8ac3efca (patch)
treec95488137b040bfe2d9e7b95863b376125942692 /README.md
parent2c3edf0ff27e3a89a2727d663b631df518855054 (diff)
Add programm registry key
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7527f9e0..fddd0d86 100644
--- a/README.md
+++ b/README.md
@@ -119,8 +119,9 @@ _If you are using the Portable version, simply deleting the folder that contains
`%PROGRAMFILES%\mRemoteNG`
* Delete the mRemoteNG install entry from the following location. You may search for "mRemoteNG" in the DisplayName field:
- * 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\``
+ * x86 Windows or mRemoteNG starting with v1.77: `HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\`
+ * x64 Windows and mRemoteNG before 1.77: `HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\`
+* Remove the following registry key: `HKLM\SOFTWARE\mRemoteNG` (on x64 Windows with mRemoteNG before 1.77 it's `HKLM\SOFTWARE\WOW6432Node\mRemoteNG`)
* (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`