Windows Taskbar Icons Size May 2026

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:

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:

MONITOR YOUR WEB APPLICATION PERFORMANCE

Gain availability and performance insights with Pingdom – a comprehensive web application performance and digital experience monitoring tool.

START YOUR FREE 30-DAY TRIAL
Start monitoring for free