Format Disk to exFAT via Command Line in Windows PC
Geeks - To format a disk to exFAT in Windows, you can use the format command in Command Prompt. Here's an example of how to do this:
Open Command Prompt by typing "cmd" into the search box on the taskbar and clicking on the "Command Prompt" result.
Type the following command and press Enter: format <drive letter>: /FS:exFAT
Note: Replace <drive letter> with the letter of the drive you want to format.
When prompted, type "y" and press Enter to confirm that you want to format the drive.
Wait for the formatting process to complete. This may take a few minutes, depending on the size of the drive.
Once the formatting is complete, the drive will be formatted as exFAT and ready to use. Keep in mind that formatting a drive will erase all data on the drive, so make sure to back up any important files before proceeding.