Lesson 4: Supporting Windows Flashcards
Installing the OS to a new computer or completely replacing the OS software on an old one by repartitioning and reformatting the target disk. Any existing user data or settings are deleted during the setup process.
Clean Install
Running setup from an existing version of the OS so that third-party applications, user settings, and data files are all kept and made available in the new version.
In-place upgrade
Deployment method where installation choices are saved in an answer file or script so that the setup program executes without manual intervention.
Unattended installation
Deployment method where the target disk is written with an image of the new OS.
Image deployment
Device used to start the setup program and hold source files for installing or upgrading an OS.
Boot Device
Setup connecting to a shared folder containing the installation files, which could be slipstreamed or use image deployment
Network Boot
Feature of a network adapter that allows the computer to boot by contacting a suitably configured server over the network.
Preboot eXecution Environment (PXE)
Information about partitions is stored on the disk itself in one of two types (2)
- MBR (Master Boot Record)
- GPT ([Globally Unique Identifier] Partition Table)
Sector on a mass storage device that holds information about partitions and the OS boot loader.
With this partition-style, a given physical disk can contain up to four primary partitions, any one of which can be marked as active, and therefore made bootable.
master boot record (MBR)
Modern disk partitioning system allowing large numbers of partitions and very large partition sizes.
globally unique identifier (GUID) partition table (GPT)
An OS must be installed to a partition formatted using a compatible file system. What are the compatible file systems for Windows (3) and for Linux (2)?
Windows:
- NTFS
- mac0S
- APFS
Linux:
- ext3
- ext4
OEM recovery media enabling the user to reset the system to its factory configuration.
Recovery partition
Where is a recovery partition created on?
internal fixed drive
True or False? OEM media will usually recover user data or settings or reinstall third-party applications
False
OEM (Original Equipment Manufacturer) media typically does not recover user data, settings, or reinstall third-party applications. It is designed to restore the operating system to its factory default state, which means it will reinstall the operating system itself but will not retain personal data or settings, nor will it reinstall third-party applications.
You are writing some work instructions to assist technicians with deploying new user desktops via cloning. What type of installation and boot method is this process most likely to use, and what are the boot requirements?
Cloning refers to the image deployment installation method. Network boot requires a PXE-compatible network adapter and motherboard in the computer and the boot device priority set to network/PXE. The network requires a Dynamic Host Configuration Protocol (DHCP) server plus a remote network installation server to run unattended setup and apply the image.
An image is a copy of an existing installation saved as a single file. Image deployment could use USB boot media (or even optical discs), but network boot is more likely.
You are supporting a home user with upgrading a computer from Windows 10 to Windows 11. You have run Microsoft’s PC Health Check tool, and it verifies that the computer meets the hardware requirements. Should you now proceed with the in-place upgrade?
No. You must backup user data and settings first. A backup is essential as a security precaution.
You are repurposing an old computer. You perform a clean OS install using optical media. During setup, you configured the partition manager to apply GPT style. After the file copy stage, the new installation fails to boot. What is the likely cause?
The PC is set to boot using the legacy BIOS method. This is not compatible with GPT-style partitioning. If supported by system firmware setup, switch to UEFI boot. If the firmware is BIOS only, change the boot method back to optical disc, run setup again, and choose MBR partitioning.
Minimum specifications for CPU speed, memory, and disk capacity for installing an OS or app.
System requirements
A smart card or USB form factor device that stores some cryptographic user identification data.
External hardware token
In a 64-bit Windows environment, 32-bit application files are installed to the 1._____ ___ while 64-bit applications are stored in 2. ______ ____
- Program Files (x86) folder
- Program Files
Formats for provisioning application installation files, such as via optical discs, downloads, and image files.
An app distribution method
Windows setup file extensions (2)
.EXE or .MSI
File containing the contents of an optical disc in a single file. File stored on removable media or a host system are often used to install virtual machine operating systems.
ISO file
Considerations that should be made when planning the installation or upgrade of new apps.
Potential impacts