Unattended upgrade

J

john wen

I have encountered a MCSE question as follows and I hope
you can provide explanation of the selected answer.


You are the administrator of the network supporting
computers running Windows NT Workstation 4.0. You are
planning to upgrade some computers to Windows 2000. YOu
create an answer file for an unattended upgrade, but when
you test the upgrade process on five computers, all user
settings are lost. Indicate which line you should change
to successfully upgrade to windows 2000 professional while
preserving user setting.

Unattend.txt :
[Data]
AutoPartition=1
MsDosInitiated = "0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=Fullunattended
NTUpgrade=No
OemSkipEula =Yes
OemPreinstall=No
TargetPath=\Winnt

[GuiUnattended]
AdminPassword=password
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional =1
TimeZone=20
OemSkipWelcome=1
 
M

Matt P.

-----Original Message-----
I have encountered a MCSE question as follows and I hope
you can provide explanation of the selected answer.


You are the administrator of the network supporting
computers running Windows NT Workstation 4.0. You are
planning to upgrade some computers to Windows 2000. YOu
create an answer file for an unattended upgrade, but when
you test the upgrade process on five computers, all user
settings are lost. Indicate which line you should change
to successfully upgrade to windows 2000 professional while
preserving user setting.

Unattend.txt :
[Data]
AutoPartition=1
MsDosInitiated = "0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=Fullunattended
NTUpgrade=No
OemSkipEula =Yes
OemPreinstall=No
TargetPath=\Winnt

[GuiUnattended]
AdminPassword=password
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional =1
TimeZone=20
OemSkipWelcome=1

Change

NTUpgrade=No

to

NTUpgrade=Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top