Alex Hirsch
9 years ago
1 changed files with 2 additions and 6 deletions
@ -1,10 +1,6 @@ |
|||||
# Description: |
# Description: |
||||
# This script restores the old volume slider. |
# This script restores the old volume slider. |
||||
|
|
||||
Import-Module -DisableNameChecking $PSScriptRoot\..\lib\reg-helper.psm1 |
|
||||
|
|
||||
echo "Restoring old volume slider" |
echo "Restoring old volume slider" |
||||
Import-Registry(@" |
mkdir -Force "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" |
||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC] |
sp "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" "EnableMtcUvc" 0 |
||||
"EnableMtcUvc"=dword:00000000 |
|
||||
"@) |
|
||||
|
Loading…
Reference in new issue