Windows Installation and Configuration
Week of 2026-11-24 · Download .docx
Objectives
- Compare Windows editions and their feature differences
- Explain clean install, upgrade, and unattended installation methods
- Identify GPT vs MBR requirements and Windows partition types
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
Common mistakes
- Trying to join Windows Home to an Active Directory domain — it is edition-limited; upgrade to Pro first.
- Using MBR on a 3 TB drive — MBR supports only up to 2 TB; use GPT for larger drives.
- Assuming a Quick Format securely erases data — it only clears the file table; data remains recoverable.
- Confusing in-place upgrade (keeps files/apps) with clean install (erases everything).
- Forgetting that TPM 2.0 is required for Windows 11 — BIOS TPM support must be enabled for the upgrade.
Self-check
Try each question before reading the answer. Answers at the bottom of this page.
1. BitLocker is available on:
- Windows Pro, Enterprise, and Education — NOT Home
- All Windows 11 editions
- Windows Home with feature update
- Any edition with an SSD
2. Which partition scheme is required for UEFI boot and drives over 2 TB?
- GPT
- MBR
- APM
- Extended partition
3. An in-place upgrade:
- Preserves files, apps, and most settings
- Erases everything and installs fresh
- Installs alongside existing OS
- Requires a new product key
4. Windows S Mode restricts app installation to:
- Microsoft Store only
- Apps under 100 MB
- Apps with digital signatures
- Apps written in .NET
5. Windows Home can join:
- A local workgroup only
- Any domain with admin credentials
- A domain with a registry edit
- A domain if running in Hyper-V
Self-check answers
- 1. A — BitLocker requires Pro or higher; Windows Home only has limited Device Encryption.
- 2. A — GPT supports UEFI boot and drives larger than 2 TB; MBR is limited to 2 TB and legacy BIOS.
- 3. A — In-place upgrade runs Windows Setup while the OS is active, migrating files and apps.
- 4. A — S Mode only allows apps distributed through the Microsoft Store.
- 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.