How can I make one user's sound settings the default for all users?

Bonczar, Thad 1 Reputation point
2020-05-21T19:10:26.797+00:00

On a Windows 10 pc we counsel patients at a remote kiosk. The audio/video settings work as desired for one user but not for anyone else who logs in. How can I make those settings the default for all users on that pc and/or copy them to additional pcs?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,909 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jenny Feng 706 Reputation points
    2020-05-22T06:52:47.563+00:00

    Hi,

    As fa as I know, if you would like to apply default sound settings to all users, using the registry maybe useful.

    Scan the HKEY_USERS registry hive for all users (names look similar to S-1-5-19).

    The key HKEY_USERS\S-1-5-19\AppEvents\Schemes\Apps.Default contains all the definitions for the sounds of that user.

    For example, you will find the logon sound under WindowsLogon.Current, whose (Default) value is %SystemRoot%\media\Windows Logon Sound.wav.

    Change it to any other file that Windows can play (normally .wav).

    Hope above information can help you.

    0 comments No comments