Closing an IE instance created by WScript.CreateObject
问题 I'm looking for a way to retrieve the process ID from an object that was created by running: Set ie = WScript.CreateObject("InternetExplorer.Application", "ie_") My problem is that sometimes I see that the iexplorer process remains open and isn't closed after running: ie.stop ie.Quit I found some workarounds, like looking for the newest iexplorer process or looking at the process name, but this isn't good for me since I have several Internet Explorer instances opened in parallel by different