in reply to Re: How to get PID of a process given its complete command line in windows
in thread How to get PID of a process given its complete command line in windows

Windows tasklist command only has the image name of the process, not its complete commandline. There can many process with same image name. Also, the Win32::Process::List module has image name not the commandline of the process.

  • Comment on Re^2: How to get PID of a process given its complete command line in windows