Windows 10/11 Explorer - How to generate text on explorer's background

44 Views Asked by At

I want to print some information in the background or title or columns of certain or all folders.

For example, when I enter the folder of a .git project, I want to be able to show which branch is active somewhere in the explorer window with programmatically (for example BHO) or with a cmd script (for example, "git rev-parse --abbrev-ref HEAD").

What is the best way to do this?

0

There are 0 best solutions below