altdrag
altdrag copied to clipboard
Windows 11 start and other ui elements are able to be broken.
In Windows 11, I can move the start menu, action center, and notification center, and this causes them to glitch out when moved.
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...
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.