Home

Awesome

Invisiwind

Invisiwind (short for Invisible Window) is an application that allows you to hide certain windows when sharing your full screen.

So .. what does it do exactly?

I think this is best explained with a couple of screenshots I took during a Zoom meeting:

<p float="left"> <img src="./Misc/here.png" width="400" alt="What I see" /> <img src="./Misc/there.png" width="400" alt="What they see" /> </p>

The screenshot on the left is what I see. The one on the right is what everyone else sees.

Using this tool, firefox and slack have been hidden so anyone watching the screenshare is unable to see those windows. However, I can continue to use them as usual on my side.

Note: this tool works with any app (MS Teams, Discord, OBS, etc) and not just Zoom.

So .. what does it do exactly? (for technical people)

Simple: The tool performs dll injection to SetWindowDisplayAffinity to WDA_EXCLUDEFROMCAPTURE.

How do I install it?

To use this application, you can either use the installer or the portable version.

Use the installer (recommended)

Download the portable zip

usage

Running it directly drops you into interactive mode. You can type help for more information.

You can also directly invoke it with commandline arguments. Type invisiwind --help for argument specification.

FAQ

What OSes are supported?

Windows 10 v2004 or above. On previous versions of windows, a black screen shows up instead of hiding the window.

Do future instances of the application get automatically hidden?

No

Is it possible to see a preview of the screen on my side?

<details> <summary>You can use something like OBS's Windowed projector.</summary>

Windowed Projector

Tip: you can hide this window from view too.

</details>

Could I automatically hide windows using a hotkey?

Yes! In the zip bundle you'll find a AutoHotkey script that hides windows when you press Ctrl+J. Feel free to customize.

Contributing

Feel free to open an issue/PR if you find a bug or would like to contribute!