taskTru is a Windows utility that lets you make task windows click-through, topmost and transparent.
Perfect for PIP (Picture In Picture) apps & anything you want to overlay over your apps!
- Click-Through: pass mouse clicks through the specified window and disables its interactions.
- TopMost: keep your selected windows on top of all other windows.
- Opacity: set transparency from 0% to 100% with a slider.
Everything above is toggleable and can be set for several windows at a time, the task list can be refreshed.
- Clone this repo:
git clone https://github.com/erw-1/taskTru.git
- Open taskTru.sln in Visual Studio.
- Build (Ctrl+Shift+B) and run (F5).
Or use one of the <200 KB precompiled executables. Portable version included! (no .NET installation required)
Contributions are welcome! Feel free to:
- Open an issue to report a bug or request a feature.
- Fork and submit a Pull Request for improvements or new features.
- What I will be working on next:
- removal of the "Microsoft Text Input Application" task that is always showing in the list on some systems.
- Save the task state (toggled tools like topmost, clicktrough) after a refresh or a timeout
- Reduce the portable executable size
- French language port