fix style

This commit is contained in:
rustdesk
2025-06-15 03:53:23 +08:00
parent 3b90f48e24
commit 3d60e0f5e2
299 changed files with 2108 additions and 2134 deletions

View File

@@ -5,16 +5,16 @@ weight: 49
Das MSI-Paket unterstützt Befehlszeilenparameter für die stille Installation.
### Parameter
## Parameter
### INSTALLFOLDER
## INSTALLFOLDER
Der Installationsordner.
**Standard**: `[ProgramFiles6432Folder]\[app name]`, normalerweise `C:\Program Files\[app name]`.
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
Ob eine Startmenü-Verknüpfung erstellt werden soll.
@@ -29,7 +29,7 @@ Ob eine Startmenü-Verknüpfung erstellt werden soll.
| 3 | `Y` | Ja, gleich wie `1` |
| 4 | `N` | Nein, gleich wie `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
Ob eine Desktop-Verknüpfung erstellt werden soll.
@@ -44,7 +44,7 @@ Ob eine Desktop-Verknüpfung erstellt werden soll.
| 3 | `Y` | Ja, gleich wie `1` |
| 4 | `N` | Nein, gleich wie `0` |
### INSTALLPRINTER
## INSTALLPRINTER
Ob ein Drucker installiert werden soll. Der Drucker wird verwendet, um die Druckaufträge der kontrollierten Seite lokal auszuführen.
@@ -61,11 +61,11 @@ Seit Version `1.3.9`.
| 3 | `Y` | Ja, gleich wie `1` |
| 4 | `N` | Nein, gleich wie `0` |
## Beispiele
# Beispiele
**Vorsicht**: Für Versionen vor `2024-08-05` gibt es Probleme mit stiller Installation und stiller Reparatur. Bitte deinstallieren Sie zuerst, dann installieren Sie.
### Installation mit Installationsparametern
## Installation mit Installationsparametern
Stille Installation, Installationspfad festlegen, keine Desktop-Verknüpfung erstellen, Startmenü-Verknüpfung erstellen.
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**Hinweis**: `/l*v install.log` bedeutet, das Ausführungsprotokoll in `install.log` zu drucken.
### Upgrade, ohne Parameter
## Upgrade, ohne Parameter
Upgrade mit dem vorherigen Installationspfad und den Installationsoptionen.
@@ -83,7 +83,7 @@ Upgrade mit dem vorherigen Installationspfad und den Installationsoptionen.
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### Upgrade, Installationsoptionen ändern
## Upgrade, Installationsoptionen ändern
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
The MSI package supports command line parameters for silent installation.
### Parameters
## Parameters
### INSTALLFOLDER
## INSTALLFOLDER
The installation folder.
**Default**: `[ProgramFiles6432Folder]\[app name]`, usually `C:\Program Files\[app name]`.
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
Whether to create a start menu shortcut.
@@ -29,7 +29,7 @@ Whether to create a start menu shortcut.
| 3 | `Y` | Yes, same as `1` |
| 4 | `N` | No, same as `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
Whether to create a desktop shortcut.
@@ -44,7 +44,7 @@ Whether to create a desktop shortcut.
| 3 | `Y` | Yes, same as `1` |
| 4 | `N` | No, same as `0` |
### INSTALLPRINTER
## INSTALLPRINTER
Whether to install a printer. The printer is used to execute the print jobs of the controlled side locally.
@@ -61,11 +61,11 @@ Since version `1.3.9`.
| 3 | `Y` | Yes, same as `1` |
| 4 | `N` | No, same as `0` |
## Examples
# Examples
**Caution**: For versions prior to `2024-08-05`, there are issues with silent installation and silent repair. Please uninstall first, then install.
### Install with installation parameters
## Install with installation parameters
Silent installation, set the installation path, do not create a desktop shortcut, create a start menu shortcut.
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**Note**: `/l*v install.log` means printing the execution log to `install.log`.
### Upgrade, without parameters
## Upgrade, without parameters
Upgrade with the previous installation path and installation options.
@@ -83,7 +83,7 @@ Upgrade with the previous installation path and installation options.
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### Upgrade, modify installation options
## Upgrade, modify installation options
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
El paquete MSI admite parámetros de línea de comandos para instalación silenciosa.
### Parámetros
## Parámetros
### INSTALLFOLDER
## INSTALLFOLDER
La carpeta de instalación.
**Por defecto**: `[ProgramFiles6432Folder]\[app name]`, normalmente `C:\Program Files\[app name]`.
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
Si crear un acceso directo del menú de inicio.
@@ -29,7 +29,7 @@ Si crear un acceso directo del menú de inicio.
| 3 | `Y` | Sí, igual que `1` |
| 4 | `N` | No, igual que `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
Si crear un acceso directo de escritorio.
@@ -44,7 +44,7 @@ Si crear un acceso directo de escritorio.
| 3 | `Y` | Sí, igual que `1` |
| 4 | `N` | No, igual que `0` |
### INSTALLPRINTER
## INSTALLPRINTER
Si instalar una impresora. La impresora se usa para ejecutar los trabajos de impresión del lado controlado localmente.
@@ -61,11 +61,11 @@ Desde la versión `1.3.9`.
| 3 | `Y` | Sí, igual que `1` |
| 4 | `N` | No, igual que `0` |
## Ejemplos
# Ejemplos
**Precaución**: Para versiones anteriores a `2024-08-05`, hay problemas con la instalación silenciosa y la reparación silenciosa. Por favor desinstale primero, luego instale.
### Instalar con parámetros de instalación
## Instalar con parámetros de instalación
Instalación silenciosa, establecer la ruta de instalación, no crear acceso directo de escritorio, crear acceso directo del menú de inicio.
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**Nota**: `/l*v install.log` significa imprimir el registro de ejecución a `install.log`.
### Actualización, sin parámetros
## Actualización, sin parámetros
Actualización con la ruta de instalación anterior y las opciones de instalación.
@@ -83,7 +83,7 @@ Actualización con la ruta de instalación anterior y las opciones de instalaci
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### Actualización, modificar opciones de instalación
## Actualización, modificar opciones de instalación
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
Le package MSI prend en charge les paramètres de ligne de commande pour l'installation silencieuse.
### Paramètres
## Paramètres
### INSTALLFOLDER
## INSTALLFOLDER
Le dossier d'installation.
**Par défaut** : `[ProgramFiles6432Folder]\[app name]`, généralement `C:\Program Files\[app name]`.
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
Indique s'il faut créer un raccourci du menu démarrer.
@@ -29,7 +29,7 @@ Indique s'il faut créer un raccourci du menu démarrer.
| 3 | `Y` | Oui, identique à `1` |
| 4 | `N` | Non, identique à `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
Indique s'il faut créer un raccourci de bureau.
@@ -44,7 +44,7 @@ Indique s'il faut créer un raccourci de bureau.
| 3 | `Y` | Oui, identique à `1` |
| 4 | `N` | Non, identique à `0` |
### INSTALLPRINTER
## INSTALLPRINTER
Indique s'il faut installer une imprimante. L'imprimante est utilisée pour exécuter les tâches d'impression du côté contrôlé localement.
@@ -61,11 +61,11 @@ Depuis la version `1.3.9`.
| 3 | `Y` | Oui, identique à `1` |
| 4 | `N` | Non, identique à `0` |
## Exemples
# Exemples
**Attention** : Pour les versions antérieures à `2024-08-05`, il y a des problèmes avec l'installation silencieuse et la réparation silencieuse. Veuillez d'abord désinstaller, puis installer.
### Installation avec paramètres d'installation
## Installation avec paramètres d'installation
Installation silencieuse, définir le chemin d'installation, ne pas créer de raccourci de bureau, créer un raccourci du menu démarrer.
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**Note** : `/l*v install.log` signifie imprimer le journal d'exécution dans `install.log`.
### Mise à niveau, sans paramètres
## Mise à niveau, sans paramètres
Mise à niveau avec le chemin d'installation précédent et les options d'installation.
@@ -83,7 +83,7 @@ Mise à niveau avec le chemin d'installation précédent et les options d'instal
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### Mise à niveau, modifier les options d'installation
## Mise à niveau, modifier les options d'installation
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
Il pacchetto MSI supporta parametri della riga di comando per l'installazione silenziosa.
### Parametri
## Parametri
### INSTALLFOLDER
## INSTALLFOLDER
La cartella di installazione.
**Predefinito**: `[ProgramFiles6432Folder]\[app name]`, di solito `C:\Program Files\[app name]`.
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
Se creare un collegamento nel menu start.
@@ -29,7 +29,7 @@ Se creare un collegamento nel menu start.
| 3 | `Y` | Sì, uguale a `1` |
| 4 | `N` | No, uguale a `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
Se creare un collegamento sul desktop.
@@ -44,7 +44,7 @@ Se creare un collegamento sul desktop.
| 3 | `Y` | Sì, uguale a `1` |
| 4 | `N` | No, uguale a `0` |
### INSTALLPRINTER
## INSTALLPRINTER
Se installare una stampante. La stampante è utilizzata per eseguire i lavori di stampa del lato controllato localmente.
@@ -61,11 +61,11 @@ Dalla versione `1.3.9`.
| 3 | `Y` | Sì, uguale a `1` |
| 4 | `N` | No, uguale a `0` |
## Esempi
# Esempi
**Attenzione**: Per le versioni precedenti al `2024-08-05`, ci sono problemi con l'installazione silenziosa e la riparazione silenziosa. Si prega di disinstallare prima, poi installare.
### Installazione con parametri di installazione
## Installazione con parametri di installazione
Installazione silenziosa, impostare il percorso di installazione, non creare collegamento desktop, creare collegamento menu start.
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**Nota**: `/l*v install.log` significa stampare il log di esecuzione in `install.log`.
### Aggiornamento, senza parametri
## Aggiornamento, senza parametri
Aggiornamento con il percorso di installazione precedente e le opzioni di installazione.
@@ -83,7 +83,7 @@ Aggiornamento con il percorso di installazione precedente e le opzioni di instal
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### Aggiornamento, modificare le opzioni di installazione
## Aggiornamento, modificare le opzioni di installazione
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
MSIパッケージは、サイレントインストール用のコマンドラインパラメータをサポートしています。
### パラメータ
## パラメータ
### INSTALLFOLDER
## INSTALLFOLDER
インストールフォルダ。
**デフォルト**: `[ProgramFiles6432Folder]\[app name]`、通常は `C:\Program Files\[app name]`
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
スタートメニューのショートカットを作成するかどうか。
@@ -29,7 +29,7 @@ MSIパッケージは、サイレントインストール用のコマンドラ
| 3 | `Y` | はい、`1` と同じ |
| 4 | `N` | いいえ、`0` と同じ |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
デスクトップショートカットを作成するかどうか。
@@ -44,7 +44,7 @@ MSIパッケージは、サイレントインストール用のコマンドラ
| 3 | `Y` | はい、`1` と同じ |
| 4 | `N` | いいえ、`0` と同じ |
### INSTALLPRINTER
## INSTALLPRINTER
プリンターをインストールするかどうか。プリンターは、制御される側の印刷ジョブをローカルで実行するために使用されます。
@@ -61,11 +61,11 @@ MSIパッケージは、サイレントインストール用のコマンドラ
| 3 | `Y` | はい、`1` と同じ |
| 4 | `N` | いいえ、`0` と同じ |
## 例
# 例
**注意**: `2024-08-05` より前のバージョンでは、サイレントインストールとサイレント修復に問題があります。まずアンインストールしてから、インストールしてください。
### インストールパラメータを使用したインストール
## インストールパラメータを使用したインストール
サイレントインストール、インストールパスを設定、デスクトップショートカットは作成しない、スタートメニューショートカットを作成。
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**注意**: `/l*v install.log` は、実行ログを `install.log` に出力することを意味します。
### アップグレード、パラメータなし
## アップグレード、パラメータなし
以前のインストールパスとインストールオプションでアップグレード。
@@ -83,7 +83,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### アップグレード、インストールオプションを変更
## アップグレード、インストールオプションを変更
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
O pacote MSI suporta parâmetros de linha de comando para instalação silenciosa.
### Parâmetros
## Parâmetros
### INSTALLFOLDER
## INSTALLFOLDER
A pasta de instalação.
**Padrão**: `[ProgramFiles6432Folder]\[app name]`, normalmente `C:\Program Files\[app name]`.
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
Se deve criar um atalho do menu iniciar.
@@ -29,7 +29,7 @@ Se deve criar um atalho do menu iniciar.
| 3 | `Y` | Sim, mesmo que `1` |
| 4 | `N` | Não, mesmo que `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
Se deve criar um atalho da área de trabalho.
@@ -44,7 +44,7 @@ Se deve criar um atalho da área de trabalho.
| 3 | `Y` | Sim, mesmo que `1` |
| 4 | `N` | Não, mesmo que `0` |
### INSTALLPRINTER
## INSTALLPRINTER
Se deve instalar uma impressora. A impressora é usada para executar os trabalhos de impressão do lado controlado localmente.
@@ -61,11 +61,11 @@ Desde a versão `1.3.9`.
| 3 | `Y` | Sim, mesmo que `1` |
| 4 | `N` | Não, mesmo que `0` |
## Exemplos
# Exemplos
**Cuidado**: Para versões anteriores a `2024-08-05`, há problemas com instalação silenciosa e reparo silencioso. Por favor desinstale primeiro, depois instale.
### Instalar com parâmetros de instalação
## Instalar com parâmetros de instalação
Instalação silenciosa, definir o caminho de instalação, não criar atalho da área de trabalho, criar atalho do menu iniciar.
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**Nota**: `/l*v install.log` significa imprimir o log de execução para `install.log`.
### Atualização, sem parâmetros
## Atualização, sem parâmetros
Atualização com o caminho de instalação anterior e opções de instalação.
@@ -83,7 +83,7 @@ Atualização com o caminho de instalação anterior e opções de instalação.
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### Atualização, modificar opções de instalação
## Atualização, modificar opções de instalação
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -6,16 +6,16 @@ weight: 49
MSI 安装支持命令行参数,以方便静默安装。
### 参数
## 参数
### INSTALLFOLDER
## INSTALLFOLDER
安装目录。
**默认**: `[ProgramFiles6432Folder]\[app name]`,一般为 `C:\Program Files\[app name]`
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
是否创建 start menu 快捷方式。
@@ -30,7 +30,7 @@ MSI 安装支持命令行参数,以方便静默安装。
| 3 | `Y` | 是,同 `1` |
| 4 | `N` | 否,同 `0` |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
是否创建桌面快捷方式。
@@ -45,7 +45,7 @@ MSI 安装支持命令行参数,以方便静默安装。
| 3 | `Y` | 是,同 `1` |
| 4 | `N` | 否,同 `0` |
### INSTALLPRINTER
## INSTALLPRINTER
是否安装打印机。打印机用于本地执行被控端的打印作业。
@@ -62,11 +62,11 @@ MSI 安装支持命令行参数,以方便静默安装。
| 3 | `Y` | 是,同 `1` |
| 4 | `N` | 否,同 `0` |
## 示例
# 示例
**注意**: 对于 `2024-08-05` 之前的版本,执行 静默安装 和 静默修复 时会有问题。请先执行卸载,再执行安装。
### 指定参数安装
## 指定参数安装
静默安装,设置安装路径,不创建桌面快捷方式,创建 start menu 快捷方式。
@@ -76,7 +76,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**注**: `/l*v install.log` 表示打印执行日志到 `install.log` 中。
### 升级,不指定参数
## 升级,不指定参数
以原来的 安装路径 和 安装参数升级。
@@ -84,7 +84,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### 升级,修改安装参数
## 升级,修改安装参数
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -5,16 +5,16 @@ weight: 49
MSI 套件支援命令列參數進行靜默安裝。
### 參數
## 參數
### INSTALLFOLDER
## INSTALLFOLDER
安裝資料夾。
**預設值**`[ProgramFiles6432Folder]\[app name]`,通常是 `C:\Program Files\[app name]`
### CREATESTARTMENUSHORTCUTS
## CREATESTARTMENUSHORTCUTS
是否建立開始功能表捷徑。
@@ -29,7 +29,7 @@ MSI 套件支援命令列參數進行靜默安裝。
| 3 | `Y` | 是,與 `1` 相同 |
| 4 | `N` | 否,與 `0` 相同 |
### CREATEDESKTOPSHORTCUTS
## CREATEDESKTOPSHORTCUTS
是否建立桌面捷徑。
@@ -44,7 +44,7 @@ MSI 套件支援命令列參數進行靜默安裝。
| 3 | `Y` | 是,與 `1` 相同 |
| 4 | `N` | 否,與 `0` 相同 |
### INSTALLPRINTER
## INSTALLPRINTER
是否安裝印表機。印表機用於在本地執行被控端的列印作業。
@@ -61,11 +61,11 @@ MSI 套件支援命令列參數進行靜默安裝。
| 3 | `Y` | 是,與 `1` 相同 |
| 4 | `N` | 否,與 `0` 相同 |
## 範例
# 範例
**注意**:對於 `2024-08-05` 之前的版本,靜默安裝和靜默修復存在問題。請先解除安裝,然後重新安裝。
### 使用安裝參數進行安裝
## 使用安裝參數進行安裝
靜默安裝,設定安裝路徑,不建立桌面捷徑,建立開始功能表捷徑。
@@ -75,7 +75,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
**注意**`/l*v install.log` 表示將執行日誌列印到 `install.log`
### 升級,不使用參數
## 升級,不使用參數
使用先前的安裝路徑和安裝選項進行升級。
@@ -83,7 +83,7 @@ msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="D:\Program Files\RustDesk" CREATEST
msiexec /i RustDesk-2.msi /qn /l*v install.log
```
### 升級,修改安裝選項
## 升級,修改安裝選項
```
msiexec /i RustDesk-1.msi /qn INSTALLFOLDER="C:\Program Files\RustDesk" CREATESTARTMENUSHORTCUTS="N" CREATEDESKTOPSHORTCUTS="N" INSTALLPRINTER="N" /l*v install.log

