Originally posted by: NogginBoink
Wow.... that's a new one one me. And a challenging one, to boot!
🙂
I can think of a couple things you might be able to do.
First, use Media Player or some other .wav player to identify the file on your hard drive that's being played. Try renaming it and see if an application throws an error dialog box.
I'm not too confident that will work.
If it doesn't, grab HandleEx or FileMon from
www.sysinternals.com and use one of those tools to determine which process is accessing that file.
It's possible, however, that the .wav sound isn't actually a separate file on disk. It's possible to embed .wav sounds into a comiled binary as a resource. If this is the case, it would take a lot of detective work to find the culprit. Start by using Task Manager to get a list of all running processes, and go from there.
Good luck, and let us know what you find!
-Noggin