Hi,
Do you know any free program to custom window tables? For example, to remove a strip at the top where it is minimized, maximized, closed and other..
Notifications
Clear all
2 replies
Super Moderator
Hi pimient0,
AutoHotKey (AHK) is a scripting language that can do this -- and a whole lot more.
If you're comfortable with scripting you can obtain it here:
https://www.autohotkey.com/
I've used this for over 20 years for various window manipulation task, custom menuing and so on.
The strip you mention is called the "Title Bar" and can be removed and restored using AutoHotKey
I'm currently using AHK to move and resize windows while I stream, for example.
Note that AHK is a programming language, and you would need to write your own script to do this.
There is support available in forums and on Discord, but it isn't something for someone not familiar with basic programming concepts.
Cheers,
VS