View File

@@ -10,7 +10,7 @@ Portable Windows-Programme haben keine Administratorrechte, was zu den folgenden
Durch die Erhöhung der Berechtigungen kann RustDesk während des Starts oder in einer Sitzung einen Prozess mit Administratorrechten erstellen, der Bildschirmfotos und Mausoperationen ausführen kann, wodurch die oben genannten Probleme vermieden werden.
### Erhöhen beim Starten
## Erhöhen beim Starten
Auf diese Weise müssen entfernte Benutzer bei der Verbindung keine Berechtigungsanfrage stellen. Es gibt zwei Methoden:
@@ -18,7 +18,7 @@ Auf diese Weise müssen entfernte Benutzer bei der Verbindung keine Berechtigung
* Methode 2: Klicken Sie mit der rechten Maustaste und führen Sie das Programm als Administrator aus.
### Erhöhen auf der Steuerungsseite
## Erhöhen auf der Steuerungsseite
Die kontrollierte Seite kann direkt auf `Akzeptieren und Erhöhen` klicken, wenn eine Verbindung hergestellt wird, oder auf `Erhöhen`, wenn bereits eine Verbindung besteht.
@@ -26,7 +26,7 @@ Die kontrollierte Seite kann direkt auf `Akzeptieren und Erhöhen` klicken, wenn
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### Anfrage der Erhöhung auf der Steuerungsseite
## Anfrage der Erhöhung auf der Steuerungsseite
Nach der Auswahl von `Erhöhte Rechte anfordern` aus dem Aktionsmenü wird das folgende Dialogfeld angezeigt. Wenn Sie `Den entfernten Benutzer zur Authentifizierung auffordern` wählen, müssen Sie keinen Benutzernamen und kein Passwort eingeben, aber der Benutzer auf dem entfernten Computer muss über Administratorrechte verfügen. Wenn Sie `Benutzernamen und Passwort des Administrators übertragen` wählen, muss der Benutzer auf dem entfernten Computer nur im UAC-Fenster zustimmen. Nachdem Sie die Anfrage gesendet haben, warten Sie bitte, bis der Benutzer auf der anderen Seite das UAC-Fenster akzeptiert hat. Nach der Bestätigung wird eine Erfolgsmeldung angezeigt. Beachten Sie, dass es **bei beiden Methoden erforderlich ist, dass jemand auf der kontrollierten Seite das UAC-Fenster akzeptiert**. Wenn also auf der anderen Seite niemand verfügbar ist, sollte auf der Steuerungsseite keine Aufschaltung beantragt werden.
@@ -36,7 +36,7 @@ Nach der Auswahl von `Erhöhte Rechte anfordern` aus dem Aktionsmenü wird das f
| **Warten** | **Erfolg** |
| ![](images/wait.png) | ![](images/success.png) |
### Wie Sie wählen
## Wie Sie wählen
| Szenario | Methode |
| :---: | :---: |

