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
您也可以透過帶有 winget 的 powershell 進行部署(這會透過 Microsoft 版本的 apt 進行安裝 - 大多數最新 Windows 安裝的一部分)
從 powershell 視窗或透過腳本(例如透過 GPO)
```
winget install --id=RustDesk.RustDesk -e
```
## macOS Bash
```sh
@@ -390,4 +380,4 @@ fi
# 顯示密碼變數的值
echo "密碼:$rustdesk_pw"
echo "..............................................."
```
```