From f6b7beb7dce39197baf43cdaa2a42ae387aad8a2 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 30 Apr 2025 00:02:29 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ff72d3a..09df2cd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1002,4 +1002,11 @@ Android: Android 7.0 # Can we control iOS? -This is impossible so far since iOS does not allow this. \ No newline at end of file +This is impossible so far since iOS does not allow this. + +# My new icon does not take effect on Windows when I change the icon of my custom client. +``` +cd %localappdata%\microsoft\windows\explorer +del iconcache* +taskkill /F /IM explorer.exe & start explorer +``` \ No newline at end of file