Get complete list of running applications on x64 bit 2008

(imported topic written by Anuj_Attree91)

Hi,

I’m not been able to get complete list of running applications on x64 bit 2008 operating system. when i use tasklist command it shows the entire list whereas if i run the command “running applications” in fixlet debugger, it only shows a smaller subset.

Any help?

Thanks,

Anuj

(imported comment written by Lee Wei)

There is a new inspector for TEM 8.0 call “process” which is the object you want.

You can read more here:

http://support.bigfix.com/fixlet/documents/Windows%20Inspectors%2081_110706.pdf

Example:

(id of it, name of it, user of it) of processes

Lee Wei

(imported comment written by Anuj_Attree91)

Hi Lee,

Thanks for your help.

I tried this one but again getting only logged on users processes instead of all users. Attached herewith snapshot of the same.

Please look into it.

Thanks,

Anuj

(imported comment written by JasonHonda)

There is a bug associated with the fixlet debugger where it ‘running applications’ does not work properly on 64-bit machines. In the mean time you can set the 8.1 fixlet debugger to evaluate using local client evaluator and that should get you what you want. Note that this is only the fixlet debugger and not the actual TEM client. They are very close, but in some cases are not exactly the same.