Updated FAQ (markdown)

fufesou
2026-06-06 09:22:19 +08:00
parent 166eaffd81
commit b13e88c490

16
FAQ.md

@@ -2087,15 +2087,13 @@ The printer option is unchecked by default. Users can check it manually when ins
https://rustdesk.com/docs/en/client/windows/msi/#installprinter
### EXE
The option was added in https://github.com/rustdesk/rustdesk/pull/15191.
#### Before 1.4.8
### EXE before 1.4.8
When installing with the `--silent-install` argument, the RustDesk Printer is also installed.
#### Since 1.4.8 (nightly)
#### EXE since 1.4.8 (nightly)
The option was added in https://github.com/rustdesk/rustdesk/pull/15191.
When installing with the `--silent-install` argument, you can optionally add `printer=1` or `printer=0`.
@@ -2103,8 +2101,8 @@ When installing with the `--silent-install` argument, you can optionally add `pr
- For a fresh installation, the printer driver will **not** be installed.
- For an update installation, the printer driver installation status depends on the previous version's settings.
```shell
rustdesk.exe --silent-install
```shell
rustdesk.exe --silent-install
```
2. `printer=1` - Force install the printer driver:
```shell
@@ -2122,6 +2120,6 @@ If you need RustDesk Printer while using the app, you can install it here:
<img width="400" alt="image" src="https://github.com/user-attachments/assets/779c57c6-d736-45bc-a0d5-5c20f670c8d0" />
We don't offer a separate uninstaller for the printer. To remove it:
1. Go to Settings → Bluetooth & devices → Printers & scanners. Find RustDesk Printer, click it, then select Remove.
1. Win11. Go to Settings → Bluetooth & devices → Printers & scanners. Find RustDesk Printer, click it, then select Remove.
2. Alternatively, uninstall the main RustDesk application.