Commandline in Win32_Process class
On Windows XP/2003, Commandline is new in the
Win32_Process class and it gives the full command string
for a process. However, for some processes (such as
dllhost.exe and CSRSS.exe) it shows <null>. The processes
seem to be those that the OpenProcess() call on them will
fail due to access denied if your application runs under
an account other than the System account. Is there any
way that can get around it without using the System
account?
|