Server 2008 GPO To Use Small Taskbar Icons

7,226

Solution 1

You can find a list of settings from this Azure application. You could set the settings you want in the default profile then lock them down ( User Configuration\Administrative Templates\Start Menu and taskbar\ Prevent changes to taskbar and Start Menu Settings) but I do not see a way to specifically set the icon size.

Solution 2

The key that is changed is as follows:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ reg_dword TaskbarSmallIcons

Setting this to a value of 0x1 will force the taskbar icons to be small.

You can set this value via a GPO by navigating to the Preferences for Registry (Policy root\User Configuration\Preferences\Windows Settings\Registry) and creating a new value.

Share:
7,226

Related videos on Youtube

The Woo
Author by

The Woo

I'm a n00b Administrator - so I will be asking many simple questions as I go along... Thank you for your patience everyone.

Updated on September 18, 2022

Comments

  • The Woo
    The Woo over 1 year

    I'm using SBS 2011 for Group Policy on a Windows Server 2008 R2 server used as a terminal server.

    Does anyone know a way to set through Group Policy to 'Use Small Icons' in the taskbar?

  • mbrownnyc
    mbrownnyc about 12 years
    Very cool interface. I've been using the excel spreadsheet.