mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 00:50:25 +01:00
Update _index.de.md
This commit is contained in:
parent
5f2912e217
commit
8dfd470992
@ -90,7 +90,7 @@ Write-Output "..............................................."
|
|||||||
### Windows batch/cmd
|
### Windows batch/cmd
|
||||||
|
|
||||||
```bat
|
```bat
|
||||||
REM Assign the value random password to the password variable
|
REM Der Variablen password den Wert random password zuweisen
|
||||||
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
|
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
|
||||||
set alfanum=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
|
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
|
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"
|
set rustdesk_cfg="configstring"
|
||||||
|
|
||||||
REM ############################## Bitte nicht unterhalb dieser Zeile bearbeiten ###############################
|
REM ############################## Bitte nicht unterhalb dieser Zeile bearbeiten ###############################
|
||||||
|
Loading…
Reference in New Issue
Block a user