xp unattended install, customizing folder display and views

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hello,
I'm trying an xp unattended install. I want to have it do several
things, set up the system for automatic logon and set up the theme for
windows classic. The autologon does not work, i still have to enter a
password, and the windows classic display issue, the desktop is utilizing
the windows classic look, however control panel and other folders are still
in the new xp mode. I've included snipets of my unattended installation file
below. Any assistance appreciated.
Thanks.
Dave.

[Data]
AutomaticUpdates = 1
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition = yes
DriverSigningPolicy = ignore
DUDisable = Yes
UnattendSwitch = Yes

[GuiUnattended]
AdminPassword=passwordHere
EncryptedAdminPassword=Yes
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[UserData]
ProductKey=KeyHere
FullName=""
OrgName=""
ComputerName=name

[Branding]
BrandIEUsingUnattended=Yes

Home_Page=http://www.google.com He...ultStartPanelOff = Yes DefaultThemesOff = Yes
 
Dave said:
Hello,
I'm trying an xp unattended install. I want to have it do several
things, set up the system for automatic logon and set up the theme
for windows classic. The autologon does not work, i still have to
enter a password, and the windows classic display issue, the
desktop is utilizing the windows classic look, however control
panel and other folders are still in the new xp mode. I've included
snipets of my unattended installation file below. Any assistance
appreciated. Thanks.
Dave.

[Data]
AutomaticUpdates = 1
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition = yes
DriverSigningPolicy = ignore
DUDisable = Yes
UnattendSwitch = Yes

[GuiUnattended]
AdminPassword=passwordHere
EncryptedAdminPassword=Yes
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[UserData]
ProductKey=KeyHere
FullName=""
OrgName=""
ComputerName=name

[Branding]
BrandIEUsingUnattended=Yes

Home_Page=http://www.google.com He... the instructions there, look in their forums...
 
Back
Top