Croissound is a fun Windows utility that changes the system's sound with custom provided WAV
files. Inspired by this reddit post.
- Changes Windows system sound by modifying registry values under
HKEY_CURRENT_USER\AppEvents\Schemes
. - Simple and quick operation just provide a folder containing
WAV
files and it will automatically define them as the corresponding system sounds.
- Drop your custom
WAV
files in theCroissound
subdirectory in the executable path. - Rename the files with used system sound names.
- Run the Croissound.exe program.
Each WAV
file should be named like a system sound, here are some examples:
- DeviceConnect
- DeviceDisconnect
- WindowsLogon
Implement a restore function to revert the sound back to the default system sound.
A function shuffling the existing system sound. Resulting in using the critical battery sound for message notification for example.
The program can be extended to accept arguments for more customization (e.g., choose specific sound, directory path).
This project is licensed under the GNU General Public License v3.0.