Q. How can I change the default profile to use the No Sounds sound scheme?

Jerold Schulman

September 20, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

If you wish to set the No Sounds sound scheme into the default profile, so that all new users are silent, you can use REG.EXE, built into Windows XP, Windows Server 2003, and later operating systems, or installed from the Windows 2000 Support Tools, and include the following command in a startup script, or other batch file:

REG ADD HKU.DEFAULTAppEventsSchemes /VE /T REG_SZ /F /D ".NONE"

NOTE: To change current users, you can include the following in a logon script:

REG ADD HKCUAppEventsSchemes /VE /T REG_SZ /F /D ".NONE"


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like