Partitions
Let's face it, letting Windows Setup absolutely sucks at creating Partitions. Let's take for example this Unallocated Space on a Drive and see what happens when Windows 10 1903 is installed with BIOS (MBR) and UEFI (GPT)

BIOS MBR Windows Setup Defaults
On the outside, this doesn't look too bad, just two partitions. WinRE is in System Reserved

But by Microsoft's own guidance, that's not how it should look ...


And Microsoft even provides you with the code to do it (PowerShell????)
UEFI GPT Windows Setup Defaults
With GPT Partitions, things work

But again, Windows Setup doesn't play by the rules

Last updated
Was this helpful?