0

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:

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.

Community
  • 1
  • 1
npit
  • 199
  • 3
  • 22
  • 1
    You would need the other systems on the network to publish that info in some way. – Andrei Tătar Jun 22 '15 at 10:34
  • Is there no way to register myself for the device change notifications of other systems? – npit Jun 22 '15 at 10:36
  • 1
    Only if you can run code on the other systems. So each systems would need an app that listens for "device notifications" and publish this info to your "server" or wait to be polled for that info. – Andrei Tătar Jun 22 '15 at 10:38
  • @npit, I know this old question but can you please share the code for both Console Application and Windows Service? – Pratik Gaikwad Aug 07 '19 at 22:08

0 Answers0