Hi everyone, I am trying to move an application to a second Windows Desktop. I keep reading that I need to use the IVirtualDesktopManager COM interface. However, everything I try to create the object fail and throw "unable to create object from VirtualDesktopManager": `import winim/com var VirtualDesktopManager = CreateObject("VirtualDesktopManager") or var iVirtualDesktopManager = CreateObject("IVirtualDesktopManager")` I can use CreateObject("Outlook.Application") successfully. Someone know what I am doing wrong?