i want know the command line with the parameters from another process with windows 2000
with windows xp i use:
requete = "Select * From Win32_Process WHERE CommandLine = 'example.exe param1 param2'"
Set colProcesses = objWMIService.ExecQuery(requete)
but we can't with windows 2000
how can i do
thanks
with windows xp i use:
requete = "Select * From Win32_Process WHERE CommandLine = 'example.exe param1 param2'"
Set colProcesses = objWMIService.ExecQuery(requete)
but we can't with windows 2000
how can i do
thanks