This commit is contained in:
rustdesk
2026-03-20 18:42:55 +08:00
parent 1736869d5f
commit 56cfd26e35
463 changed files with 6538 additions and 62 deletions

View File

@@ -14,6 +14,18 @@ Windows portable programs do not have administrator privileges, which can lead t
By elevating privileges, RustDesk can create a process with administrator privileges during startup or a session, enabling it to perform screenshotting and mouse operations, thereby avoiding the above problems.
## When do you need portable elevation?
You need portable elevation when the RustDesk portable client must interact with administrator-level UI on Windows. The most common signs are blocked UAC prompts, missing screen transmission during elevation dialogs, or no mouse control over elevated windows such as Task Manager.
## Portable elevation quick answers
- Elevation is only needed when the portable build must interact with admin-level Windows UI
- Startup elevation is best when no one is available on the controlled side
- Controlled-end elevation is best when the user can click `Accept and Elevate`
- Control-end requested elevation still requires someone on the controlled side to accept the UAC prompt
- Installing the full program is still the better option when you do not specifically need the portable workflow
## Elevate at startup
This way, remote users don't need to request elevation when connecting. There are two methods: