Installation Types and Methods
Clean installation: completely fresh Windows install — erases existing OS and data. Required when: major OS upgrade (Windows 10 → 11 on problematic system), malware removal, replacing a failing drive, deploying a new PC. Steps: create bootable USB with Windows Media Creation Tool, boot from USB (change boot order in BIOS), select language/time/keyboard, enter product key (or skip — activate later), select 'Custom: Install Windows only (advanced)', partition the drive, wait for installation to complete.
In-place upgrade: upgrades Windows version while keeping installed applications and user data. Available: Windows 10 → Windows 11 (if hardware compatible). Run setup.exe from Windows installation media and select 'Upgrade this PC now.' Less disruptive than clean install. Can resolve some OS issues while preserving data. Risks: can fail if the current installation is corrupted. Recommended: back up first.
Unattended installation: automated, hands-free installation using an answer file (unattend.xml) that provides all installation parameters without user input — used for deploying many PCs simultaneously. Tools: Windows SIM (System Image Manager), MDT (Microsoft Deployment Toolkit), SCCM/MEM (Microsoft Endpoint Manager). The answer file specifies: product key, locale, username, disk configuration, post-install scripts.
Image deployment: capture a 'golden image' (configured reference installation) with Sysprep (removes machine-specific info like SID, computer name) and deploy it to multiple PCs using WDS (Windows Deployment Services), MDT, or third-party imaging tools (Acronis, Clonezilla). Much faster than individual installations — most enterprise deployments use imaging.
Repair installation / Windows Recovery: Windows installer offers 'Repair' option that reinstalls Windows system files while preserving applications and user data. Available from: Windows installation media → Repair your computer, or from Windows Recovery Environment (WinRE). Also: 'Reset this PC' from Windows Settings — similar to repair/reinstall without installation media.
Partitioning and Post-Installation
Partitioning during installation: Windows setup automatically creates required partitions on unformatted drives: System Reserved partition (100–500 MB — contains boot files, BitLocker metadata), EFI System Partition (100 MB, FAT32 — on UEFI systems), Recovery partition (450 MB — for Windows Recovery Environment), C: partition (remaining space, NTFS — the Windows installation partition). Manual partitioning: delete all existing partitions and let setup create them, or use custom partition sizing.
Minimum requirements (Windows 11): 4 GB RAM, 64 GB storage, 64-bit CPU, UEFI with Secure Boot, TPM 2.0, internet connection for initial setup (can skip on Pro). Product key: entered during installation or at activation after install (Settings → Activation). OEM keys: embedded in UEFI firmware of branded PCs — Windows automatically activates without entering a key.
Post-installation checklist: install drivers (chipset, GPU, NIC, audio) from manufacturer. Run Windows Update (multiple rounds — cumulative updates). Install antivirus/security software. Activate Windows. Configure user accounts. Install required applications. Verify backup solution is in place.