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


And the answer is:

NtUpgrade
Values: Yes | No | Manual | Single

This key determines whether a previous version of Windows
NT Workstation or Server should be upgraded or not. It
should be set in order to perform an upgrade. Yes
indicates that the detected Windows NT installation
should be upgraded. If multiple installations are
detected, the first installation found is upgraded. No
implies that the upgrade should be aborted if a Windows
NT installation is found. This is the appropriate value
when OemPreinstall = Yes. Manual implies that the user
must specify which previous installation should be
upgraded. Single indicates that the upgrade should
continue only if a single Windows NT installation is
found. If multiple installations are found, the user must
manually select which installation to upgrade.

Taken from: http://support.microsoft.com/?kbid=155197
 

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