WinNumTip shows the Win+number (0..9) shortcut
for each app pinned to the taskbar. While you hold the Win key, a small numbered
strip appears over the taskbar buttons; release the key and it disappears.
Hold Win and press a number to launch (or switch to) the app in that taskbar
position - WinNumTip just reminds you which number is which.
Important
WinNumTip installs a global keyboard hook
so it can detect when the Win key is held. This is a normal Windows mechanism,
but because keyboard hooks are also used by keyloggers, some antivirus tools may flag the app.
WinNumTip reads only the Win key state
to toggle the overlay and does not record or transmit any keystrokes.
- Numbered badges over taskbar buttons while the
Winkey is held. - Works with the taskbar docked on any edge (bottom, top, left, right).
- Adjustable badge size via the tray icon's Preferences dialog - from the default slim strip up to the full taskbar-button size (label height for a horizontal taskbar, label width for a vertical one); the numbers scale to match.
Right-click the tray icon and choose Preferences... (or click Preferences in the
About dialog) to open the settings dialog. Settings are saved next to the app in the
[Preferences] section of WinNumTip.ini keyswhen you click OK, and discarded on
Cancel; they take effect the next time you hold the Win key.
-
Label size - how thick the numbered strip is across the taskbar: its height on a horizontal taskbar, its width on a side-docked one. Ranges from Default (the slim built-in strip) up to a full Taskbar button cell, and the numbers scale to match.
WinNumTip.inikeys:LabelSizePercent -
Shortcuts refresh - how often, in milliseconds, the numbered badges re-sync with the taskbar buttons while shown, so the numbers stay aligned when a button appears, disappears, or moves. Range
50-1000ms, default200ms; lower is more responsive but polls more often.WinNumTip.inikeys:RefreshIntervalMs -
Win key poll - how often, in milliseconds, the app checks the
Winkey state to show or hide the strip. Range25-500ms, default75ms; lower reacts faster to pressing or releasingWinbut polls more often.WinNumTip.inikeys:PollIntervalMs -
Invert colors - swaps the strip and number colors for a highlighted look. Off by default.
WinNumTip.inikeys:InvertColors -
Font - click Select... to pick the typeface and style (weight, italic, underline, strikeout) the numbers are drawn with; the selected name is previewed in that font next to the button. Only the face and style are used - the badge size stays governed by Label size - and the color follows Invert colors. When no font is chosen the taskbar's own font is used (Default).
WinNumTip.inikeys:FontFace,FontWeight,FontItalic,FontUnderline,FontStrikeOut -
Reset to defaults - restores every option above to its factory default in the dialog; the change is saved only if you then confirm with OK.
- Windows 10/11
Sometimes numbered strip does not arrear, to fix that Alt+Tab couple of times.
Open WinNumTip.slnx in Visual Studio and build, or from a developer prompt for x64 build:
msbuild WinNumTip.slnx /t:Build /p:Configuration=Release /p:Platform=x64Artifacts can be found in build\<Platform>\Release dir.
x64Win32ARM64