Sound Mute & Volume settings - where are they stored?

  • Thread starter Thread starter TP
  • Start date Start date
T

TP

Where is the PC's sound volume and mute settings stored from session
to session?

If it's in the registry, where in the registry is it stored?

Thanks.
TP
 
TP wrote in
Where is the PC's sound volume and mute settings stored from session
to session?

If it's in the registry, where in the registry is it stored?

For the most part they're buried somewhere under
...\CCS\DeviceClasses\<dev class>\ ...
Mostly in BINARY data....

REGMON.EXE (from SysInternals) can help you locate the changes, but if
you hope to manipulate them, good luck.
 
TP wrote in
Where is the PC's sound volume and mute settings stored from session
to session?

If it's in the registry, where in the registry is it stored?

For the most part they're buried somewhere under
...\CCS\DeviceClasses\<dev class>\ ...
Mostly in BINARY data....

REGMON.EXE (from SysInternals) can help you locate the changes, but if
you hope to manipulate them, good luck.
 
Thank you very much!

tp



TP wrote in

For the most part they're buried somewhere under
...\CCS\DeviceClasses\<dev class>\ ...
Mostly in BINARY data....

REGMON.EXE (from SysInternals) can help you locate the changes, but if
you hope to manipulate them, good luck.
 
Thank you very much!

tp



TP wrote in

For the most part they're buried somewhere under
...\CCS\DeviceClasses\<dev class>\ ...
Mostly in BINARY data....

REGMON.EXE (from SysInternals) can help you locate the changes, but if
you hope to manipulate them, good luck.
 
Back
Top