
A utility that brings browser-style tabbed window management to the desktop.
It was originally developed by Maurice Flanagan in 2009 and was provided as free and paid versions. The author who no longer has time to maintain it has open-sourced it. See the original repository: mauricef/WindowTabs.
This repository is a fork of payaneco’s repository which is from redgis’. Now, it compiles and runs successfully on Win7, Win10 and Win11.
You can download my prebuilt files from the releases page. You can also compile the exe file as below.
Run WindowTabs.exe. It will run in the background.
Configure for which window group and tab are enabled, along with other settings.
Any help is very welcome. Feel free to create issues or pull requests. If you’d like to fix issues, you can pick any open issue.
Tested on Win10 with Visual Studio 2019 or 2022.
Clone
git clone https://github.com/leafOfTree/WindowTabs
Install
Visual Studio 2022 community edition
.NET desktop development needs to be selected in the installer.
You need to close Visual Studio first to install the extension. Visual Studio 2019 and its WiX extension also work.
Compile and Release
Launch Visual Studio, open this project by “File > Open > Project/Solution”, and select “WindowTabs.sln”.
If you choose the Release configuration and click Start, you will get a release version WindowTabs\WtProgram\bin\Release\WindowTabs.exe.
Debug
Choose the Debug configuration and it will compile to WindowTabs\WtProgram\bin\Debug\WindowTabs.exe.
Tips
Debug and you can see runtime details.System.Diagnostics.Debug.WriteLine("Hello, world"); in code to print logsProgram.fs this.runNotifyIconPlugin.fs this.iconDesktopManagerForm.fs. Its tabs are under ManagerViewService/Views/treeviewadv/. Probably from https://sourceforge.net/projects/treeviewadv/SuperBarPlugin.fs2025
Add an option to toggle whether shift+scroll switches tabs in Behavior
2024
Fix WindowTabs’s alt+tab collapse when there is no open window
Support Visual Studio 2022
UI improvement on icon and task switch form border
ctrl+1… hotkeysNew window item to tab context menu2023
Programs title missing issue.mauricef/WindowTabs the original repository