Jump to content
Форумы SkyCentre Прыжки с парашютом

Windows Taskbar Icons Size ((hot)) May 2026

$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): windows taskbar icons size

×
×
  • Create New...