View File

@@ -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
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### 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** |
| ![](images/wait.png) | ![](images/success.png) |
### How to Choose
## How to Choose
| Scenario | Method |
| :---: | :---: |

View File

@@ -10,7 +10,7 @@ Los programas portables de Windows no tienen privilegios de administrador, esto
Mediante la elevación de privilegios, RustDesk puede crear un proceso con privilegios de administrador al iniciar el equipo o al sesión de usuario de esta manera evita los problemas antes mencionados.
### Elevación al encendido del equipo
## Elevación al encendido del equipo
Mediante estos métodos, los usuarios remotos no necesitan pedir la elevación de permisos cuando se conectan
@@ -19,7 +19,7 @@ Mediante estos métodos, los usuarios remotos no necesitan pedir la elevación d
* Método 2: Click secundario y ejecutar como administrador
### Elevar en el lado controlado
## Elevar en el lado controlado
El lado controlado puede hacer click en `Aceptar y Elevar` cuando se este conectando o hacer click en `Elevate` una vez este conectado.
@@ -27,7 +27,7 @@ El lado controlado puede hacer click en `Aceptar y Elevar` cuando se este conect
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### Pide la elevación de permisos del lado controlador
## Pide la elevación de permisos del lado controlador
Después de seleccionar en el menu de acción `Solicitar Elevación`, la siguiente ventana va a aparecer. si elegís `Preguntar al remoto por autenticación`, no necesitaras ingresar un usuario y contraseña, pero el usuario remoto deberá tener permisos de administrador. si seleccionas `Transmitir el nombre de usuario y contraseña del administrador`, el usuario remoto solo debe aceptar la petición del UAC. Después de enviar la petición, espera a que el usuario remoto confirme el dialogo del UAC. Una vez confirmado, un mensaje de éxito aparecerá. Ten en cuenta que **ambos métodos necesitan a alguien en la maquina controlada para confirmar el dialogo UAC**. Por lo tanto si no hay nadie en el lado controlado, la elevación no debe pedirse desde el lado de control.
@@ -37,7 +37,7 @@ Después de seleccionar en el menu de acción `Solicitar Elevación`, la siguien
| **Wait** | **Success** |
| ![](images/wait.png) | ![](images/success.png) |
### How to Choose
## How to Choose
| Situación | Método |
| :---: | :---: |

