From 00dadc42ac77cbe52fdc459d77ed1bfa79f980db Mon Sep 17 00:00:00 2001 From: lazee486 <43401332+lazee486@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:52:46 +0200 Subject: [PATCH] Update _index.en.md added winget install option to page - havent tested if --config works with it --- content/self-host/client-deployment/_index.en.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/self-host/client-deployment/_index.en.md b/content/self-host/client-deployment/_index.en.md index 4bd467c..7e171c8 100644 --- a/content/self-host/client-deployment/_index.en.md +++ b/content/self-host/client-deployment/_index.en.md @@ -186,6 +186,17 @@ You can also use msi instead of `rustdesk.exe --silent-install`. https://rustdesk.com/docs/en/client/windows/msi/ + +### Winget + +you can deploy via pwershell with winget as well (this installs via microsofts version of apt - part of most recent windows installs) + +from a powershell window or via script (for example via Tactical RMM or GPO) + +``` +winget install --id=RustDesk.RustDesk -e +``` + ### macOS Bash ```sh