fix: setting sound scheme: No Sounds 🐛
This commit is contained in:
parent
dcde5999e9
commit
3bad798a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,5 +52,5 @@ if [ $color_scheme = 'light' ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "setting Sound Schema to None"
|
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'"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue