Set-ItemProperty -Path $path -Name "TaskbarSmallIcons" -Value 0 Stop-Process -Name explorer -Force For Windows 11 (unsupported, use with caution):
$path = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" Set-ItemProperty -Path $path -Name "TaskbarSmallIcons" -Value 1 Stop-Process -Name explorer -Force To revert:
Use Cases By Industry
Use Cases by Challenge
Technical Documentation
Educational Resources windows taskbar icons size
APM Integrated Experience windows taskbar icons size
Set-ItemProperty -Path $path -Name "TaskbarSmallIcons" -Value 0 Stop-Process -Name explorer -Force For Windows 11 (unsupported, use with caution):
$path = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" Set-ItemProperty -Path $path -Name "TaskbarSmallIcons" -Value 1 Stop-Process -Name explorer -Force To revert:
Gain availability and performance insights with Pingdom – a comprehensive web application performance and digital experience monitoring tool.
START YOUR FREE 30-DAY TRIAL