Skip to content

Instantly share code, notes, and snippets.

@tahq69
Created October 29, 2015 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tahq69/689eb39a0be1b8fdeb4c to your computer and use it in GitHub Desktop.
Save tahq69/689eb39a0be1b8fdeb4c to your computer and use it in GitHub Desktop.
open the command promt with administrator rights;
diskpart ->
list disk ->
select disk 1 -> (disk 1 is my usb drive , you need to select your usb drive , you will recognize the usb drive by its size)
clean ->
create partition primary ->
select partition 1 ->
active ->
format fs=ntfs quick ->
assign ->
exit ->
xcopy i:\*.* /s/e/f h:\ -> (i is the letter of the mounted .iso and h is the letter of the usb drive)
exit ->
Drive is redy for booting :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment