AlexSJC
发布于 2023-05-01 / 5 阅读
2
0

Window Sharing Hider

#C#

Hides Windows during screen sharing. Works with Teams, Zoom, Discord, etc.

Single app, no dll’s, works on both x86/x64

Relies on SetWindowDisplayAffinity. Microsoft specifically restricted it to only work on windows where the current process is the owner of the window. This works by creating a thread in the target process to bypass that restriction.

https://github.com/shalzuth/WindowSharingHider

WindowSharingHider.exe


评论