Is it possible to add FAT32 or other format supports to Windows formatting?

crypticus

Well-Known Member
As u know it windows won't let format some sdcards or usbdrives larger than 64gb to fat32 format.. and same goes for some other formats in different scenarios i think... Is it possible to remove all restrictions about it? asking here because no info on google rather than using 3rd party software for it. and i already use a 3rd software for it. which is not nice for me.
 
I think you can do it via cmd or powershell etc... but i am searching a way to add it to the format GUI of windows
 
FAT32 is reserved for partitions 4GB or smaller.
NTFS or exFAT for larger partitions.

Change the partition type to exFAT, then use the format GUI. Or the command format X: /fs:exfat /q
 
Back
Top