Vous êtes sur la page 1sur 1

go to an elevated command prompt and:

PREPARE UFD (USB FLASH DRIVE)


Run CMD.EXE as administrator
Type following commands and hit ENTER key after each command.
DISKPART starts the DiskPart program
LIST DISK shows numeral assigned to disks
note the numeral assigned to your usb stick
The numeral 2 will be used in this example
SELECT DISK 2
DETAIL DISK the info shown will confirm the correctness of your selection
CLEAN ALL the entire usb stick will be overwritten with zeros
CREATE PARTITION PRIMARY create a primary partition on the USB stick
FORMAT FS=NTFS format the partition
ACTIVE the partition can contain operating system startup files
ASSIGN the next available letter is assigned to the USB stick
EXIT exit from the DISKPART program
EXIT exit from the command shell

===========================================
=================================
Go To an Elevated Command Prompt
Elevated command prompt = Run CMD.EXE as administrator
WIN | type CMD.EXE | do not hit Enter |
in the PROGRAMS list, right-click on CMD.EXE |
choose "Run as administrator" |
Click on the YES button (if such appears)
WIN key = key with Microsoft log on top
for the guru:
WIN | type CMD.EXE | CTRL+SHIFT+ENTER key combo | ALT+Y keycombo

Vous aimerez peut-être aussi