A PowerShell script to toggle the loudness equalization setting for a Windows playback device.
Full credits to @Falcosc for the original script.
- Save the
ToggleLoudness.ps1
file below somewhere, e.g. your Documents folder. - (Optional) Create a shortcut:
powershell.exe "%USERPROFILE%\Documents\ToggleLoudness.ps1" -playbackDeviceName "Luidsprekers"
- Replace the path to wherever you saved the file and
Luidsprekers
with the name of the playback device.