tags:

views:

12

answers:

0

I'm using the WqlObjectQuery to find out information on processes. I'm making calls such as this:

Select ExecutablePath from Win32_Process where ProcessID = {0}

Will this also work in 64 bit versions of windows and for 64 bit applications? Or do I need to modify my query to handle 64 bit apps?