Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?
If you are experiencing any issues with your desktop wallpaper or taskbar buttons
please download and install the latest DisplayFusion beta version before contacting support.

User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
Hi guys,
when using Keith's Minimize Windows on Current Monitor scripted function, it works just fine, except that the window of UAD Console.exe, a monitoring app by audio company Universal Audio, refuses to do anything. It's a JUCE window, maybe that has something to do it? Could that be added to the script?
Cheers y'all!
Jan 14, 2026  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
It could be that DisplayFusion doesn't see it as a real window and is ignoring it. Is there somewhere that I can get a trial version of that application to test with here?

Thanks!
Jan 14, 2026  • #2
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
Good question. It comes with their hardware (audio interfaces) for I/O configuration, so typically nobody needs a trial.

Go to https://builds.uaudio.com/apps/uad2/UAD_11_7_1_175110.zip, see if that works.

If not, try going to https://help.uaudio.com/hc/en-us/articles/215267203-UAD-Software-Archives, do a "Ctrl+F" for "UAD 11.7.1" and click the arrow thingy next to "Windows". That should download a 3.04 GB file called "UAD_11_7_1_175110.zip".

I'm on Windows 10 Pro, 22H2 latest, by the way. My UAD Console version is 1.2.8, but you can't download that as you probably already figured out ... We're dealing with a paranoid and controlling audio company here.

Let me know if I can help in some other way if that doesn't work!

Thank you so much!
Jan 14, 2026  • #3
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
So, how's your journey into pro audio coming along, Keith? :laugh:
Jan 15, 2026  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
The software doesn't really do anything on my test system so I don't think I'll be able to test this here.

Could you send me some info for the UA Console window on your machine? Here are the steps:

  • Install one of our other apps, Window Inspector: https://www.binaryfortress.com/windowinspector (it's free)
  • Open the UA Console
  • Open Window Inspector
  • Hover over the affected window with your mouse so that the affected window's info shows in the Window Inspector window
  • Press Ctrl + Shift + F1 to freeze the timer in Window Inspector
  • Press Ctrl + Shift + F2 to save the info from Window Inspector to a file
  • Send me the file from the previous step
Thanks!
Jan 16, 2026 (modified Jan 16, 2026)  • #5
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
Got it,seems like one really has to have the hardware to run the software.
File attached! Thanks!
• Attachment [protected]: UAD Console - UAD Console_ F__OneDrive_Dokumente_! Program Documents_Universal Audio_Sessions_Fresh Install (Jan. 16, 2026 @ 22_33).html [112,484 bytes]
Jan 16, 2026  • #6
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks! DisplayFusion sees it as a normal window, so it shouldn't be ignoring it then. If you hover that window's taskbar button, then right-click the window preview and choose Minimize from the context menu, does it minimize?
Jan 20, 2026  • #7
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
The right-click menu's options like "minimize" are grayed out. Right-clicking the window's title bar doesn't even bring up that menu, as it usually does on other windows. Note it has "its own" min., max., close buttons there. It's like they developed it for another OS and half-heartedly ported it or something. I'm getting the feeling I'm unjustly asking you to clean up their mess. I just assumed you'd shoot me a couple lines I could add to your script and call it a day, sorry.
• Attachment [protected]: Right-Click Menu on taskbar preview.png [4,120 bytes]
• Attachment [protected]: UAD Console.png [440,766 bytes]
Jan 20, 2026 (modified Jan 20, 2026)  • #8
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries at all! That would explain why the script can't minimize it. They've specified in the app code that it should have minimize disabled, so when we send the call to the window to minimize, it just gets ignored. Sounds like they must just hide the window when you click their custom minimize button.

Unfortunately there isn't really anything we can do there, sorry!
Jan 21, 2026  • #9
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
No worries, I'll hack something together with AHK then.Thanks! DisplayFusion is awesome!
Jan 22, 2026  • #10
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
Wait, but it does respond to Triggers -> Minimize Window though
Jan 22, 2026  • #11
User Image
TooManyWindowsMakeJackADullBoy
8 discussion posts
With the attached AHKv2 script, I can minimize UAD Console with the same hotkey I use for your script, Keith. It didn't minimize when I only told AHK the ahk_exe name, but once I added the window title, it worked.

Also, I noticed the web browser Vivaldi didn't respond to your script, too. That one works with AHK too. I've attached its Window Inspector file, in case you wanna take a look.

Is your script Thomas Malloch's Minimize/Restore Windows on Current Monitor with the restore function taken out or is it written differently?

Originally, I was looking for Win+D functionality, but only on the current monitor, but I overlooked Thomas' script and thought yours was my best bet. His added restore functionality would practically give me what I was after to begin with, but I thought I'd ask, to save myself more trouble. I also can't judge if it's maybe too old, being from 2015 ... Thanks!
• Attachment [protected]: Minimize UAD Console.ahk [308 bytes]
• Attachment [protected]: Vivaldi (Jan. 22, 2026 @ 18_42).html [112,015 bytes]
Jan 22, 2026  • #12
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Mine's totally separate from Thomas', but I just had a look at his and it should work fine! I found the issue in my script as well. If you remove or comment out line 28:

(BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX, window).Equals(false)) ||


that should fix the issue with your windows not minimizing. That's a check for the window having a standard minimize box, I totally overlooked that the first time :)
Jan 23, 2026 (modified Jan 23, 2026)  • #13
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)