How to format a drive with ReFS in Windows 10
Starting with Windows 8, a new file system called ReFS is included with the operating system. In this article, readers will learn how to format any drive with ReFS in Windows 10.
ReFS file system
ReFS stands for Resilient File System. ReFS's codename is "Protogon". It improves NTFS in some aspects, while removing some features.
ReFS is for file server only. In Windows 10, in fact, it's only for server operating systems.
The Windows 10 Creators Update has an updated version of ReFS. In previous Windows 10 releases, the ReFS version was 1.2. Version Windows 10 1703 comes with ReFS version 3.2. For compatibility reasons, it is still possible to format the drive with ReFS 1.2.
How to format a drive with ReFS in Windows 10
To format a drive with ReFS in Windows 10, do the following.
1. Open Registry Editor.
2. Navigate to the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl
3. Create a new key named MiniNT here to get the following path:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMiniNT

4. Here, you should create a new DWORD value named "AllowRefsFormatOverNonmirrorVolume". The value data of this parameter must be 0 or 1 . Set it to 1 to unlock the ReFS feature.


5. Close the Registry Editor application.
6. Now, execute the following command to format the drive:
format z: /u /fs:refs /i:enable
This command will format drive Z: with ReFS 3.2 . Use the correct drive letter before continuing.
format z: /u fs:refsv1 /i:enable
This command will format the Z: drive with an old version of ReFS 1.2 .
Note : The / i: enable option is required for any ReFS format command. It activates the Integrity Streams Recovering feature.
Now, delete the MiniNT key you created. This registry key will cause a problem in Windows 10 that makes the operating system "think" that it is running in the Windows Preinstallation Environment - WinPE (like the Windows 10 Setup program). Please delete it after you have formatted the drive with ReFS.
You should read it
May be interested
- Reinstalling Windows does not need to format the hard drivewhat will you do when windows crashes? of course, the most common is still to reinstall the operating system. many people still regularly format the hard drive every time they do this, but if done too much, it will adversely affect the durability of the hdd. is it really necessary to format every time you reinstall?
- How to fix unformatted hard drive?when you want to erase all data on the drive to reinstall windows or save new data, we often use the format drive command. but you have tried many ways but still cannot format the hard drive. what is the reason? how to handle it?
- How to Format Windowsthis wikihow teaches you how to format any hard drive connected to your windows 10 pc. if you just want to format one drive connected to the pc, you can do so using the disk management tool. if you want to completely erase all data,...
- How to Format Windows 8while you can format any drives connected to your computer in windows 8, you can't format the drive partition that actually contains the windows 8 files. to do this, you'll need to either start an operating system installation so that the...
- How to format the hard drive on Windows 11sometimes, work requirements or a specific use situation force you to 'clean' all the data stored in the hard drive on your windows 11 pc.
- How to format and format a hard drive on a Windows computerwhen you need to format the hard drive for your windows computer, don't worry and rush. you need to understand correctly about hard drive format and how to format the hard drive below
- Instructions to format USB Pendrives with Command Promptby default, windows users can usually format the hard drive, memory card, or usb by right-clicking on it and clicking the format option.
- How to Format a Hard Drivethis wikihow teaches you how to format your computer's built-in hard drive. you cannot format the whole hard drive—doing so would erase your operating system—but you can format a portion of the hard drive after creating a partition. you can...
- How to Format a Hard Diskformatting a hard drive allows you to use it on your computer to store files and install programs on. the format you choose for the drive determines the drive's compatibility. formatting a drive will erase all of the data currently on the...
- How to format an external hard drive to FAT32?format the external hard drive to fat 32 format will ensure the life of your usb. in the following article, network administrator will introduce and guide you 2 simple ways to format external hard drive to fat 32 format.