R
Raf_S
Guest
Hi,
In Windows 10 Microsoft introduced a concept of “Per-user services” and I am trying get information about these services.
I have following WMI query: select name,servicetype from win32_service.
Unfortunately for “Per-user services” WMI query return servicetype = UNKNOWN. It look likes a bug.
Why do I see UNKNOWN status and how do I get status for "Per-user services"?
Regards,
Rafał
More...
In Windows 10 Microsoft introduced a concept of “Per-user services” and I am trying get information about these services.
I have following WMI query: select name,servicetype from win32_service.
Unfortunately for “Per-user services” WMI query return servicetype = UNKNOWN. It look likes a bug.
Why do I see UNKNOWN status and how do I get status for "Per-user services"?
Regards,
Rafał
More...