ah, for Windows, this might work: ``` osquery> ...
# core
m
ah, for Windows, this might work:
Copy code
osquery> select name,display_name,status from services where name="bthserv";
+---------+---------------------------+---------+
| name    | display_name              | status  |
+---------+---------------------------+---------+
| bthserv | Bluetooth Support Service | STOPPED |
+---------+---------------------------+---------+
👍 1