I wrote a small software to detect USB-Insertions on my PC. First as an Console-Application then as a Windows-Service. Using these links:
- detecting usb-device insertion and removal in c#
- Detecting Hardware Insertion and/or Removal
- Detecting USB drive insertion and removal using windows service and c#
Both works well. So far so good. BUT:
Now I want to write the Application to detect USB-Inserts on other Systems in the network. I couldn't find anything using google so I hope you have an idea how I could get for example DeviceChange Logs from other systems.