How do i change the startup/shutdown sounds for windows in c

Programming, for all ages and all languages.
Post Reply
Scarberry

How do i change the startup/shutdown sounds for windows in c

Post by Scarberry »

in c++ can someone tell me the script to use to change the startup and/or shutdown (logon/logoff as well please) sounds in windows?

thanks
Tim

Re:How do i change the startup/shutdown sounds for windows i

Post by Tim »

I think you have to go directly through the Registry, using RegSetValueEx.

See: HKEY_CURRENT_USER\AppEvents\Schemes
Post Reply