Volume adjustment logs?

0

Are volume adjustments stored anywhere on the computer? For example, if I move the volume slider from 100% to 80%, will this be logged somewhere?

Lucrezia van Necker

Posted 2015-03-23T18:02:13.527

Reputation: 11

Answers

0

No logged as such (e.g. I wouldn't expect to see an entry in the event log) but certainly retained. I would expect this to be updated in the registry somewhere.

UPDATE: I did a search. The best I found so far is:

HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences\Volume

But that isn't quite what you want as that is the media player playback volume not the system volume.

Also found:

HKEY_CURRENT_USER\Software\MPC-HC\MPC-HC\Settings\Volume

which is certainly set to the same as my system volume. But didn't change when I changed the master volume.

Note that each app that handles sound seems to retain its own volume setting too.

Julian Knight

Posted 2015-03-23T18:02:13.527

Reputation: 13 389

Do you know where I should go to get this info? I'm mostly interested in the hour. :D Also, for how long is this info retained? – Lucrezia van Necker – 2015-03-23T18:09:47.860

@LucreziavanNecker The only info retained is what the current volume levels are, so that they can be reset to that value after a reboot (etc.). There is no in-built log of volume changes (you'd have to setup a solution of some kind to monitor for changes and log them). – Ƭᴇcʜιᴇ007 – 2015-03-23T18:12:50.917

See this other SU question: Where are the Vista/Win7 Volume Mixer settings stored?

– Ƭᴇcʜιᴇ007 – 2015-03-23T18:15:42.450

@Techie007: no wonder I couldn't spot it, it is far worse than I thought! – Julian Knight – 2015-03-23T18:20:57.963

@Techie007: Not sure what "HKEY_CURRENT_USER" means? – Lucrezia van Necker – 2015-03-23T18:32:08.117

1Edit: No need. Did research! – Lucrezia van Necker – 2015-03-23T18:37:57.493

0

Even if Windows HAD a registry value of the volume, I doubt that it would store previous logs of volume settings. The Window's event viewer doesn't store them either. The only way to achieve this would be via something like making an AUTOHOTKEY script. If this is a relevant solution for you, I'll research the script to build.

Also, if you use a program like NirSoft, it will save the volume into a file which you can then make a script to extract that data into your own logging file of your choice.

Zvi Twersky

Posted 2015-03-23T18:02:13.527

Reputation: 252

It appears that volume changes by itself on startup. The slider drops to 80% - 50%. Why does this happen? It hasn't happened before! – Lucrezia van Necker – 2015-03-25T20:06:36.440

This feature is intended for VOIP communications (but works with other notification sounds, like Windows System noises) to tune out your music if someone calls you or whatever. You can alter or disable it by taking the following steps:

  1. winkey -> type "sound options" -> press enter (alternatively, right-click on the default volume icon on your taskbar, select "Sounds")
  2. Browse to "Communications" tab
  3. Select "Do Nothing"
  4. Press ok
  5. < – Zvi Twersky – 2015-03-25T20:56:11.883