flappysquirrel / Classic-Volume-Mixer

In Windows 11 the volume mixer was replaced by a UWP version, I preferred the old so I made this simple program to bring it back.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Classic Volume Mixer

In Windows 11 the old volume mixer was "removed" and instead a new mixer was added to the settings app.

I really don't like this due to it's HUGE size in comparison. Luckily the old exe is still available in system32, so we just need a convenient way to open it.

Thats what this is, this repo contains a super simple application which only purpose is to add a new icon in the system tray that can be used to launch the old mixer. It also comes with a few optional quality of life improvements, you can turn them on and off if you right click on the icon

Installation

To install it open a powershell window and type the command

winget install PopeenCom.ClassicVolumeMixer

Alternatively you can download it from the releases page
https://github.com/popeen/Classic-Volume-Mixer/releases

Troubleshooting

If you get smartscreen error (blue box popup) this is because the file has not been signed and is still to new. You can click on "more info" and then "run anyway" to run it, this is only needed once.

You can find a VirusTotal of the published v2.1 here https://www.virustotal.com/gui/file/31d1132de2d73ff2fc10732beafee0a84a15eb172ef3304e4d358a62e9c99729


Screenshot

About

In Windows 11 the volume mixer was replaced by a UWP version, I preferred the old so I made this simple program to bring it back.

License:MIT License


Languages

Language:C# 89.0%Language:Inno Setup 11.0%