答案1
要实现此目的,您需要使用第三方工具移动此窗口。例如,此 AutoHotKey 脚本可能对您有帮助:
#Requires AutoHotkey v2.0
Run "ms-actioncenter:"
win := WinWaitActive("ahk_class Windows.UI.Core.CoreWindow")
mainMonitor := MonitorGetPrimary()
MonitorGetWorkArea mainMonitor, &leftPos, &topPos
WinMove leftPos, topPos, , , win
TrayTip "Moved action center to (" leftPos ", " topPos ")"
Sleep 3000
您只需执行一次此操作。
重新启动 explorer.exe 以恢复更改。
答案2
这是不可能的。这个问题早在 2017 年就在 Microsoft 支持论坛上被问过几次,每次 Microsoft 员工的回复都是这是“设计使然”,无法移动。
答案3
我使用 BarRaider 的 Windows Mover 在 Stream Deck 上设置了一个按钮,但没有意识到操作中心已获得焦点,因此将其移动到屏幕的中央和左侧(主屏幕 49 英寸宽),并将其也移动到其他显示器(辅助屏幕 27 英寸)。现在我不知道如何将其返回到右侧。