mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 00:13:20 +03:00
Updated FAQ (markdown)
9
FAQ.md
9
FAQ.md
@@ -1002,4 +1002,11 @@ Android: Android 7.0
|
|||||||
|
|
||||||
# Can we control iOS?
|
# Can we control iOS?
|
||||||
|
|
||||||
This is impossible so far since iOS does not allow this.
|
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user