altdrag icon indicating copy to clipboard operation
altdrag copied to clipboard

Windows 11 start and other ui elements are able to be broken.

Open ro1y opened this issue 2 years ago • 2 comments

In Windows 11, I can move the start menu, action center, and notification center, and this causes them to glitch out when moved.

ro1y avatar May 24 '22 02:05 ro1y

There are some elements to add to the blacklist for Windows 11: in Processes: add StartMenuExperienceHost.exe,SearchApp.exe,osk.exe

ProcessBlacklist=Virtual PC.exe,StartMenuExperienceHost.exe,SearchApp.exe,osk.exe

for the windows blacklist I use:

Blacklist=Program Manager|Progman,*|MultitaskingViewFrame,Volume Control|Tray Volume,Volume Control|Windows.UI.Core.CoreWindow,*|TaskSwitcherWnd,*|TaskSwitcherOverlayWnd,|WorkerW,|Shell_TrayWnd,|BaseBar,|#32768,*|XamlExplorerHostIslandWindow,*|TSSHELLWND

be sure to have *|XamlExplorerHostIslandWindow on Windows 11 for the new task switcher as well.

In my fork those are the default balcklists...

RamonUnch avatar May 24 '22 10:05 RamonUnch

There are some elements to add to the blacklist for Windows 11: in Processes: add StartMenuExperienceHost.exe,SearchApp.exe,osk.exe

ProcessBlacklist=Virtual PC.exe,StartMenuExperienceHost.exe,SearchApp.exe,osk.exe

for the windows blacklist I use:

Blacklist=Program Manager|Progman,*|MultitaskingViewFrame,Volume Control|Tray Volume,Volume Control|Windows.UI.Core.CoreWindow,*|TaskSwitcherWnd,*|TaskSwitcherOverlayWnd,|WorkerW,|Shell_TrayWnd,|BaseBar,|#32768,*|XamlExplorerHostIslandWindow,*|TSSHELLWND

be sure to have *|XamlExplorerHostIslandWindow on Windows 11 for the new task switcher as well.

In my fork those are the default balcklists...

Thanks a lot :) It really helps.

WCY-dt avatar Nov 01 '22 06:11 WCY-dt