A utility which brings browser-style tabbed window management to the desktop.
It was developed by Maurice Flanagan in 2009 and was provided as a free and paid version originally.
The author has open-sourced it since no longer has time to maintain it. See the original repository: mauricef/WindowTabs.
I forked from payaneco's repository which forked from redgis'. Now it compiles and runs successfully on both Win7 and Win10.
It's recommended to compile the exe file as below. If not, you could find my prebuilt files at releases.
It should work on both Win7 and Win10.
-
Clone
git clone https://github.com/leafOfTree/WindowTabs
-
Install
-
Visual Studio 2019 community edition.
.NET desktop development
needs to be selected in the installer.
-
-
Compile
Lanuch Visual Studio, open this project, and press
Start
. Then it will compile toWindowTabs\WtProgram\bin\Debug\WindowTabs.exe
.If you choose the
Release
configurations, you will get a release versionWindowTabs\WtProgram\bin\Release\WindowTabs.exe
.
- Adjust settings font and display
- Fix extra empty tab for File Explorer
- Update packages for Win10
- Fix desktop
Programs
title missing issue
-
mauricef/WindowTabs the origin repository