SlideShare a Scribd company logo
Best Answer - Chosen by Asker
1) (skip the format, just unhide them)

Open a dos prompt (Start >> Run >> cmd) and type:
attrib -r -h -s ./s x:*.*
This will change the attributes of all of the files on the pen drive. Readonly, hidden, and system
attributes will be removed. Replace the X: with your pen drive's drive letter. Now you will be able
to see them in Explorer, and delete them, without formatting anything.

2) (format with DOS commands)

Open the DOS prompt (Start >> Run >> cmd)
Type:
FORMAT X: /FS:FAT32 /Q /V:PenDrive
This will reformat the Pen drive, using the FAT32 file system, and label the drive PenDrive.
Replace X: with the actual drive letter of your Pen Drive. For more help on this command, type:
FORMAT /?
at the command prompt.


3) (format using Windows GUI, Explorer)

Open Explorer, go to My Computer, right click on the drive letter and select Format... from the
popup menu. Pen drives are usually formatted with the FAT32 file system, but if you're of a mind,
you can also use NTFS. But keep in mind, if you use NTFS you won't be able to take the pen drive
out, without a reboot.

Source(s):
Own a computer consulting biz

More Related Content

PPTX
ppt on cmd cammand
DOCX
Windows 7 command prompt commands
PDF
CMD Command prompts
PDF
Command line for the beginner - Using the command line in developing for the...
PPTX
Ms DOS
DOCX
Dos command for hackers
PPT
Ms dos
PPTX
Basic dos-commands
ppt on cmd cammand
Windows 7 command prompt commands
CMD Command prompts
Command line for the beginner - Using the command line in developing for the...
Ms DOS
Dos command for hackers
Ms dos
Basic dos-commands

What's hot (20)

PPT
Dos ckass nots
DOCX
Comands of dos
PPTX
Disk operating system
PPT
Dos commad. by ammar nawab ppt
PDF
Shell tutorial
PPT
Introduction to ms dos
PDF
Msdos crash course
DOC
Linux Shortcuts and Commands:
RTF
A basic unix overview(2)
PPT
Batch file programming
PPT
Terminal basic-commands(Unix) -partI
PPT
Internal commands.29to30
DOCX
الفصل الثاني حاسبات
DOCX
6 stages of linux boot process
PDF
7-zip compression settings guide
DOC
Dos lesson 11
PPT
Hardware
TXT
DOCX
List Command at Run
PPTX
Batch FIles
Dos ckass nots
Comands of dos
Disk operating system
Dos commad. by ammar nawab ppt
Shell tutorial
Introduction to ms dos
Msdos crash course
Linux Shortcuts and Commands:
A basic unix overview(2)
Batch file programming
Terminal basic-commands(Unix) -partI
Internal commands.29to30
الفصل الثاني حاسبات
6 stages of linux boot process
7-zip compression settings guide
Dos lesson 11
Hardware
List Command at Run
Batch FIles
Ad

Viewers also liked (17)

PPT
Biz Quiz 2(ppt)
PPT
Advertising quiz
PPTX
Advertisement Quiz - Manu Melwin Joy
PPTX
Quiz ppt
ODP
Business Quiz Logo's
PPTX
Business quiz
PPTX
Business Quiz finals : Inceptra 2016
PPTX
Business Quiz 2014
PPT
Photo quiz
PPTX
Logo quiz
PPT
a quiz with sound effects,personalities, famous people quiz,personality quiz,...
PPT
Brand quiz
PPTX
Visual round Quiz
PPTX
Audio Visual Quiz Nov 19,2013
PPSX
Business quiz
PPTX
BUSINESS QUIZ -Round 1
Biz Quiz 2(ppt)
Advertising quiz
Advertisement Quiz - Manu Melwin Joy
Quiz ppt
Business Quiz Logo's
Business quiz
Business Quiz finals : Inceptra 2016
Business Quiz 2014
Photo quiz
Logo quiz
a quiz with sound effects,personalities, famous people quiz,personality quiz,...
Brand quiz
Visual round Quiz
Audio Visual Quiz Nov 19,2013
Business quiz
BUSINESS QUIZ -Round 1
Ad

Pendrive formatting

  • 1. Best Answer - Chosen by Asker 1) (skip the format, just unhide them) Open a dos prompt (Start >> Run >> cmd) and type: attrib -r -h -s ./s x:*.* This will change the attributes of all of the files on the pen drive. Readonly, hidden, and system attributes will be removed. Replace the X: with your pen drive's drive letter. Now you will be able to see them in Explorer, and delete them, without formatting anything. 2) (format with DOS commands) Open the DOS prompt (Start >> Run >> cmd) Type: FORMAT X: /FS:FAT32 /Q /V:PenDrive This will reformat the Pen drive, using the FAT32 file system, and label the drive PenDrive. Replace X: with the actual drive letter of your Pen Drive. For more help on this command, type: FORMAT /? at the command prompt. 3) (format using Windows GUI, Explorer) Open Explorer, go to My Computer, right click on the drive letter and select Format... from the popup menu. Pen drives are usually formatted with the FAT32 file system, but if you're of a mind, you can also use NTFS. But keep in mind, if you use NTFS you won't be able to take the pen drive out, without a reboot. Source(s): Own a computer consulting biz