mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 10:17:43 +02:00
commit
3cb3b8c914
@ -69,7 +69,7 @@ $rustdesk_id = (.\RustDesk.exe --get-id | out-host)
|
|||||||
|
|
||||||
.\RustDesk.exe --config $rustdesk_cfg
|
.\RustDesk.exe --config $rustdesk_cfg
|
||||||
|
|
||||||
.RustDesk.exe--password $rustdesk_pw
|
.\RustDesk.exe--password $rustdesk_pw
|
||||||
|
|
||||||
Write-Output "..............................................."
|
Write-Output "..............................................."
|
||||||
# Show the value of the ID Variable
|
# Show the value of the ID Variable
|
||||||
@ -301,6 +301,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Echo the value of the password variable
|
# Echo the value of the password variable
|
||||||
echo "Password: $rustdesk_password"
|
echo "Password: $rustdesk_pw"
|
||||||
echo "..............................................."
|
echo "..............................................."
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user