mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-30 04:14:53 +03:00
Updated FAQ (markdown)
47
FAQ.md
47
FAQ.md
@@ -2066,3 +2066,50 @@ docker compose up -d && docker compose logs -f
|
||||
>
|
||||
> User: I did an apt-get update/upgrade and it is now updated. There were a bunch of docker updates. That may have fixed it. I am on 1.8.1 now.
|
||||
|
||||
# Install RustDesk Printer During Setup
|
||||
|
||||
You can choose whether to install the RustDesk Printer driver during setup.
|
||||
|
||||
## UI
|
||||
|
||||
The printer option is unchecked by default. Users can check it manually when installing.
|
||||
|
||||
<img width="400" alt="image" src="https://github.com/user-attachments/assets/6349f986-25b7-49a5-b1d4-cc7e56de122f" />
|
||||
|
||||
<img width="300" alt="image" src="https://github.com/user-attachments/assets/862193fb-19b8-4d15-905a-f35552b08dd1" />
|
||||
|
||||
## Command line
|
||||
|
||||
### MSI
|
||||
|
||||
https://rustdesk.com/docs/en/client/windows/msi/#installprinter
|
||||
|
||||
### EXE
|
||||
|
||||
Install with the `--silent-install` argument, optionally followed by `printer=1` or `printer=0`.
|
||||
|
||||
1. No `printer=1` or `printer=0` (default option):
|
||||
- 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
|
||||
```
|
||||
2. `printer=1` - Force install the printer driver:
|
||||
```shell
|
||||
rustdesk.exe --silent-install printer=1
|
||||
```
|
||||
3. `printer=0` - Force not to install the printer driver:
|
||||
```shell
|
||||
rustdesk.exe --silent-install printer=0
|
||||
```
|
||||
|
||||
## After Setup
|
||||
|
||||
If you need the 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.
|
||||
2. Alternatively, uninstall the main RustDesk application.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user