Thursday 2 November 2017

windows 7 - Where are the Vista/Win7 Volume Mixer settings stored?


Vista/Win7 appear to persist the sound level settings per application. I'd like to have a look at that list.


The reason? According to a Microsoft blog, the settings are stored against the PID of the application, and I'd really like to find out what that PID is. I'm having trouble isolating which process is 'registering' itself with the Volume Mixer.



Answer



Windows 7 does persist the audio settings for applications in the registry:


HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore

There are lots of sub-keys with numeric names. The settings are indexed by full application path so search for the name of your application in there.


I needed to find this because my Media Player Classic suddenly stopped producing any sound, and in a way which I figured couldn't be caused by a mis-configuration on my side. Finding a key containing mplayerc.exe and deleting it fixed the problem.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...