Alex Hirsch
9 years ago
4 changed files with 69 additions and 78 deletions
@ -1,6 +0,0 @@ |
|||||
# Description: |
|
||||
# This script restores the old volume slider. |
|
||||
|
|
||||
echo "Restoring old volume slider" |
|
||||
mkdir -Force "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" |
|
||||
sp "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" "EnableMtcUvc" 0 |
|
@ -1,11 +0,0 @@ |
|||||
# Description: |
|
||||
# This script disables the new lock screen and login screen background |
|
||||
# image. |
|
||||
|
|
||||
echo "Disabling login screen background image" |
|
||||
mkdir -Force "HKLM:\Software\Policies\Microsoft\Windows\System" |
|
||||
sp "HKLM:\Software\Policies\Microsoft\Windows\System" "DisableLogonBackgroundImage" 1 |
|
||||
|
|
||||
echo "Disabling new lock screen" |
|
||||
mkdir -Force "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Personalization" |
|
||||
sp "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Personalization" "NoLockScreen" 1 |
|
@ -1,6 +0,0 @@ |
|||||
# Description: |
|
||||
# This script will do some optimization on the Windows start menu. |
|
||||
|
|
||||
echo "Disabling tile push notification" |
|
||||
mkdir -Force "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" |
|
||||
sp "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" "NoTileApplicationNotification" 1 |
|
Loading…
Reference in new issue