Fix Volume Mixer Not Opening From The Taskbar On Windows 11 PC
Fix Can't Open Volume Mixer From Taskbar In Windows 11 PC
Step 1) End and restart explorer.exe - press Ctrl + Shift + Esc, now press Ctrl + Shift + Esc, explorer.exe
Step 2) Re-register all Windows apps
Ctrl + Shift + Esc
Powershell
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Step 3) Run SFC and DISM command
Ctrl + Shift + Esc
Sfc /ScanNow
dism /Online /Cleanup-image /RestoreHealth
Step 4) Update Windows 11
Windows + I
Step 5) Use option “Fix Problems Using Windows Update”
Windows + I
Step 5) Use Media Creation tool
https://www.microsoft.com/en-us/software-download/windows11