SnipTune 10 is a native Windows 10 taskbar music widget by SnipGeek. It adds compact media controls directly to the taskbar through the classic Windows DeskBand toolbar system.
SnipTune 10 is built for users who keep media running while they work. Instead of switching to a separate app window or relying on overlay widgets, it keeps play, pause, next, and previous controls in the taskbar where they are easy to reach.
This is especially useful for:
- people playing music from Spotify, Chrome, Edge, or Media Player on Windows 10
- users who want a lightweight native taskbar control instead of an overlay
- users who need keyboard and screen reader support for basic media control
- Control music while coding, writing, or browsing without leaving the current app.
- Keep playback controls visible in the taskbar during long work sessions.
- Use the compact mode for a minimal footprint or the full mode for progress visibility.
- Provide a native-feeling media control option on Windows 10 systems where DeskBand support is still available.
- Public open source project under the MIT License.
- Actively maintained with public release notes and installer flow.
- Current public release:
v1.0.5. - Security-sensitive areas are documented in
SECURITY.mdand the release/update notes.
For most users, use the installer from GitHub Releases:
- Open SnipTune 10 releases.
- Download
SnipTune10Setup-1.0.5-x64.exe. - Run the installer on Windows 10 x64.
- Right click an empty area of the taskbar.
- Choose
Toolbars>SnipTune 10. - If Windows asks for confirmation, choose
Yes.
The installer registers the DeskBand, restarts Explorer for the current user session, and installs a per-user prewarm helper so the first activation after login feels faster. It does not auto-enable the toolbar because Windows can show a confirmation dialog.
Compact mode:
Full mode with progress:
Demo video: preview/demo-vidio-widget.mp4
- Native Windows 10 taskbar DeskBand, not an overlay.
- Compact and full modes from the widget right-click menu.
- Previous, play/pause, and next controls.
- Full mode progress text and display-only progress bar.
- Native-looking taskbar background sampling.
- Faster first activation with per-user host prewarm.
- Keyboard support:
Left,Right,Enter, andSpace. - Screen reader support through MSAA virtual buttons.
- Per-user installer and uninstall flow.
- Documented release and update process for repeatable maintenance.
- Windows 10 x64.
- Windows taskbar toolbar support enabled by the OS.
- A media app that exposes Windows media sessions, such as Spotify, Chrome/Edge media playback, Media Player, or compatible players.
Windows 11 is not currently a supported target because classic taskbar DeskBands are not a stable public path there.
If SnipTune 10 does not appear in the taskbar Toolbars menu, restart Explorer or open the Toolbars menu again after install. Some Windows 10 systems need the menu opened twice after registration.
If the widget appears but shows Disconnected, confirm WidgetMusicHost.exe is installed next to WidgetMusicDeskband.dll. For release installs, reinstalling the latest setup file is usually the simplest repair.
Debug logs can be read from:
%TEMP%\WidgetMusicDeskband.log%TEMP%\WidgetMusicHost.log
Debug logging is off by default. It can be enabled with HKCU\Software\WidgetMusic\DebugLog as a DWORD value of 1.
To update, run the newer SnipTune10Setup-<version>-x64.exe. The installer keeps the same AppId, unregisters the old DeskBand, updates files in %LOCALAPPDATA%\SnipGeek\SnipTune 10, registers the new version, and restarts Explorer for the current user session.
To uninstall, use Apps & Features or Control Panel. Uninstall unregisters the DeskBand, removes the prewarm startup entry, stops the host for the current session, and restarts Explorer.
Prerequisites:
- Visual Studio Build Tools 2022 or later with Desktop development with C++.
- Windows 10 SDK.
- Inno Setup 6, only if you want to build the
.exeinstaller.
Build x64 Release:
.\scripts\Build.cmd ReleaseRun lightweight tests:
.\scripts\Run-WidgetMusicTests.cmd ReleaseCreate the runtime package:
.\scripts\Package-WidgetMusic.cmd ReleaseCreate the installer:
.\scripts\Build-Installer.cmd ReleaseThe installer output is:
out\dist\SnipTune10Setup-1.0.5-x64.exe
For development registration:
.\scripts\Register-WidgetMusic.cmd Release restartThen enable it manually from Right click taskbar > Toolbars > SnipTune 10.
Bug reports and pull requests are welcome. Please read CONTRIBUTING.md before opening a PR.
For security-sensitive reports, please follow SECURITY.md instead of opening a public issue.
- Website: snipgeek.com
- GitHub: github.com/ieproject-app/widget-music
- License: MIT


