Actually I need a script to return all of these :
PHYSICALOFFSETX (112)
PHYSICALOFFSETY (113)
PHYSICALWIDTH (110)
PHYSICALHEIGHT (111)
I started with the python win32ui built into eventghost, but that failed due to a dependency I can't fix. Every installation in my building has the same problem, too. So, after installing every version I could of MS Visual C++ Redistributables with no luck, I reverted to WMI, which returns EVERYTHING but those. So I took a swing at VBS and WSH, both unfruitful. I can't use Powershell.
Can you either point out what I'm missing, or perhaps lead me onto a different route?