Hi. In this query, on MacOS, it was returning the...
# windows
m
Hi. In this query, on MacOS, it was returning the active application on the screen. How can I get this information in Windows?
Copy code
select * from running_apps where is_active = 1
l
running_apps
is a Mac table so it won’t work on windows. You have to query a windows table
m
Thank you for your answer. Could you tell me, which table for understand to active one ?