So I get that Windows 8 has removed the ability to execute autorun instructions from a USB drive, so I was wondering if there was some alternative to that, where say, I could detect the drive and run something local to the computer.
I looked into setting up a task scheduler event, but I couldn't find any events that corresponded to inserting a USB drive (No new events were created in event viewer when I inserted one). Besides, that wouldn't differentiate between drives.
My end goal is to play a sound whenever the drive is inserted. Am I over thinking it?
What's my best shot at this? I'm open to coding something if that's ideal.