Skip to content

Repository files navigation

SnipTune 10

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.

Activate SnipTune 10 from the taskbar toolbar menu

Why It Matters

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

Common Use Cases

  • 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.

Project Status

  • 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.md and the release/update notes.

Install

For most users, use the installer from GitHub Releases:

  1. Open SnipTune 10 releases.
  2. Download SnipTune10Setup-1.0.5-x64.exe.
  3. Run the installer on Windows 10 x64.
  4. Right click an empty area of the taskbar.
  5. Choose Toolbars > SnipTune 10.
  6. 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.

Preview

Compact mode:

SnipTune 10 compact mode

Full mode with progress:

SnipTune 10 full mode

Demo video: preview/demo-vidio-widget.mp4

Features

  • 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, and Space.
  • Screen reader support through MSAA virtual buttons.
  • Per-user installer and uninstall flow.
  • Documented release and update process for repeatable maintenance.

Requirements

  • 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.

Troubleshooting

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.

Update And Uninstall

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.

Build From Source

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 .exe installer.

Build x64 Release:

.\scripts\Build.cmd Release

Run lightweight tests:

.\scripts\Run-WidgetMusicTests.cmd Release

Create the runtime package:

.\scripts\Package-WidgetMusic.cmd Release

Create the installer:

.\scripts\Build-Installer.cmd Release

The installer output is:

out\dist\SnipTune10Setup-1.0.5-x64.exe

For development registration:

.\scripts\Register-WidgetMusic.cmd Release restart

Then enable it manually from Right click taskbar > Toolbars > SnipTune 10.

Contributing

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.

Links

About

SnipTune 10 - Windows 10 taskbar music DeskBand by SnipGeek

Topics

Resources

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages