mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-04 23:06:27 +00:00
26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
---
|
|
title: Windows
|
|
description: "Install and deploy RustDesk on Windows. Find Windows client setup guidance, MSI packaging, silent install options, and portable elevation documentation."
|
|
keywords: ["rustdesk windows", "rustdesk windows install", "rustdesk msi", "rustdesk silent install", "rustdesk portable elevation", "rustdesk windows deployment"]
|
|
weight: 4
|
|
---
|
|
|
|
Use these Windows guides to install RustDesk, package or deploy the Windows client, and handle MSI or portable elevation workflows in managed environments.
|
|
|
|
## Which Windows guide should you choose?
|
|
|
|
| Need | Best guide |
|
|
| --- | --- |
|
|
| Standard Windows client install | [Windows client overview](/docs/en/client/windows/) |
|
|
| Managed deployment, silent install, or packaging | [MSI](/docs/en/client/windows/msi/) |
|
|
| Portable mode with elevation support | [Windows Portable Elevation](/docs/en/client/windows/windows-portable-elevation/) |
|
|
|
|
## Windows quick answers
|
|
|
|
- Use the standard installer for most end users.
|
|
- Use the MSI guide for enterprise rollout and scripted deployment.
|
|
- Use portable elevation when you need admin prompts in portable mode.
|
|
- If you are self-hosting, combine these guides with [Client Deployment](/docs/en/self-host/client-deployment/) for server-side rollout settings.
|
|
|
|
{{% children depth="3" showhidden="true" %}}
|