Configure the task grouping in the taskbar
21 February 2003 by Snakefoot | Comment » | Trackback OffA new feature in Windows XP is the ability to group several instances of the same
application as one task icon. This keeps the taskbar from getting all cluttered
when working with several applications. It also helps in the situations where Internet Explorer
is scripted by a malicious site to start a zillion instances of itself making it easy to close all down.
But if used to having 3-4 Internet Explorers or Notepads running at a time without wanting
them to be grouped together then one can get annoyed.
To disable the task grouping completely:
Related Configure the taskbar
To disable the task grouping completely:
- Right click the Start-button and select "Properties"
- Select the "Taskbar"-tab
- Untick "Group similar taskbar buttons"
One can change the behavior of the task grouping :[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Explorer \Advanced]
TaskbarGlomming = 0 (Default = 1)
More Info MS KB Q281628Group by age(oldest first) = 0
Group by size(largest first) = 1
Group when size 2 = 2
Group when size 3 = 3
Group when size n = n
[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Explorer \Advanced]
TaskbarGroupSize = 8 (Default = 0)
Related Configure the taskbar