Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Sound Settings

Featured Replies

Hi everybody.

Is there a way to set silently "use only default devices" on Audio properties?

I know that these are the registry keys:

[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Sound Mapper]
"Playback"="SB Live! Audio [AC00]"
"PreferredOnly"=dword:00000001
"SetupPreferredAudioDevicesCount"=dword:00000000
"Record"="SB Live! Audio [AC00]"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap]
"DeviceInterface"="\\\\?\\pci#ven_1102&dev_0002&subsys_80401102&rev_08#4&13699180&0&4048#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\\syntha"
"szPname"="SB Live! Synth A [AC00]"
"RelativeIndex"=dword:00000000
"SetupPreferredAudioDevicesCount"=dword:00000000

As you can see, the values depends on hardware.

Anybody knows a cmd command / utilty that does this job?

Or perhaps a Windows API / WMI code?

PS

I don't want an autoit script.

PS2

I want to do this on many PCs, so i can't just make a reg file for every one of them.


I just did some quick tests, and here you go...

INF:

[Version]
Signature=$Windows NT$

[DefaultInstall]
AddReg=addreg

[addreg]
HKCU,"Software\Microsoft\Multimedia\Sound Mapper","PreferredOnly",0x10001,1

REG:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Sound Mapper]
"PreferredOnly"=dword:00000001

  • Author

Just tested on a clean windows installation. No it doesn't work.

You see, on a clean windows installation,

[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Sound Mapper]

and

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap]

doesn't exists.

If i set only the "PreferredOnly" value, windows does not create the other values ("Playback", "Record" etc)

On a machine that has already checked the checkbox, your registry value works fine ("PreferredOnly"=1, enabled - "PreferredOnly"=0, disabled)

Thanks for your time.

Oh, i'm sorry about that...

I don't really know anything about this issue, so let's hope someone else can come to your rescue :)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.