Remove winget installation option from client-deployment

RustDesk is no longer available via winget, cf. https://x.com/rustdesk/status/2036632270837297444
This commit is contained in:
Jens Frank
2026-05-13 22:06:28 +02:00
parent 64354d3d26
commit 1a24e0e29a
11 changed files with 22 additions and 123 deletions
@@ -3,7 +3,7 @@ title: 客户端部署
weight: 400
pre: "<b>2.4. </b>"
description: "RustDesk 的客户端部署文档,提供安装、配置、部署和故障排查指南。"
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk winget", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
keywords: ["rustdesk client deployment", "rustdesk powershell deploy", "rustdesk mass deployment", "rustdesk intune", "rustdesk rmm", "rustdesk silent deployment"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
@@ -205,16 +205,6 @@ echo ...............................................
https://rustdesk.com/docs/en/client/windows/msi/
## Winget
您也可以通过 powershell 使用 winget 进行部署(这通过微软版本的 apt 安装 - 大多数最新 Windows 安装的一部分)
从 powershell 窗口或通过脚本(例如通过 GPO)
```
winget install --id=RustDesk.RustDesk -e
```
## macOS Bash
```sh
@@ -390,4 +380,4 @@ fi
# 回显密码变量的值
echo "密码: $rustdesk_pw"
echo "..............................................."
```
```