Update _index.en.md

This commit is contained in:
Mr-Update 2023-08-27 20:46:04 +02:00 committed by GitHub
parent 5218552cbf
commit 0b38cd9053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ Windows portable programs do not have administrator privileges, which can lead t
- The screen cannot be transmitted when the UAC (User Account Control) window pops up.
- When an elevated window, such as the Task Manager, pops up, the mouse becomes unresponsive.
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
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
This way, remote users don't need to request elevation when connecting. There are two methods:
* Method 1: Change the name of the portable program to end with `qs.exe`. Click the left mouse button to run, click "Accept" in the UAC window.
* Method 1: Change the name of the portable program to end with `qs.exe`. Click the left mouse button to run, click `Accept` in the UAC window.
* Method 2: Right-click and run as administrator.
@ -22,26 +22,25 @@ This way, remote users don't need to request elevation when connecting. There ar
The controlled end can directly click `Accept and Elevate` when connecting, or click `Elevate` when already connected.
| connecting | connected |
| :-------------------------------------------------: | :-----------------------------------------------: |
| Connecting | Connected |
| :---: | :---: |
| ![](/docs/en/client/Windows%20Portable%20Elevation/images/cm_unauth.jpg) | ![](/docs/en/client/Windows%20Portable%20Elevation/images/cm_auth.jpg) |
### 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.
| menu | dialog |
| :--------------------------------------------: | :-----------------------------------------------: |
| ![](/docs/en/client/Windows%20Portable%20Elevation/images/menu.png) | ![](/docs/en/client/Windows%20Portable%20Elevation/images/dialog.png) |
| **wait** | **success** |
| Menu | Dialog |
| :---: | :---: |
| ![](/docs/en/client/Windows%20Portable%20Elevation/images/menu.png) | ![](/docs/en/client/Windows%20Portable%20Elevation/images/dialog.png) |
| **Wait** | **Success** |
| ![](/docs/en/client/Windows%20Portable%20Elevation/images/wait.png) | ![](/docs/en/client/Windows%20Portable%20Elevation/images/success.png) |
### How to Choose
| Scenario | Method |
| :--------------------------------------: | :--------------------------------------: |
| No elevation required | Install the program |
| No user available at the controlled end | Rename<br/>*or*<br/> Run with administrator |
| User available at the controlled end<br/>*&&*<br/> Immediate elevation when connected<br/> *&&*<br/> Accept-via-click connection | Click `Accept and Elevate` when receiving the connection at the controlled end |
| User available at the controlled end<br/>*&&*<br/> elevation as needed | Click `Elevate` on the connection management window at the controlled end<br/>*or*<br/> Request elevation at the control end |
| Scenario | Method |
| :---: | :---: |
| No elevation required | Install the program |
| No user available at the controlled end | Rename<br/>*or*<br/> Run with administrator |
| User available at the controlled end<br/>*and*<br/> Immediate elevation when connected<br/>*and*<br/> Accept-via-click connection | Click `Accept and Elevate` when receiving the connection at the controlled end |
| User available at the controlled end<br/>*and*<br/> Elevation as needed | Click `Elevate` on the connection management window at the controlled end<br/>*or*<br/> Request elevation at the control end |