StayTalentReady

Windows Installation and Configuration

Week of 2026-11-24 · Download .docx

Objectives

Key terms

Windows Home
Basic edition — local workgroup only; no BitLocker, no domain join, no gpedit.msc.
Windows Pro
Adds BitLocker, Remote Desktop host, Group Policy, and AD domain join.
Windows S Mode
Restricts app installation to Microsoft Store only.
BitLocker
Full disk encryption built into Windows Pro/Enterprise; uses TPM to seal the key.
TPM 2.0
Trusted Platform Module — hardware cryptoprocessor required for Windows 11 and BitLocker.
Clean install
Installing Windows fresh, erasing all existing data on the partition.
In-place upgrade
Upgrading Windows while keeping files, applications, and most settings.
Unattended install
Automated installation using an answer file (autounattend.xml).
GPT
GUID Partition Table — required for UEFI boot and drives over 2 TB.
MBR
Master Boot Record — legacy partitioning limited to 2 TB and 4 primary partitions.
Quick Format
Clears file table only; does not scan bad sectors; much faster than Full Format.
Group Policy
gpedit.msc — system configuration and security policy tool for Pro/Enterprise only.

The concept

WINDOWS EDITIONS

Windows comes in several editions with meaningful feature differences. Home is the most common consumer edition but lacks BitLocker full-disk encryption, the Group Policy Editor (gpedit.msc), Remote Desktop host capability, and Active Directory domain join. Pro adds all these features for business users. Enterprise adds advanced management features and volume licensing. S Mode (available on Home and Pro) restricts app installations to the Microsoft Store only and cannot run traditional Win32 .exe installers.

INSTALLATION METHODS

A clean install erases the target partition and installs a fresh Windows image — the most thorough approach for new systems or heavily corrupted installations. An in-place upgrade runs the Windows Setup process while the current OS is active, migrating files, applications, and settings to the new version. An unattended installation uses an XML answer file (autounattend.xml) placed on the installation media that automates every setup prompt — product key, partition selection, regional settings, and user account creation — without human interaction.

PARTITION SCHEMES

MBR (Master Boot Record) supports up to four primary partitions and a maximum drive size of 2 TB. It works with legacy BIOS. GPT (GUID Partition Table) supports up to 128 primary partitions, drives larger than 2 TB, and is required for UEFI boot. All modern systems use UEFI and GPT. When formatting, Quick Format only writes a fresh file system structure (clears the file table) without scanning sectors — suitable when the drive is known good. Full Format additionally performs a sector scan.

WINDOWS 11 REQUIREMENTS

Windows 11 requires a 64-bit CPU with UEFI, Secure Boot, and TPM 2.0. TPM 2.0 stores cryptographic keys for BitLocker and Windows Hello biometric authentication.

Worked examples

Example 1: A user wants to enable BitLocker on their new laptop running Windows Home. Analysis: BitLocker is not available on Windows Home — only a limited Device Encryption exists on qualifying hardware. Resolution: upgrade the Windows license to Pro through Settings → System → Activation, then configure BitLocker in Control Panel.
Example 2: An IT team needs to deploy Windows 11 Pro to 50 new laptops without operator interaction. Solution: create an autounattend.xml answer file specifying product key, disk partitioning (GPT + UEFI), language, timezone, and a local admin account. Place the file on a bootable USB. Boot each laptop from the USB and setup completes automatically.

Common mistakes

Self-check

Try each question before reading the answer. Answers at the bottom of this page.

1. BitLocker is available on:

  1. Windows Pro, Enterprise, and Education — NOT Home
  2. All Windows 11 editions
  3. Windows Home with feature update
  4. Any edition with an SSD

2. Which partition scheme is required for UEFI boot and drives over 2 TB?

  1. GPT
  2. MBR
  3. APM
  4. Extended partition

3. An in-place upgrade:

  1. Preserves files, apps, and most settings
  2. Erases everything and installs fresh
  3. Installs alongside existing OS
  4. Requires a new product key

4. Windows S Mode restricts app installation to:

  1. Microsoft Store only
  2. Apps under 100 MB
  3. Apps with digital signatures
  4. Apps written in .NET

5. Windows Home can join:

  1. A local workgroup only
  2. Any domain with admin credentials
  3. A domain with a registry edit
  4. A domain if running in Hyper-V

Self-check answers

  1. 1. A — BitLocker requires Pro or higher; Windows Home only has limited Device Encryption.
  2. 2. A — GPT supports UEFI boot and drives larger than 2 TB; MBR is limited to 2 TB and legacy BIOS.
  3. 3. A — In-place upgrade runs Windows Setup while the OS is active, migrating files and apps.
  4. 4. A — S Mode only allows apps distributed through the Microsoft Store.
  5. 5. A — Domain join requires Windows Pro or higher; Home is limited to local workgroups.

Canvas is the official record. This companion enhances the PGCC curriculum; it does not replace it. Last name and class year only. Students with a 504 plan or IEP: your accommodations apply.

↑ Back to top