-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function MoveCurrentWindowToDesktop() not working after windows 11 update #72
Comments
Yup. I discovered this problem today as well |
Encountered the same problem in win11. |
Does it get fixed with #76 ? (Just download the newest version of the script, or manually apply the changes from the fix in the link) |
Updated the latest code, but it still doesn't work, the window does not move, the following is the autohotkey execution log:
|
DIICall does not work with win11 MoveCurrentWindowToDesktop(desktopNumber) { Instead VirtualDesktopAccessor.dll by https://github.com/skottmckay/VirtualDesktopAccessor/tree/master/x64/Release |
Not for me: trying to move a windows to a desktop AutoHotkey switch to that desktop but selected windows does not move |
Just now , maybe due to the windows update,the script not work again. |
After updating windows 10 to 11 (built 22000.51) this function is no longer working. Compiling with autohotkey -v 1.1.39 unicode 64 bit. any suggestions how to make it work again?
Thank you very much!
The text was updated successfully, but these errors were encountered: