.net ホイールで音量ミキサーのボリュームを変える(画面左右両端で作動)
https://forum.strokesplus.net/posts/m9922-Shi-Yong-SDiao-Zheng-Xi-Tong-Sheng-Yin#post9922

上のプログラムに下の2行を組み込むとホイール動作終了の2秒後に音量ミキサーのウィンドウを閉じる
sp.RunOrActivate('C:\\Windows\\System32\\SndVol.exe');
sp.CreateTimer('', 2000, -1, String.raw`sp.RunProgram('taskkill.exe', '/F /IM SndVol.exe', 'open', 'hidden', true, false, true);`);