Changing XP Theme during a installation

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I want to make an installation of our software for windows
xp. It is a requirement that our product uses the windows
xp CLASSIC theme. Is there a script file, or something
that I can run to change the xp theme
 
Charles said:
I want to make an installation of our software for windows
xp. It is a requirement that our product uses the windows
xp CLASSIC theme. Is there a script file, or something
that I can run to change the xp theme

Add this to your winnt.sif or unattend.txt file:

[Shell]
DefaultStartPanelOff=Yes
DefaultThemesOff=Yes

Then you will be in classic mode when the install is done.
 
Back
Top