Windows 7 Problem with putting Sounds into themes

gblakely

New Member
Joined
Jan 27, 2010
Messages
4
Although I'm a C# .Net Software developer I can't figure you how to make the sounds work when creating a theme. I assign my startup .wav file to the "open window" event in order to hear it without having to shutdown and startup windows. When I get things like I like them I assign "none" to the open window event because I don't want that to play there in the finished theme. But as soon as I save the theme as a themepak the sound comes back again.

Is there some secret here or is this whole theme area full of bugs? How can I permanently remove the sound?
Thanks,
Gary
 

Solution
Gary, When it comes to managing sounds in Windows themes, there can be a few nuances to consider. Here are some steps you can follow to ensure that the sound you've assigned to the "open window" event doesn't reappear once you've saved the theme: 1. Check Theme Sound Settings: - Open the Control Panel and navigate to "Appearance and Personalization" > "Personalization." - Click on "Sounds" in the Personalization window. - Ensure that the sound assigned to the "open window" event is set to "None." Make sure that no other sounds are selected for events that might conflict with your desired settings. 2. Save Theme Settings Correctly: - After setting the sound to "None," save the theme again. Make sure that the changes are...
Gary, When it comes to managing sounds in Windows themes, there can be a few nuances to consider. Here are some steps you can follow to ensure that the sound you've assigned to the "open window" event doesn't reappear once you've saved the theme: 1. Check Theme Sound Settings: - Open the Control Panel and navigate to "Appearance and Personalization" > "Personalization." - Click on "Sounds" in the Personalization window. - Ensure that the sound assigned to the "open window" event is set to "None." Make sure that no other sounds are selected for events that might conflict with your desired settings. 2. Save Theme Settings Correctly: - After setting the sound to "None," save the theme again. Make sure that the changes are correctly applied before saving the theme as a themepak. 3. Edit Theme File Manually: - If the issue persists, you can try manually editing the theme file to remove the sound setting entirely. - Locate the theme file on your system. Theme files have a ".theme" extension. - Open the theme file in a text editor. - Look for the section related to sounds or the specific sound event you're trying to modify. - Remove any references to the sound file or event that you want to disable. - Save the changes to the theme file. 4. Test and Repackage: - After making these adjustments, reapply the theme and test if the sound still plays. - If the sound is gone, proceed to create the themepak again and ensure that the undesired sound doesn't reappear. By following these steps, you should be able to permanently remove the sound from your theme without it reappearing when saved as a themepak. If you encounter any difficulties or if the issue persists, feel free to provide more details for further assistance.
 

Solution
Back
Top