From 1e8b8b801ae74a6308ca4a93af9ba55b34eb60b7 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 2 May 2025 19:21:34 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2b146d2..2cad2c7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1018,4 +1018,15 @@ This is impossible so far since iOS does not allow this. cd %localappdata%\microsoft\windows\explorer del iconcache* taskkill /F /IM explorer.exe & start explorer -``` \ No newline at end of file +``` + +# Duplicate id of cloned system + +You can try deleteing below directories. + +``` +%AppData%\RustDesk\ +C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk +``` + +and reboot the system. \ No newline at end of file