ProLiant Deployment and Provisioning
1833325 Members
2847 Online
110051 Solutions
New Discussion

Classic Start Menu By default.

 
SOLVED
Go to solution
Vanessa_14
Advisor

Classic Start Menu By default.


How can you specify within the unattend.txt file to use the classic windows view rather than the regular XP look-alike view in windows 2003.

Many thanks!
8 REPLIES 8
Gopi Sekar
Honored Contributor

Re: Classic Start Menu By default.


I dont know the answer. But i believe you might get better response if you post this in to Windows forum
Never Never Never Giveup
Simon Fox
Occasional Advisor

Re: Classic Start Menu By default.

Hiya

In w23 unattend.txt there is an extra section as follows:

[Shell]
DefaultStartPanelOff=Yes
DefaultThemesOff=Yes

Simon
Vanessa_14
Advisor

Re: Classic Start Menu By default.

Thanks Simon,

But it seems only for the controlling the control pannal and the themes, but what about the classic start menu vieuw like we know from windows 2000?
Simon Fox
Occasional Advisor
Solution

Re: Classic Start Menu By default.

Hi

DefaultStartPanelOff=Yes

This is the start menu with the quick launch bar referred as the 'Classic Start menu' works a treat for me.

Simon
Vanessa_14
Advisor

Re: Classic Start Menu By default.

Thanks simon !
Tv_3
Respected Contributor

Re: Classic Start Menu By default.

Hi Boabab,

Refer to microsoft for unattent.txt parameters:

http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/c54c1888-135b-4ab0-8f94-0bcb01256d4c.mspx

Chaos, Panic or Disaster??? Always Stay Calm, I will fix it.
Craig Jackson_3
Frequent Advisor

Re: Classic Start Menu By default.

Thanks -- that's something I had been looking for and missed in the documentation.
Jeroen_Kleen
HPE Pro

Re: Classic Start Menu By default.

See:
Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
Value Name: NoSimpleStartMenu
Data Type: REG_DWORD (DWORD Value)
Value Data: (1 = force classic menu, 0 = default)


Best REgards, Jeroen
(I am an HPE employee)