12-19-2019 11:56 AM
12-19-2019 02:29 PM
Probably learn how to translate .NET code into LabVIEW.
12-19-2019 02:33 PM
What information in particular are you looking for?
You can run a System Exec command with the command "cmd /c tasklist" to get a string containing the running processes.
12-19-2019 04:33 PM
12-19-2019 06:02 PM
In case you couldn't get what you want from the cmd tasklist or similar powershell Get-Process calls. If you are looking for something that tracks cpu usage you could take a look at this .net example and adjust it to fit your needs.