View File

@@ -10,7 +10,7 @@ Les programmes portables Windows n'ont pas les privilèges d'administrateur, ce
En élevant les privilèges, RustDesk peut créer un processus avec des privilèges d'administrateur pendant le démarrage ou une session, lui permettant d'effectuer des captures d'écran et des opérations de souris, évitant ainsi les problèmes ci-dessus.
### Élever au démarrage
## Élever au démarrage
De cette façon, les utilisateurs distants n'ont pas besoin de demander l'élévation lors de la connexion. Il y a deux méthodes :
@@ -18,7 +18,7 @@ De cette façon, les utilisateurs distants n'ont pas besoin de demander l'élév
* Méthode 2 : Faites un clic droit et exécutez en tant qu'administrateur.
### Élever au niveau du côté contrôlé
## Élever au niveau du côté contrôlé
Le côté contrôlé peut directement cliquer sur `Accepter et Élever` lors de la connexion, ou cliquer sur `Élever` lorsqu'il est déjà connecté.
@@ -26,7 +26,7 @@ Le côté contrôlé peut directement cliquer sur `Accepter et Élever` lors de
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### Demander l'élévation au niveau du côté contrôleur
## Demander l'élévation au niveau du côté contrôleur
Après avoir sélectionné `Demander l'élévation` dans le menu d'action, la boîte de dialogue suivante apparaîtra. Si vous choisissez `Demander à l'utilisateur distant de s'authentifier`, vous n'aurez pas besoin de saisir un nom d'utilisateur et un mot de passe, mais l'utilisateur sur l'ordinateur distant doit avoir des privilèges d'administrateur. Si vous sélectionnez `Transmettre le nom d'utilisateur et le mot de passe de l'administrateur`, l'utilisateur sur l'ordinateur distant n'a qu'à accepter dans la fenêtre UAC. Après avoir envoyé la demande, veuillez attendre que l'utilisateur de l'autre côté accepte la fenêtre UAC. Lors de la confirmation, un message de succès apparaîtra. Notez que **les deux méthodes nécessitent que quelqu'un du côté contrôlé accepte la fenêtre UAC**. Par conséquent, s'il n'y a personne de disponible de l'autre côté, l'élévation ne devrait pas être demandée du côté contrôleur.
@@ -36,7 +36,7 @@ Après avoir sélectionné `Demander l'élévation` dans le menu d'action, la bo
| **Attendre** | **Succès** |
| ![](images/wait.png) | ![](images/success.png) |
### Comment choisir
## Comment choisir
| Scénario | Méthode |
| :---: | :---: |

