From 3bad798a7ddded2689a9d4796d55e7cb3d48ddeb Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 28 Jul 2025 13:44:05 +0000 Subject: [PATCH] fix: setting sound scheme: No Sounds :bug: --- bashscripts/wsl_theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashscripts/wsl_theme.sh b/bashscripts/wsl_theme.sh index a6e948d..dfc505c 100644 --- a/bashscripts/wsl_theme.sh +++ b/bashscripts/wsl_theme.sh @@ -52,5 +52,5 @@ if [ $color_scheme = 'light' ]; then fi echo "setting Sound Schema to None" -powershell.exe -Command "Set-ItemProperty -Path HKCU:\AppEvents\Schemes -Name '(Default)' -Value 'No Sounds'" +powershell.exe -Command "Set-ItemProperty -Path HKCU:\AppEvents\Schemes -Name '(Default)' -Value '.None'"