Category: VBscript

WMI – Listing Processes

Listing Processes with Win32_Process This page is the foundation for a trilogy of Process pages. The sequence is: list, stop and finally start (restart) the process. Even if your mission is to start or stop a process, the logical place to begin is with listing the processes running on a …