Wingetlywingetly
← All apps

ScreenSound

by twibsterv2.1.0

Last updated

Per-app audio routing for multi-monitor Windows 11 — apps play through the speaker paired with the monitor they're on.

Install with winget

$ winget install --id twibster.ScreenSound --exact --version 2.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for ScreenSound

ScreenSound uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (neutral)
ScreenSound-Setup-2.1.0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for ScreenSound

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

ScreenSound automatically routes each app's audio to the speaker paired with the monitor it's displayed on. Move a window from your laptop screen to your TV — the audio follows. Pin specific apps to specific outputs, run silently in the system tray, and forget about manually switching default devices.

Installers · v2.1.0

ArchitectureTypeScopeInstallDownload
neutralEXE
Inno Setup
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for ScreenSound.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Voicemeeter PotatoVB-Audio Software
    VB-Audio.Voicemeeter.Potatov3.1.2.2

    The Ultimate Virtual Audio Device Mixer For Windows!

  • MakuTweakerMarkAdderly
    MarkAdderly.MakuTweakerv5.8.7

    The most user-friendly Windows tweaker to optimize and personalize your OS. Customize system settings, manage processes, clean up junk, view detailed PC specs, and personalize the app with multiple built-in themes!

  • Voicemeeter BananaVB-Audio Software
    VB-Audio.Voicemeeter.Bananav2.1.2.2

    Advanced Virtual Audio Mixer with 5 inputs, 5 outputs, and 2 virtual audio devices for professional audio mixing on Windows.

  • GestureSign V2Tomclanc
    Tomclanc.GestureSignV2v18.2.5

    A Windows 11 focused rebuild of GestureSign for touchpad, touchscreen, and mouse gestures.

  • Windows PC Health CheckMicrosoft Corporation
    Microsoft.WindowsPCHealthCheckv4.0.2410.23001

    Windows 11 OS compatibility checker.

  • Mica For EveryoneDongle Insovaki
    MicaForEveryone.MicaForEveryonev2.0.6.0

    A tool to enable backdrop effect on titlebars of Win32 apps on Windows 11.

More from twibster or browse audio-routing, multi-monitor, wasapi.

Frequently asked questions

How do I install ScreenSound on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id twibster.ScreenSound --exact --version 2.1.0. winget downloads the installer from twibster and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install ScreenSound silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id twibster.ScreenSound --exact 2.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for ScreenSound?
ScreenSound uses EXE (Inno Setup). Run the downloaded installer with: ScreenSound-Setup-2.1.0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall ScreenSound via winget?
Run: winget uninstall --id twibster.ScreenSound --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from ScreenSound's Apps & Features entry.
Is ScreenSound free?
ScreenSound is distributed under MIT. Refer to the publisher (https://github.com/twibster/ScreenSound) for the full license terms - Wingetly itself does not charge for installation.
Does ScreenSound 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 ScreenSound directly from the publisher.
How do I keep ScreenSound up to date?
Run winget upgrade --id twibster.ScreenSound --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of ScreenSound from microsoft/winget-pkgs.