diff --git a/CHANGELOG.md b/CHANGELOG.md index 310c0f9a..a423475e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.77.3] -### Added -- # #2123: Thycotic Secret Server - Added 2FA OTP support - ## [1.77.2] ### Added - #2086: Replace WebClient with async HttpClient for updater. diff --git a/README.md b/README.md index e6200768..b785ee29 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,17 @@ The MSI package of mRemoteNG can be installed using the command line: _If you are using the Portable version, simply deleting the folder that contains mRemoteNG should be sufficient. These uninstall instructions are only necessary for the normal binary .MSI installed version of mRemoteNG_ * Delete the folder where mRemoteNG was installed. By default, this is: - `%PROGRAMFILES%\mRemoteNG` + `%PROGRAMFILES%\mRemoteNG` (for versions before 1.77 on a x64 Windows its `%programfiles(x86)%\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\`` +* 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: `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` + +* (Optional) If no other software uses it, the "Microsoft Windows Desktop Runtime" may be uninstalled too. ## Featured Projects