Windows 10 WMI query return "unknown" status

  • Thread starter Thread starter Raf_S
  • Start date Start date
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...
 
Back
Top