Browse Source

taskbar multi monitor settings

pull/112/head
manu 8 years ago
parent
commit
6ce5264d91
  1. 4
      scripts/optimize-user-interface.ps1

4
scripts/optimize-user-interface.ps1

@ -82,6 +82,10 @@ rm "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyCompu
echo "Default taskbar settings"
# Show taskbar labels (combine only when taskbar is full)"
sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "TaskbarGlomLevel" "1"
sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "MMTaskbarGlomLevel" "1"
# Show taskbar buttons on taskbar where window is open (multiple displays)"
sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "MMTaskbarMode" "2"
#echo "Disabling tile push notification"
#force-mkdir "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications"
#sp "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" "NoTileApplicationNotification" 1

Loading…
Cancel
Save