While we're on the topic and we're in the registry thread here are my examples of setting the sounds and my initflashfiles.txt in an oem. Just for fun!
Code:
REGEDIT 4
;Custom ringer/sound selections
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D659-239C-47a7-9304-0D347F580408}]
;"Default"="ActiveSynce: Begin Sync"
"wave"="\\Windows\\sfs-Device connected to active-sync!.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D658-239C-47a7-9304-0D347F580408}]
;"Default"="ActiveSynce: End Sync"
"wave"="\\Windows\\sfs-Device disconnected from active-sync!.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65A-239C-47a7-9304-0D347F580408}]
;"Default"="Msg: New E-Mail Message"
"wave"="\\Windows\\sfs-New e mail has arrived!.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65B-239C-47a7-9304-0D347F580408}]
;"Default"="Msg: New Text Message"
"wave"="\\Windows\\txtmsgbos.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
;set ringer
"Sound"="\\my documents\\bennyhill.mp3"
Code:
;*******************************************************
;initflashes.txt created with packages generator by ervius!!!
;package: sounds_fonts
Directory("\My Documents"):-File("BennyHill.mp3","\windows\000-BennyHill.mp3")
Directory("\My Documents"):-File("broncos.tsk","\windows\000-broncos.tsk")
Directory("\My Documents"):-File("mars.tsk","\windows\000-mars.tsk")
Directory("\My Documents"):-File("Sunset.tsk","\windows\000-Sunset.tsk")
;Help files:
;end of package: sounds_fonts
;*******************************************************