RamonUnch / AltSnap

Maintained continuation of Stefan Sundin's AltDrag
GNU General Public License v3.0
2.21k stars 74 forks source link

Feature Request, add mstsc.exe to the blacklist OOB #474

Closed jefflord closed 1 year ago

jefflord commented 1 year ago

Seems like a no brainer, right? Works like a charm.

If you don't Blacklist it, you can't click in the ALT+TAB UI among other things inside a full screen RD session.

RamonUnch commented 1 year ago

mstsc main window should already be blacklisted via*|TSSHELLWND. Maybe it does not work anymore on newer Windows?

RamonUnch commented 1 year ago

If you don't Blacklist it, you can't click in the ALT+TAB UI among other things inside a full screen RD session.

Indeed for this reason it needs to be put in the process blacklist...

jefflord commented 1 year ago

mstsc main window should already be blacklisted via*|TSSHELLWND. Maybe it does not work anymore on newer Windows?

Not sure. For Windows I am on Version 22H2 (0S Build 22621.2361). For mstsc.exe it's 10.0 22621.2361.

The tool on the Blacklist page has this:

PMGJL Host - pmgjlhost - Remote Desktop Connection|TscShellContainerClass

So maybe just add "*|TscShellContainerClass"?

jefflord commented 1 year ago

Great, this would have (and will for other), save a lot of confusion when working in RD after installing this on the RD client!

Thanks!