R
R.J.T. Plomp
Hi,
I'm building an unattended XP installation. With these three registry keys
I'm able to setup my startmenu in Classicmode and with small icons:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSimpleStartMenu"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ClassicViewState"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
"Settings"=hex:28,00,00,00,ff,ff,ff,ff,06,00,00,00,03,00,00,00,6b,00,00,00,22,\
00,00,00,00,00,00,00,8e,04,00,00,40,06,00,00,b0,04,00,00
The first forces the menu in classic mode, in fact the simple mode is not a
choice anymore in the GUI.
The second doesn't do much I think (not sure). But when I leave the first
key out, the second and third alone do nothing.
The nineth binary value in the StuckRects2 key sets the small icons mode for
the classic menu (derived that from earlier answers in this group)
What I don't like about this solution is that I'm not able to set the menu
back to simple mode anymore after applying this.
Does anyone have better solutions?
Regards,
Roland
I'm building an unattended XP installation. With these three registry keys
I'm able to setup my startmenu in Classicmode and with small icons:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSimpleStartMenu"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ClassicViewState"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
"Settings"=hex:28,00,00,00,ff,ff,ff,ff,06,00,00,00,03,00,00,00,6b,00,00,00,22,\
00,00,00,00,00,00,00,8e,04,00,00,40,06,00,00,b0,04,00,00
The first forces the menu in classic mode, in fact the simple mode is not a
choice anymore in the GUI.
The second doesn't do much I think (not sure). But when I leave the first
key out, the second and third alone do nothing.
The nineth binary value in the StuckRects2 key sets the small icons mode for
the classic menu (derived that from earlier answers in this group)
What I don't like about this solution is that I'm not able to set the menu
back to simple mode anymore after applying this.
Does anyone have better solutions?
Regards,
Roland