What do we call booting from a network ?
PXE booting (Pre executionable enviroment)
What is PXE ?
Pre executionable enviroment, booting from a network.
What is a recovery partition used for ?
If your Windows installation becomes corrupted, you can use the recovery partition to restore Windows back to its original state.
When would an image deployment be useful adn why ?
Enterprise. Many computer, so you can use an install proccess copy or image on multiple devices and automate the proccess.
What do we call the division of logical drives on a physical disk ?
Partitions
Where can you find an operating system’s boot files ?
Primary partition
What does an MBR do ?
Identifies where the operating
system’s boot files are located and boots the computer.
What supports MBR and GUID ?
MBR BIOS
GUID UEFI
Difference between MBR and GUID ?
GUID has theoretical unlimited size
Difference between quick format and full format ?
Full format is a complete wipe. Writing all zeros to the disk. Data uncrecoverable.
Quick format data is recoverable
What command is used to Fully format a disk ?
Diskpart
What must be used for partitions greater than 2TB ?
GUID partition table
What is a repair installation ?
Reinstall the operating system without losing
personal data files, application settings, or applications you’ve installed
What is the stub OS that’s used to boot a PC over a network ?
Windows Preinstallation Environment (WinPE)
Which installation type should you choose if you want a clean installation of Windows?
Custom
What is the name of the pass that detects hardware and installs drivers?
Generalize
What is the name of the pass where the operating system is configured during setup ?
Specialization
What is the name of the pass that starts the procedure of installing the operating system ?
WinPE
Which partition contains the recovery utility in the event of a problem?
WinRE partition
What is located on the system partition ?
The Kernel of the OS
Which tool is used to create an operating system image for deployment?
Windows Deployment Service (WDS)
What is the old way windows updates were labelled ?
Windows X Version YYMM
What is the new way windows updates are labelled ?
Windows X Version YY01(02)
Where 01 designates the first release usually spring and
02 designates the secons release usually Autumn.
Which command will allow you to check a volume for corruption?
Chkdsk