How do I install Official app for https://saxobroko.com on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Saxo_Broko.Officialapp --exact --version 2.0.1. winget downloads the installer from Saxo_Broko and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Official app for https://saxobroko.com silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id Saxo_Broko.Officialapp --exact 2.0.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Official app for https://saxobroko.com via winget?⌄
Run: winget uninstall --id Saxo_Broko.Officialapp --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Official app for https://saxobroko.com's Apps & Features entry.
Is Official app for https://saxobroko.com free?⌄
Official app for https://saxobroko.com is distributed under Copyright © 2020 Saxo_Broko. Refer to the publisher (https://github.com/saxobroko/Saxo_Brokoapp) for the full license terms - Wingetly itself does not charge for installation.
Does Official app for https://saxobroko.com work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Official app for https://saxobroko.com directly from the publisher.
How do I keep Official app for https://saxobroko.com up to date?⌄
Run winget upgrade --id Saxo_Broko.Officialapp --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Official app for https://saxobroko.com from microsoft/winget-pkgs.