Invisiwind icon indicating copy to clipboard operation
Invisiwind copied to clipboard

Not working on Windows 11

Open ravibpa opened this issue 3 years ago • 3 comments

I tried using this on windows 11(with all updates installed) it is hiding apps like notepad etc, but not many other apps like chrome.exe, msedge.exe --> a support for win 11 is appreciated

ravibpa avatar Jan 30 '22 19:01 ravibpa

I briefly looked into this a while back and the error code on Windows 11 is 0x8 (ERROR_NOT_ENOUGH_MEMORY). From this msdn post, this corresponds to when a window has the WS_EX_LAYERED window style. Will need to dig into this further.

radiantly avatar Jan 31 '22 06:01 radiantly

Please refer here for more analysis and report on this bug: https://docs.microsoft.com/en-us/answers/questions/700122/setwindowdisplayaffinity-on-windows-11.html

ravibpa avatar Jan 31 '22 15:01 ravibpa

@radiantly can you please help to fix this issue?

sridhard avatar Oct 18 '22 03:10 sridhard

shalzuth/WindowSharingHider This project utilises an assembler method to resolve most issues under Win11, however FireFox remains unable to be concealed.

zuoyouTU avatar Nov 02 '23 08:11 zuoyouTU

After performing a project upgrade and testing it on Windows 11, seems like everything is working fine now. I was able to successfully hide chrome.exe, firefox.exe and msedge.exe.

radiantly avatar Nov 14 '23 16:11 radiantly