Popups opening on random desktop screen, not where cursor is


d4005

Well-known member
Member
Local time
6:30 AM
Posts
115
OS
Win11 Pro 25H2
If I for example right-click (or shift-delete) on (a) file(s) for deletion in Explorer, the popup window that asks me if I I'm sure I want to delete them can open on a random other screen (I have 4 screens). Based on whether it's a white popup on a white app screen or dark on a dark, it can be so at the extremities of my peripheral vision that I don't even noticed it's opened and I'm there thinking "where's my confirmation popup?".

Is there not an option to force popup windows dialogs to always open near the cursor? It's almost a 100% guarantee that it's where I'm looking.
 
Windows Build/Version
25H2 all up to date

My Computer

System One

  • OS
    Win11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 16p G6 IAX
    CPU
    Intel Core Ultra 9 275HX
    Memory
    32GB
    Graphics Card(s)
    NVIDIA® GeForce RTX™ 5060 Laptop GPU
    Monitor(s) Displays
    3 external monitors, Samsung 43" super widescreen (providing 2x 1080p via separate inputs), 1x LG 27" 1080p
    Screen Resolution
    2560x1600 and 3x 1920x1080
    Hard Drives
    1TB SSD internal, 2x4TB SSD external
    Keyboard
    Logitech illuminated and silent thing
    Mouse
    Traditional MS Intellimouse
    Internet Speed
    256Mb down/50Mb up
    Browser
    Chrome mostly, Edge for PDF's, Brave for YouTube
    Antivirus
    MalwareBytes/Defender
    Other Info
    Also an m4 Mac Mini for work dev stuff that I operate remotely via HelpWire.
I'm not sure if you can have a dialog box pop up next to the cursor. But you can have the mouse go towards that dialoge box:


But I did find this:
Make all Dialog Boxes and Browser Popups come up where the Cursor is - DonationCoder.com
which leads to:

There's an app called: DialogMove.exe
on that forum. That link doesn't seem to work though. But there is an AutoHotkey script link there that seems to be valid.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Built
I'm not sure if you can have a dialog box pop up next to the cursor. But you can have the mouse go towards that dialoge box:

But I did find this:
Make all Dialog Boxes and Browser Popups come up where the Cursor is - DonationCoder.com
which leads to:

There's an app called: DialogMove.exe
on that forum. That link doesn't seem to work though. But there is an AutoHotkey script link there that seems to be valid.

I had a long and boring Zoom meeting since I posted the question and I knocked up my own equivalent of DialogMove with .NET C#. It doesn't use AutoHotkey. So far I've only tested it with Win + R, and that dialog appears wherever the cursor is. It basically runs in the background waiting for the EVENT_SYSTEM_DIALOGSTART event (SetWinEventHook 0x10) and makes use of GetCursorPos, GetWindowRect, and SetWindowPos. With some of the more modern Windows applications the dialog box is stuck within the window it's spawned from so it doesn't catch those, but they're not the ones I'm after anyway so that's all good.
 
Last edited:

My Computer

System One

  • OS
    Win11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 16p G6 IAX
    CPU
    Intel Core Ultra 9 275HX
    Memory
    32GB
    Graphics Card(s)
    NVIDIA® GeForce RTX™ 5060 Laptop GPU
    Monitor(s) Displays
    3 external monitors, Samsung 43" super widescreen (providing 2x 1080p via separate inputs), 1x LG 27" 1080p
    Screen Resolution
    2560x1600 and 3x 1920x1080
    Hard Drives
    1TB SSD internal, 2x4TB SSD external
    Keyboard
    Logitech illuminated and silent thing
    Mouse
    Traditional MS Intellimouse
    Internet Speed
    256Mb down/50Mb up
    Browser
    Chrome mostly, Edge for PDF's, Brave for YouTube
    Antivirus
    MalwareBytes/Defender
    Other Info
    Also an m4 Mac Mini for work dev stuff that I operate remotely via HelpWire.

Latest Support Threads

Back
Top Bottom