add disable-new-volume-control (#4)

This commit is contained in:
Alex Hirsch 2015-08-13 22:52:21 +02:00
parent e9976f92db
commit d807b8da24

View File

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