From ef83160308b63d0ef102d5718c53977f3e75e0a3 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sat, 30 May 2020 15:35:38 +0200 Subject: [PATCH] Updated troubleshooting section in documentation on how to find user.config file --- mRemoteV1/Documentation/troubleshooting.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/mRemoteV1/Documentation/troubleshooting.rst b/mRemoteV1/Documentation/troubleshooting.rst index ee504a7fa..b189397ff 100644 --- a/mRemoteV1/Documentation/troubleshooting.rst +++ b/mRemoteV1/Documentation/troubleshooting.rst @@ -25,7 +25,21 @@ Portable version Crash at Startup ================ -Try deleting your `user.config `_ file, see https://support.microsoft.com/en-us/kb/956762 +Try deleting the :code:`user.config` file. It contains all the user-specific program settings. This file is automatically upgraded between version when new user settings are added. + +Installed Version +----------------- + +:: + + %LOCALAPPDATA%\mRemoteNG\\\user.config + +Portable Version +---------------- + +:: + + %APPDATA%\mRemoteNG\\\user.config Crash Information =================