First release.
Windows 11 puts the taskbar on one display or on all of them. This lets you pick.
Install
- Download Source code (zip) below and unzip it
- Double-click
build.cmd - Run
bin\taskbarpick.exe
There is no binary attached on purpose. build.cmd uses the C# compiler already
present in every Windows install, so the build takes about a second and needs no
SDK, no runtime and no dependencies. It also means you never have to click through
a SmartScreen warning to trust an unsigned exe from a stranger.
What it does
- Tick the displays that should have a taskbar, click Apply
- Identify Displays flashes a number on each screen
- Start with Windows brings it back after a reboot
- Lives in the tray; Exit restores every taskbar exactly as it was
- Optionally stretches maximized windows over the strip a hidden taskbar leaves behind
No hooks, no injection, no background services.