How to install Windows. 'Properly'

How to install Windows. 'Properly'

Just some Microsoft thing šŸ˜

Ā·

2 min read

Understanding the basics

  1. Legacy Boot (BIOS Mode)

    • Uses the traditional BIOS firmware interface.

    • Booting is done using the Master Boot Record (MBR).

    • Limited to 2TB maximum bootable partition size.

    • Supports only 4 primary partitions on a drive.

    • Slower boot times and lacks security features.

  2. UEFI Boot

    • A modern replacement for BIOS.

    • Uses the GUID Partition Table (GPT) instead of MBR.

    • Supports disks larger than 2 TB and 128 partitions.

    • Faster boot times, graphical interface, and mouse support.

    • Supports Secure Boot, preventing unauthorized OS modifications.


Secure Boot: Enable vs. Disable

  • Enabled: Only allows signed, trusted OS bootloaders (prevents malware/rootkits). Recommended for Windows 10/11.

  • Disabled: Allows unsigned OS bootloaders (required for Linux, Windows 7, and other non-secure boot OS installations).


Legacy ROMs: Enable vs. Disable

  • Enabled: Allows support for older boot methods and devices that rely on legacy BIOS.

  • Disabled: Forces UEFI-only boot mode, improving security and compatibility with modern OS.


PTT (Platform Trust Technology): On vs. Clear

  • PTT On: Enables Intelā€™s TPM 2.0 for security features like Windows 11 compatibility and encryption.

  • PTT Clear: Resets the TPM (use this before selling or repurposing the PC).


MBR versus GPT

USB 1 (Legacy USB)USB 2 (UEFI USB) GPT
FeatureMBR (Master Boot Record)GPT (GUID Partition Table)
Boot ModeLegacy (BIOS)UEFI
USB File FormatNTFS (recommended) or FAT32FAT32 (required)
Partitions4 primary partitions128 partitions
OS CompatibilityOlder OS (Windows 7 and below)Modern OS (Windows 8, 10, 11)
Boot SecurityNo Secure Boot supportSecure Boot support
Max Disk Size2TB9.4 ZB (Zettabytes)

How to Prepare a USB Stick for Windows Installation


A. Download the Rufus

B. Download the Windows ISO file using this trick:

  • Visit Microsoft Windows Download Page

  • Press F12 (This opens the developer options of your browser)

  • Enable mobile device emulation (On Chrome, it's phone/tablet icon in the top-left of the dev tools pane)

  • Refresh the page.

C. Then burn this ISO file to USB using Rufus. And use the above configuration from the above table as required.

That is all you should keep in mind to save your time. Enjoy!

Image Credit: CGdirector

An Article By: Pradip Timilsina (@sinapradip)

Ā