问题:
You are the network administrator and need to install Windows 2000 Professional on 35 computers. You need to install the recovery console the installations.
You create a distribution folder on a server and copy Windows 2000 Professional Support folder to the distribution folder. You create a network boot floppy to install W2k Pro from the distribution folder. You need to make a batch file, which the network boot floppy will use to start the installation.
Which command would you include in the batch file: ()
A . Winnt32 /cmd: z:\i386\winnt \a
B . Winnt32 /cmd: z:\support\tools\setup.exe
C . Winnt /e: z:\i386\winnt32 /cmdcons
D . Winnt /e: z:\support\tools\setup.exe
You are the network administrator and need to install Windows 2000 Professional on 35 computers. You need to install the recovery console the installations.
You create a distribution folder on a server and copy Windows 2000 Professional Support folder to the distribution folder. You create a network boot floppy to install W2k Pro from the distribution folder. You need to make a batch file, which the network boot floppy will use to start the installation.
Which command would you include in the batch file: ()
● 参考解析
You should use the command winnt /e:z:\i386\winnt32 /cmdcons where /e is used to Specify a command to be executed at the end of GUI-mode Setup and /cmdcons parameter adds to the operating system selection screen a Recovery Console option for repairing a failed installation. WINNT32 sets up or upgrades Windows 2000 Server or Windows 2000 Professional. You can run the winnt32 command at a Windows 95, Windows 98, or Windows NT command prompt but not from the network boot floppy. Choice Winnt /e:z:\support\tools\setup.exe command can be used to install the windows 2000 professional support tools not the recovery console.