Hi all How to make windows 11 clean installation with C drive ReFS partition I want enable this feature on my bootable iso How can I do it
The only windows os that is capable of this by default is Server 29531. Not sure if it's possible with client versions
Here's what I pulled from Google Boot from USB: Insert the bootable Windows 11 USB, restart your PC, and boot from the USB in UEFI mode. Initial Setup: Proceed through the Windows Setup until you reach the disk selection screen ("Where do you want to install Windows?"). Launch Command Prompt: Press Shift + F10 to open the Command Prompt. Format Partition to ReFS: Use diskpart to identify and format the target partition. Type diskpart Type list disk Type select disk X (replace X with your target disk) Type clean Type convert gpt Type create partition primary Type format fs=refs quick Type exit and then exit again to close the Command Prompt. Continue Installation: Proceed with the Windows 11 installation, selecting the freshly formatted ReFS partition.