What I have now is WMI watcher:
ManagementEventWatcher processStartEvent =
new ManagementEventWatcher("SELECT * FROM Win32_ProcessStartTrace");
I need to filter the query by multiple process names Whats the correct syntax?
What I have now is WMI watcher:
ManagementEventWatcher processStartEvent =
new ManagementEventWatcher("SELECT * FROM Win32_ProcessStartTrace");
I need to filter the query by multiple process names Whats the correct syntax?