Q. How can I cause new user profiles to be silent instead of using the Windows Sound Scheme?

Jerold Schulman

November 15, 2006

1 Min Read
ITPro Today logo

When a new user profile is created, it defaults to the Windows Sound Scheme.

In a business environment, it may be beneficial to configure some computers to default to be silent.

Using REG.EXE, built into Windows XP, Windows Server 2003, and later operating systems, or installed from the Windows 2000 Support Tools, the following command will cause new user profiles on a computer to use the 'No Sounds' sound scheme:

REG ADD HKU.DEFAULTAppEventsSchemes /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