A utility which brings browser-style tabbed window management to the desktop.
It was developed by Maurice Flanagan in 2009 and was provided as free and paid versions originally.
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 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 Click
Start
. Then it will compile toWindowTabs\WtProgram\bin\Debug\WindowTabs.exe
.If you choose the
Release
configuration, you will get a release versionWindowTabs\WtProgram\bin\Release\WindowTabs.exe
.
- Fix null exception on toggling Fade out... option.
- 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 original repository