Advertisement
RetroRevo

sound eq disable reg wip

Aug 6th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Intended for esport event PCs as well as PC techs to prevent loudness EQ abuse in competitive play and maintain integrity
  4.  
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\*ENTER PLAYBACK DEVICE NUMBER HERE*\FxProperties]
  6. ; this hides the audio enhancement tab
  7. "{d04e05a6-594b-4fb6-a80d-01af5eed7d1d},7"="{EC1CC9CE-FAED-4822-828A-82A81A6F018F}"
  8. ; this disables and hides sound equalization if the first registry entry didnt do anything
  9. "{fc52a749-4be9-4510-896e-966ba6525980},3"=hex:00,00,00,00,00,00,00,00,00,00,\
  10. 00,00
  11.  
  12. ; there might be a better way basically doing the reverse of https://github.com/Falcosc/enable-loudness-equalisation/blob/main/EnableLoudness.ps1 but im not smart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement