Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headphones are now silent after cmd #24

Open
Herdes30254 opened this issue Feb 1, 2024 · 2 comments
Open

Headphones are now silent after cmd #24

Herdes30254 opened this issue Feb 1, 2024 · 2 comments

Comments

@Herdes30254
Copy link

Hello, after pasting the cmd into the powershell my headphones went silent and now I can't hear anything coming from them, also the loud eq page is just a blank white space. Is there any way I can revert the changes?

@Falcosc
Copy link
Owner

Falcosc commented Feb 1, 2024

When I remove my HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\[MYDEVICEID] folder, my driver does recreate a new one with a different ID on reboot. But every driver behaves differently.

You can also just remove the keys which are documented in the README. Without them, my driver does use the default values. And if I remove the wrong thing, it falls back into recreating a fresh folder with a new ID. So quite good, but I can only tell about how my driver behaves. Every software will behave differently.

In worst case your driver doesn't handle configuration flexible at all and will blue screen. So everything is possible. So instead of deleting it would be more save to export the folder before deletion to be able to restore it in safe mode, if your driver is extremely unstable.

Please give the community feedback about what happens during your changes to put it into the known issue section

@Falcosc
Copy link
Owner

Falcosc commented Feb 2, 2024

If you have trouble finding everything, $env:temp\SoundEnhancementsTMP.reg does contain which values got set (overwritten)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants