+12

switch to small buttons when taskbar is full

Anonymous 9 years ago updated 9 years ago 1
i like large taskbar buttons but app switching is comlicated when many apps running because of scroll behaviour
so the idea is to switch to small taskbar buttons when it gets full
Image 60
Here is how to programatically switch in powershell:

Get the Refresh-Explorer() definition from https://github.com/eavonius/powerdelivery/blob/master/PowerDeliveryClient/chocolateyUninstall.ps1

Set-ItemProperty -Path HKCU:\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name TaskbarSmallIcons -Value $true/$false
Refresh-Explorer