New
#10
Thanks for pointing that out, entropy1963.
In addition to exporting the key mentioned above in my previous post, you should also export the following key:
HKEY_CURRENT_USER\AppEvents\Schemes\Names
Alternatively, simply export the full key: HKEY_CURRENT_USER\AppEvents\Schemes to get it all in one file.
If you want a specific theme, then you can use the information in my earlier post https://www.sevenforums.com/1005759-post5.html and save the data for that specific theme. You would then also need to export the following key:
HKEY_CURRENT_USER\AppEvents\Schemes\Names\<SoundSchemeName>
Where <SoundSchemeName> is again the name of the scheme.
Here are a couple of other keys that you should also save the data for.
Where XX is a numerical value dependant on the scheme. For example, the scheme No Sounds is represented by 01. If it is an existing scheme, you will need to check the registry for the value of XX. For schemes that you create yourself, XX can take a value from 23 - 99, although you should generally start with the next available which will initially be 23.Code:Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Local Settings\MuiCache\290\52C64B7E] "@mmres.dll,-8XX"="<SoundSchemeName>" [HKEY_CURRENT_USER\Software\Classes\Local Settings\MuiCache\290\52C64B7E] "@mmres.dll,-8XX"="<SoundSchemeName>"
Last edited by Dwarf; 12 Oct 2010 at 09:04.