14
1
Windows 7 frequently plays the usb/new device connection/disconnection sound. It happens both when the computer is idle and under load. All usb device connections have been checked (though I can't rule out a bad cable yet). I thought a good way to track down the issue would be to wait for the sound and then check the log file for the latest connected/disconnected device. I just need to know which log file has this information.
Edit: I'm going to leave the answer accepted, however the issue persists. I get that sound seemingly randomly throughout the day. Anyone else have any ideas?
Related question: 2014-12-08, Logging when someone connects or removes a USB device to/from a Windows machine
– StackzOfZtuff – 2016-01-27T11:22:44.8932The file is
C:\Windows\inf\setupapi.dev.log
, but most info is in registry under:HKLM:\SYSTEM\CurrentControlSet\Enum\*
. – not2qubit – 2017-05-29T21:49:43.927