Featured Post

Organize and rename photos by EXIF data with PowerShell

This PowerShell script organizes and renames all photos in a selected folder using EXIF data. It will also create thumbnails of the images i...

Showing posts with label cmd. Show all posts
Showing posts with label cmd. Show all posts

Thursday, January 16, 2014

How to format USB device with FAT32 on Windows 7

Find the Drive Letter of the device you wish to format. In this example I am formatting the F: drive.

Open Command Prompt

Use the format command:

Note: This will erase all data on the drive letter you specify, be sure you are choosing the correct letter...

format F: /V:PEN /Q /FS:FAT32