Why use MICFix?
Built completely from the ground up for Windows with performance in mind.
Volume Lock
Enforces your desired mic volume. If a game, app, or system update tries to change it, MICFix instantly reverts the change.
0% CPU Usage
Fully event-driven architecture using Win32 and COM events. No polling loops, no timers. It literally sleeps until an event fires.
Invisible Service
Runs as a native DLL payload through Windows svchost.exe. There are no annoying .exe files lingering in your Task Manager.
Live Configuration
Edit your volume.json file to adjust the volume percentage. The service updates instantly in real-time without needing a restart.
Installation & Usage
Getting started is incredibly simple.
Download & Extract
Download the latest release zip from the button above. Extract the contents (MICFixService.dll and MICFixInstall.exe) into a single folder.
Install
Right-click on MICFixInstall.exe and select "Run as Administrator". You only need to do this once. The service will automatically start with Windows forever.
Configure
Navigate to your Documents folder and find the newly created MICFix\volume.json. Edit this file to change your desired volume level (0-100).
{
"volume": 85
}