View File

@@ -10,7 +10,7 @@ I programmi portatili di Windows non hanno privilegi di amministratore, il che p
Elevando i privilegi, RustDesk può creare un processo con privilegi di amministratore durante l'avvio o una sessione, consentendogli di eseguire screenshot e operazioni del mouse, evitando così i problemi sopra citati.
### Elevare all'avvio
## Elevare all'avvio
In questo modo, gli utenti remoti non hanno bisogno di richiedere l'elevazione durante la connessione. Ci sono due metodi:
@@ -18,7 +18,7 @@ In questo modo, gli utenti remoti non hanno bisogno di richiedere l'elevazione d
* Metodo 2: Fare clic destro ed eseguire come amministratore.
### Elevare dal lato controllato
## Elevare dal lato controllato
Il lato controllato può fare clic direttamente su `Accetta ed Eleva` durante la connessione, o fare clic su `Eleva` quando già connesso.
@@ -26,7 +26,7 @@ Il lato controllato può fare clic direttamente su `Accetta ed Eleva` durante la
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### Richiedere elevazione dal lato controllore
## Richiedere elevazione dal lato controllore
Dopo aver selezionato `Richiedi Elevazione` dal menu azioni, apparirà la seguente finestra di dialogo. Se scegli `Chiedi all'utente remoto di autenticarsi`, non avrai bisogno di inserire un nome utente e una password, ma l'utente sul computer remoto deve avere privilegi di amministratore. Se selezioni `Trasmetti il nome utente e la password dell'amministratore`, l'utente sul computer remoto deve solo accettare nella finestra UAC. Dopo aver inviato la richiesta, attendi che l'utente dall'altra parte accetti la finestra UAC. Alla conferma, apparirà un messaggio di successo. Nota che **entrambi i metodi richiedono che qualcuno dal lato controllato accetti la finestra UAC**. Pertanto, se non c'è nessuno disponibile dall'altra parte, l'elevazione non dovrebbe essere richiesta dal lato controllore.
@@ -36,7 +36,7 @@ Dopo aver selezionato `Richiedi Elevazione` dal menu azioni, apparirà la seguen
| **Attesa** | **Successo** |
| ![](images/wait.png) | ![](images/success.png) |
### Come Scegliere
## Come Scegliere
| Scenario | Metodo |
| :---: | :---: |

View File

@@ -10,7 +10,7 @@ Windowsポータブルプログラムには管理者権限がないため、以
権限を昇格することで、RustDeskは起動時またはセッション中に管理者権限を持つプロセスを作成でき、スクリーンショットとマウス操作を実行できるようになり、上記の問題を回避できます。
### 起動時に昇格
## 起動時に昇格
この方法では、リモートユーザーは接続時に昇格を要求する必要がありません。2つの方法があります
@@ -18,7 +18,7 @@ Windowsポータブルプログラムには管理者権限がないため、以
* 方法2右クリックして管理者として実行します。
### 制御される側で昇格
## 制御される側で昇格
制御される側は、接続時に直接 `受け入れて昇格` をクリックするか、既に接続されている場合は `昇格` をクリックできます。
@@ -26,7 +26,7 @@ Windowsポータブルプログラムには管理者権限がないため、以
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### 制御側で昇格を要求
## 制御側で昇格を要求
アクションメニューから `昇格を要求` を選択すると、以下のダイアログボックスが表示されます。`リモートユーザーに認証を求める` を選択した場合、ユーザー名とパスワードを入力する必要はありませんが、リモートコンピューターのユーザーは管理者権限を持っている必要があります。`管理者のユーザー名とパスワードを送信` を選択した場合、リモートコンピューターのユーザーはUACウィンドウで受け入れるだけで済みます。リクエストを送信した後、相手側がUACウィンドウを受け入れるのを待ってください。確認後、成功メッセージが表示されます。**どちらの方法も制御される側で誰かがUACウィンドウを受け入れる必要があります**。したがって、相手側に誰も利用できない場合は、制御側で昇格を要求すべきではありません。
@@ -36,7 +36,7 @@ Windowsポータブルプログラムには管理者権限がないため、以
| **待機** | **成功** |
| ![](images/wait.png) | ![](images/success.png) |
### 選択方法
## 選択方法
| シナリオ | 方法 |
| :---: | :---: |

View File

@@ -10,7 +10,7 @@ Programas portáteis do Windows não têm privilégios de administrador, o que p
Ao elevar privilégios, o RustDesk pode criar um processo com privilégios de administrador durante a inicialização ou uma sessão, permitindo que execute capturas de tela e operações do mouse, evitando assim os problemas acima.
### Elevar na inicialização
## Elevar na inicialização
Dessa forma, usuários remotos não precisam solicitar elevação ao conectar. Existem dois métodos:
@@ -18,7 +18,7 @@ Dessa forma, usuários remotos não precisam solicitar elevação ao conectar. E
* Método 2: Clique com o botão direito e execute como administrador.
### Elevar no lado controlado
## Elevar no lado controlado
O lado controlado pode clicar diretamente em `Aceitar e Elevar` ao conectar, ou clicar em `Elevar` quando já conectado.
@@ -26,7 +26,7 @@ O lado controlado pode clicar diretamente em `Aceitar e Elevar` ao conectar, ou
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### Solicitar elevação no lado de controle
## Solicitar elevação no lado de controle
Após selecionar `Solicitar Elevação` no menu de ação, a seguinte caixa de diálogo aparecerá. Se você escolher `Pedir ao usuário remoto para autenticação`, você não precisará inserir um nome de usuário e senha, mas o usuário no computador remoto deve ter privilégios de administrador. Se você selecionar `Transmitir o nome de usuário e senha do administrador`, o usuário no computador remoto só precisa aceitar na janela UAC. Após enviar a solicitação, aguarde que o usuário do outro lado aceite a janela UAC. Após a confirmação, uma mensagem de sucesso aparecerá. Note que **ambos os métodos requerem que alguém no lado controlado aceite a janela UAC**. Portanto, se não houver ninguém disponível do outro lado, a elevação não deve ser solicitada no lado de controle.
@@ -36,7 +36,7 @@ Após selecionar `Solicitar Elevação` no menu de ação, a seguinte caixa de d
| **Aguardar** | **Sucesso** |
| ![](images/wait.png) | ![](images/success.png) |
### Como Escolher
## Como Escolher
| Cenário | Método |
| :---: | :---: |

View File

@@ -10,7 +10,7 @@ weight: 49
通过提权, RustDesk在启动时或会话过程中可以创建一个具有管理员权限的进程用于截屏和鼠标操作从而避免了上述问题。
### 启动时提权
## 启动时提权
这种方式,连接时不需要再请求提升。有两种方法:
@@ -18,7 +18,7 @@ weight: 49
* 方法二: 右键以管理员权限运行。
### 被控端主动提权
## 被控端主动提权
被控端可以在对方发起连接时,直接点击`接受并提权`,或在已经连接的情况下点击`提权`
@@ -26,7 +26,7 @@ weight: 49
| :--------------------------------------: | :--------------------------------------: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### 控制端主动提权
## 控制端主动提权
在点击动作菜单中的`请求提权`后,将弹出下面的对话框。如果选择`请求远程用户授权`,则无需输入用户名和密码,但需要电脑对面的用户具有管理员权限。如果选择`发送管理员用户的账号和密码`则只需要对面用户在UAC窗口点击确认。发送请求后请等待对面用户确认UAC窗口, 然后将提示成功。需要注意的是,这两种方式**都需要被控端有人在UAC窗口点击确认**。因此,如果对面没有人,则被控端不应该主动请求提权。
@@ -36,7 +36,7 @@ weight: 49
| **等待** | **成功** |
| ![](images/wait.png) | ![](images/success.png) |
### 如何选择
## 如何选择
| 情形 | 方式 |
| :------------------------------: | :------------------------: |

View File

@@ -10,7 +10,7 @@ Windows 便攜式程式沒有管理員權限,這可能導致以下問題:
透過提升權限RustDesk 可以在啟動或工作階段期間建立具有管理員權限的程序,使其能夠執行螢幕截圖和滑鼠操作,從而避免上述問題。
### 啟動時提權
## 啟動時提權
這樣,遠端使用者在連線時無需請求提權。有兩種方法:
@@ -18,7 +18,7 @@ Windows 便攜式程式沒有管理員權限,這可能導致以下問題:
* 方法 2右鍵點擊並以管理員身分執行。
### 在被控端提權
## 在被控端提權
被控端可以在連線時直接點擊 `接受並提權`,或在已連線時點擊 `提權`
@@ -26,7 +26,7 @@ Windows 便攜式程式沒有管理員權限,這可能導致以下問題:
| :---: | :---: |
| ![](images/cm_unauth.jpg) | ![](images/cm_auth.jpg) |
### 在控制端請求提權
## 在控制端請求提權
從動作選單選擇 `請求提權` 後,將出現以下對話方塊。如果您選擇 `要求遠端使用者進行驗證`,您將不需要輸入使用者名稱和密碼,但遠端電腦上的使用者必須具有管理員權限。如果您選擇 `傳輸管理員的使用者名稱和密碼`,遠端電腦上的使用者只需在 UAC 視窗中接受。發送請求後,請等待對方接受 UAC 視窗。確認後,將出現成功訊息。請注意,**兩種方法都需要被控端有人接受 UAC 視窗**。因此,如果對方沒有人可用,則不應在控制端請求提權。
@@ -36,7 +36,7 @@ Windows 便攜式程式沒有管理員權限,這可能導致以下問題:
| **等待** | **成功** |
| ![](images/wait.png) | ![](images/success.png) |
### 如何選擇
## 如何選擇
| 場景 | 方法 |
| :---: | :---: |