fix: setting sound scheme: No Sounds 🐛

This commit is contained in:
DannyDannyDanny 2025-07-28 13:44:05 +00:00
parent dcde5999e9
commit 3bad798a7d

View file

@ -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'"