Windows Installation & Upgrade Methods

Key Takeaways

  • A clean install wipes the drive and is required for 32-bit to 64-bit migration or a severely compromised OS; an in-place upgrade keeps files, apps, and settings.
  • Reset This PC offers 'Keep my files' or 'Remove everything' and can pull a fresh copy from a local image or a cloud download; it is the go-to recovery for a malfunctioning but healthy-hardware PC.
  • Installation media can be a USB drive (most common, via the Media Creation Tool), DVD, network PXE/WDS, or an existing Windows session; UEFI/GPT is needed for drives over 2.2 TB and for Windows 11.
  • NTFS is required for the Windows system drive; FAT32 caps files at 4 GB, while exFAT removes that limit for cross-platform USB and SD media.
  • Post-install order matters: install chipset and device drivers, run Windows Update fully, confirm activation and antivirus, then create standard accounts and a recovery drive.
Last updated: June 2026

Installation Types

Choosing the right install method is a core 220-1202 skill. Each preserves a different amount of the existing system.

TypeWhat it doesUse when
Clean installWipes the drive, fresh OSCorrupted OS, new disk, 32 to 64-bit, malware-riddled system
In-place upgradeKeeps files, apps, settingsWin 10 to 11; same-edition version bump
Reset This PCReinstalls Windows; keep or remove filesPC misbehaves but hardware is fine
Image-basedDeploys a captured .wim imageRolling out many identical PCs
Network (PXE / WDS)Boots and installs from a serverEnterprise mass deployment
Repair installReinstalls over the topFix system files, keep everything

Reset This PC (Settings > System > Recovery) gives a Keep my files option that removes apps and settings but spares personal data, or Remove everything for a full wipe; either can rebuild from a local image or a cloud download of the latest build.

Boot Media & Clean Install Steps

The most common modern media is a bootable USB built with Microsoft's Media Creation Tool. Enterprises use PXE boot with Windows Deployment Services (WDS) to install over the network to many machines at once.

  1. Verify requirements — CPU, RAM, storage, and TPM 2.0 / Secure Boot for Windows 11.
  2. Back up all data to an external or cloud target.
  3. Create media with the Media Creation Tool.
  4. Set UEFI boot order to USB first; enable UEFI (for GPT) and Secure Boot.
  5. Boot from USB (boot-menu key varies: F12, F2, Esc, Del).
  6. Choose Custom: Install Windows only (advanced) for a clean install.
  7. Partition the disk (or let Windows auto-create the layout below).
  8. Configure account, then install drivers and updates.

Default GPT/UEFI partition layout

PartitionPurposeSize
EFI System Partition (ESP)UEFI boot files100-260 MB
Microsoft Reserved (MSR)Windows internal use16 MB
Windows (C:)OS and programsRemainder
RecoveryWindows Recovery Environment500-1000 MB

File Systems

Picking a file system is a tested decision, especially the NTFS-vs-FAT32-vs-exFAT triangle.

File systemMax fileMax volumeNotes
NTFS16 TB+256 TBPermissions, EFS encryption, compression, journaling; required for the Windows system drive
FAT324 GB2 TBUniversal compatibility; the 4 GB file cap is its key weakness
exFAT16 EB128 PBNo 4 GB cap; best for large-file USB/SD media across OSes
ext416 TB1 EBLinux native, journaling
APFS8 EB8 EBmacOS default, encryption + snapshots

Decision rule: Windows OS drive = NTFS. A USB stick that must hold a single 8 GB video file and work on Windows, macOS, and a TV = exFAT (FAT32 would reject the file at the 4 GB limit).

Post-Installation Checklist

After the OS is up, work this list in order so each step builds on the last.

StepAction
1. DriversChipset first, then GPU, network, audio, peripherals (from the vendor)
2. Windows UpdateRun repeatedly until no updates remain
3. AntivirusConfirm Microsoft Defender is active or install a third-party suite
4. ActivationVerify in Settings > System > Activation
5. AccountsCreate standard (non-admin) user accounts
6. RecoveryBuild a USB recovery drive and enable System Restore
7. BackupConfigure File History or cloud sync

Doing drivers before updates avoids generic-driver conflicts, and creating standard rather than administrator accounts reduces the blast radius of malware.

Picking the Right Method in a Scenario

The exam frames deployment as a judgment call between preserving and wiping data. When a PC is infected with malware that keeps returning, an in-place upgrade or repair install leaves the infection in place; the defensible answer is a clean install after backing up only verified-clean user data. When the OS is misbehaving but the hardware is sound and you want to keep the user's files, Reset This PC > Keep my files is faster than a full reimage and removes apps and settings that may be the cause.

When you are moving an entire fleet to a new build, the answer is an image-based or PXE/WDS deployment, never touching each machine by hand with a USB stick. Recognizing these triggers — "persistent malware," "keep my files," "hundreds of identical machines" — is what the questions reward.

Boot-mode decisions tie back to partitioning. A drive larger than 2.2 TB or any Windows 11 install must use UEFI with a GPT disk; if a clean install of Windows reports "Windows cannot be installed to this disk; the selected disk is of the MBR partition style," the fix is to switch the firmware to UEFI (or convert the disk to GPT with diskpart's clean then convert gpt). Legacy BIOS with MBR is only appropriate for old hardware or drives under 2.2 TB.

Product activation and drivers round out the post-install scenarios. A freshly imaged machine that shows generic 800x600 video and no network usually just needs its chipset and device drivers from the vendor, installed before a final Windows Update pass so Update does not push a conflicting generic driver. A machine that installs but later nags "Activate Windows" needs its license confirmed — a digital license tied to the Microsoft account or a valid product key — not a reinstall.

Backup before you wipe: Every clean install, reset-and-remove, or repartition step in this domain assumes a current backup exists first. The exam treats failing to back up user data before a destructive operation as the cardinal sin; the safe sequence is always verify backup, then deploy. Finishing with a USB recovery drive and an enabled System Restore point gives the user a recovery path the next time something breaks.

Test Your Knowledge

A user running 32-bit Windows 10 wants to move to 64-bit Windows 11. What installation method is required?

A
B
C
D
Test Your Knowledge

A technician must format a USB drive to hold a single 8 GB disk image and have it work on Windows, macOS, and a smart TV. Which file system is best?

A
B
C
D
Test Your Knowledge

Which file system is REQUIRED for the Windows operating-system drive?

A
B
C
D
Test Your Knowledge

An enterprise needs to install the same Windows image on 200 identical new laptops over the network with no USB media. Which method fits best?

A
B
C
D