How do I install BOSS TONE STUDIO for GT-1 on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id BOSS.ToneStudio.GT1 --exact --version 1.0.2. winget downloads the installer from Roland Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install BOSS TONE STUDIO for GT-1 silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id BOSS.ToneStudio.GT1 --exact 1.0.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall BOSS TONE STUDIO for GT-1 via winget?⌄
Run: winget uninstall --id BOSS.ToneStudio.GT1 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from BOSS TONE STUDIO for GT-1's Apps & Features entry.
Is BOSS TONE STUDIO for GT-1 free?⌄
BOSS TONE STUDIO for GT-1 is distributed under Proprietary (Terms of Use). Refer to the publisher (https://www.boss.info/global/support/by_product/gt-1/updates_drivers/7069654d-d8a3-4a69-8603-66450215257b/) for the full license terms - Wingetly itself does not charge for installation.
Does BOSS TONE STUDIO for GT-1 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 BOSS TONE STUDIO for GT-1 directly from the publisher.
How do I keep BOSS TONE STUDIO for GT-1 up to date?⌄
Run winget upgrade --id BOSS.ToneStudio.GT1 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of BOSS TONE STUDIO for GT-1 from microsoft/winget-pkgs.