diff --git a/scripts/disable-new-volume-control.ps1 b/scripts/disable-new-volume-control.ps1 new file mode 100644 index 0000000..80ddc88 --- /dev/null +++ b/scripts/disable-new-volume-control.ps1 @@ -0,0 +1,10 @@ +# Description: +# This script restores the old volume slider. + +Import-Module -DisableNameChecking $PSScriptRoot\..\lib\reg-helper.psm1 + +echo "Restoring old volume slider" +Import-Registry(@" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC] +"EnableMtcUvc"=dword:00000000 +"@)