mirror of
https://github.com/W4RH4WK/Debloat-Windows-10.git
synced 2024-11-15 18:12:57 +00:00
add disable-new-volume-control (#4)
This commit is contained in:
parent
e9976f92db
commit
d807b8da24
10
scripts/disable-new-volume-control.ps1
Normal file
10
scripts/disable-new-volume-control.ps1
Normal 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
|
||||
"@)
|
Loading…
Reference in New Issue
Block a user