update advanced options

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-12-30 21:29:25 +08:00
parent 4b79d0b181
commit 94aeedc583
11 changed files with 330 additions and 0 deletions
@@ -1450,3 +1450,33 @@ Available since RustDesk 1.4.4
| Values | Default | Example |
| :------: | :------: | :------: |
| Y, N | N | `allow-insecure-tls-fallback=Y` |
### disable-change-permanent-password
Disable the ability to change permanent password. When enabled, users cannot set or modify the permanent password through the UI or command line.
Available since RustDesk 1.4.5
| Values | Default | Example |
| :------: | :------: | :------: |
| Y, N | N | `disable-change-permanent-password=Y` |
### disable-change-id
Disable the ability to change the device ID. When enabled, users cannot change the ID through the UI or command line.
Available since RustDesk 1.4.5
| Values | Default | Example |
| :------: | :------: | :------: |
| Y, N | N | `disable-change-id=Y` |
### disable-unlock-pin
Disable using PIN to unlock settings. When enabled, users must use system administrator privileges to unlock settings, even if a PIN has been set.
Available since RustDesk 1.4.5
| Values | Default | Example |
| :------: | :------: | :------: |
| Y, N | N | `disable-unlock-pin=Y` |