Postman has blank loading screen on Windows Server 2012

I can’t get Postman to run correctly on my development machine which is Windows Server 2012. it works on other machines just not this one, where I need to use it. The main window launches but I see minimal graphs and a loading icon that never finishes.

I’ve already tried adding an environment variable of POSTMAN_DISABLE_GPU = true to both System and later User variables and I’ve also tried executing the application with: Postman.exe --disable-gpu

What else can I try?

Edit: I am remotely connecting to the machine via RDP and running that machine with one monitor. There are no other instances of Postman already running.

Is anybody out there