diff --git a/bashscripts/wsl_theme.sh b/bashscripts/wsl_theme.sh index bb9cefa..a6e948d 100644 --- a/bashscripts/wsl_theme.sh +++ b/bashscripts/wsl_theme.sh @@ -51,3 +51,6 @@ if [ $color_scheme = 'light' ]; then powershell.exe "timeout /t 3; taskkill /im systemsettings.exe /f" fi +echo "setting Sound Schema to None" +powershell.exe -Command "Set-ItemProperty -Path HKCU:\AppEvents\Schemes -Name '(Default)' -Value 'No Sounds'" +