How to List Process Owners using VBScript + WMI Object? June 4, 2016 vbscript, windows scripting host No Comments With WMI Object, we can list the process names and their owners easily. The WMI Query is: Select * from Win32_Process The following VBScript (under Windows Scripting Host environment) … [Continue Reading...]