I am writing a small python script that will capture information from the Windows virtual machines that I run.
Currently, I can list the processes on a 32-bit XP machine in the following way:
http://code.activestate.com/recipes/305279/
Is it possible to somehow determine the version of Windows and release another method to get processes on a 64-bit machine, I'm trying to get processes with 64-bit Vista and 64-bit Windows 7.
Any ideas?
source
share