How to get process Commandline Parameters at Windows 2000 using C#?
I'm use WMI query :select ExecutablePath,CommandLine from Win32_Process where Name='test' but windows 2000 throw this exception: system.management.managementexception : invalid query.
so I do not know how to do it work in windows 2000,please help me, Thank you!