I’m collecting information about running processes (like CPU- and RAM usage). Now I want to get the version number of a process via its PID or process name. How can I do this?
I’m collecting information about running processes (like CPU- and RAM usage). Now I want
Share
The version number suppose you determine the exe and its path behind the PID (in order to call
FileGetVersion()with it).This thread discuss how to do that, and propose the following script: