Right click Save Link/Target As Move render box.ahk
You can try this AutoHotkey script, it will move the render box no matter where it's hiding to position 10,10 on the primary monitor.
Here's the code:
Code
#NoEnv
#SingleInstance Force

Winactivate, ahk_class TxForm

WinMove, ahk_class TxForm, ,10,10

Install www.autohotkey.com v1 then if you have Biab set to Run As Administrator
set C:\Program Files\AutoHotkey\AutoHotkey.exe to Run As Administrator by right click Properties > Compatibility.

Just double click the script to run

I did notice that when that render box is on the screen the drag n drop don't work in Explorer.

[Linked Image - Only viewable when logged in]

Last edited by musocity; 02/20/24 02:58 PM.