From dcde5999e9f16ecf9a25adfa65b45ca709fb359c Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 28 Jul 2025 11:30:12 +0000 Subject: [PATCH] feat: mute windows after theme change :sparkles: --- bashscripts/wsl_theme.sh | 3 +++ 1 file changed, 3 insertions(+) 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'" +