This registry setting does not work as stated in this article which describes (for build 22000.1):
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSi" =REG_DWORD:*
; default is undefined, the article says it should be 0 for small, or 2 for large, 1 being like the default, but this does not work for me).
However the following works (sometimes) in my build 22000.51
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSmallIcons" =REG_DWORD:*
; default value is already set as 0, changing it to 1 enables smaller icons
Who's right ??? Why are there two variables for what seems to be for the same goal (or different tests of layouts depending on flights?)
@VerdyP,
This worked fine for me on 5 machines at 22000.51:
TaskbarSi
0 = Small
1 = Medium
2 = Large
Takes effect after signing off/on or Restart.
