Idea/Suggestion if possible: Restore Volume Control options somewhere #188
Replies: 5 comments 47 replies
-
LOL I did not know this function existed. |
Beta Was this translation helpful? Give feedback.
-
OK found it in Windows 7's sndvolsso.dll.mui. Menuitem "&Volume control options", 40009. In Windows 10/11, it doesn't exist. But the one to replace is: MENUITEM "&Troubleshoot sound problems", 40008 It's not in "String table" according to Resource Hacker but in "Menu". |
Beta Was this translation helpful? Give feedback.
-
By the way, there is the first item in the tray context menu "open sound settings" which leads to the settings app. Maybe it would be better to replace this? |
Beta Was this translation helpful? Give feedback.
-
OK I found this using Sysinternals Strings.exe. Strings C:\Windows\system32\en-US\ *.mui | findstr /i Volume > VolumeOp.txt It is in Windows 10's sndvol.exe.mui and it is in Resource: DIALOG as a caption for that dialog (which Anixx suggested we use). Earlier one I found was only in Windows 7's sndvolsso.dll.mui as a MenuItem. In C:\Windows\system32\en-US\sndvol.exe.mui Dialog 203: 1033 CAPTION "Volume Control Options" Is that useful? |
Beta Was this translation helpful? Give feedback.
-
This old registry tweak still worked for me: reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" /f /v EnableMtcUvc /t REG_DWORD /d 0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Windows 7, SndVol.exe added a -P switch which opened Volume Control options so we could change volume of multiple audio outputs from a single flyout.
This was also in the right click menu of the Volume icon on the Taskbar but was removed in Windows 10 for no reason. Is there some way to restore it?
The -P switch itself still works in Windows 10 and 11. Just the menu item was silently removed by Microsoft.
Beta Was this translation helpful? Give feedback.
All reactions