mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-06-16 21:50:58 +00:00
fix style
This commit is contained in:
@@ -10,7 +10,7 @@ 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.
|
||||
|
||||
### Elevate at startup
|
||||
## Elevate at startup
|
||||
|
||||
This way, remote users don't need to request elevation when connecting. There are two methods:
|
||||
|
||||
@@ -18,7 +18,7 @@ This way, remote users don't need to request elevation when connecting. There ar
|
||||
|
||||
* Method 2: Right-click and run as administrator.
|
||||
|
||||
### Elevate at the controlled end
|
||||
## Elevate at the controlled end
|
||||
|
||||
The controlled end can directly click `Accept and Elevate` when connecting, or click `Elevate` when already connected.
|
||||
|
||||
@@ -26,7 +26,7 @@ The controlled end can directly click `Accept and Elevate` when connecting, or c
|
||||
| :---: | :---: |
|
||||
|  |  |
|
||||
|
||||
### Request elevation at the control end
|
||||
## Request elevation at the control end
|
||||
|
||||
After selecting `Request Elevation` from the action menu, the following dialog box will appear. If you choose `Ask the remote user for authentication`, you won't need to input a username and password, but the user on the remote computer must have administrator privileges. If you select `Transmit the username and password of administrator`, the user on the remote computer only needs to accept in the UAC window. After sending the request, please wait for the user on the other side to accept the UAC window. Upon confirmation, a success message will appear. Note that **both methods require someone on the controlled end to accept the UAC window**. Therefore, if there is no one available on the other side, elevation should not be requested at the control end.
|
||||
|
||||
@@ -36,7 +36,7 @@ After selecting `Request Elevation` from the action menu, the following dialog b
|
||||
| **Wait** | **Success** |
|
||||
|  |  |
|
||||
|
||||
### How to Choose
|
||||
## How to Choose
|
||||
|
||||
| Scenario | Method |
|
||||
| :---: | :---: |
|
||||
|
||||
Reference in New Issue
Block a user