Filter with Username in Win32_Process WQL Query

254 Views Asked by At

I want to ask any way can direct filter username in win32_Process WQL Query? If use looping with use GetOwner method is use much time to wait if too many user open same exe.

currently the query is Select * from win32_Process where name = 'example.exe'

0

There are 0 best solutions below