stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

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

Open ro1y opened 2 years ago

ro1y commented 2 years ago

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

RamonUnch commented 2 years ago

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...

WCY-dt commented 1 year ago

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.