how to change microphone settings quicker than going into settings all the time ?

The old cpl files could be passed a number to open at the correct tab.
But AFAIR you need to run them via rundll.
Yes:
rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
then you can do this from an AutoHotkey macro

But it maybe possible to go farther and find a Powershell script or similar which you can then run from AHK.
 
Back
Top Bottom