You need to install Windows 2000 Professional on 35 new computers on the company LAN.First, you create a distribution folder on the network server. Then you create a network boot disk to install Windows 2000 Professional from the distribution folder.Now y

题目

You need to install Windows 2000 Professional on 35 new computers on the company LAN.

First, you create a distribution folder on the network server. Then you create a network boot disk to install Windows 2000 Professional from the distribution folder.

Now you need to create a batch file, which the network boot disk will execute to start the installation. You must specify a source path and temporary drive for the installation files.

You also need to install the accessibility options within the batch file. The batch file must execute a hardware-specific application to run after the GUI-mode Setup has completed.

Which command must you specify in the batch file?

A.Z:\i386\winnt /s:z:\i386 /t:d: /a /e:z:\hardware\setup.exe

B.Z:\i386\winnt /s:z:\i386 /rwinnt.tmp /a /e:z:\hardware\setup.exe

C.Z:\i386\winnt32 /s:z:\i386 /tempdrive:d /cmd:z\hardware\setup.exe

D.Z:\i386\winnt32 /s:z:\i386 /cmdcons:z:\hardware\setup /makelocalsource


相似考题
参考答案和解析
正确答案:A
解析:Explanation:Winntmustbeusedtostarttheinstallationprocessfromabootdiskette.The/t:dswitchspecifiesthattheDdriveshouldbeusedtocontaintemporarysetupfiles;the/aswitchspecifiesaninstallationwithaccessibilityoptions;andthe/e[:command]switchspecifiesacommandtobeexecutedattheendofSetup'sGUImode.Incorrectanswers:B:Thiscommanddoesnotspecifywhatdriveshouldbeusedtocontaintemporarysetupfiles.Tospecifyatempdrivethe/tswitchmustbeused.The/rswitchspecifiesanoptionalfolderthatmustbeinstalledontheharddrive.C:Winnt32isa32-bitapplicationandcanonlybeusedfrominsideaWindowsenvironmentandnotafterstartingthecomputerbymeansofabootdiskette.AcomputercanonlybebootedintoDOSmodefromabootdisk,andDOSmodecannotuse32-bitapplications.D:Winnt32isa32-bitapplicationandcanonlybeusedfrominsideaWindowsenvironmentandnotafterstartingthecomputerbymeansofabootdiskette.AcomputercanonlybebootedintoDOSmodefromabootdisk,andDOSmodecannotuse32-bitapplications.