O Windows 10 usa CompactOS , que comprime arquivos do Windows, para torná-los menores:
Compact OS Compact OS installs the operating system files as compressed files. Compact OS is supported on both UEFI-based and BIOS-based devices. Unlike WIMBoot, because the files are no longer combined into a single WIM file, Windows update can replace or remove individual files as needed to help maintain the drive footprint size over time.
Isso pode ser feito automaticamente pela configuração do Windows ou aplicando manualmente uma imagem:
DISM.EXE /Apply-Image /ImageFile:INSTALL.WIM /Index:1 /ApplyDir:C:\ /Compact:ON
ou em um Windows em execução por meio deste comando:
COMPACT.EXE /CompactOS:always