From 8dfd470992b04ca9449019c3ab00b020b2c7d0dd Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:08:52 +0200 Subject: [PATCH] Update _index.de.md --- content/self-host/client-deployment/_index.de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/self-host/client-deployment/_index.de.md b/content/self-host/client-deployment/_index.de.md index d115977..f4d49ee 100644 --- a/content/self-host/client-deployment/_index.de.md +++ b/content/self-host/client-deployment/_index.de.md @@ -90,7 +90,7 @@ Write-Output "..............................................." ### Windows batch/cmd ```bat -REM Assign the value random password to the password variable +REM Der Variablen password den Wert random password zuweisen setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION set alfanum=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 @@ -100,7 +100,7 @@ SET /A rnd_num=!RANDOM! * 62 / 32768 + 1 for /F %%c in ('echo %%alfanum:~!rnd_num!^,1%%') do set pwd=!pwd!%%c ) -REM Get your config string from your Web portal and Fill Below +REM Holen Sie sich Ihren Konfigurationsstring von Ihrem Webportal und füllen Sie ihn wie folgt aus set rustdesk_cfg="configstring" REM ############################## Bitte nicht unterhalb dieser Zeile bearbeiten ###############################