+12
switch to small buttons when taskbar is full
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
so the idea is to switch to small taskbar buttons when it gets full
Customer support service by UserEcho
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