Skip to content

Instantly share code, notes, and snippets.

@kjeske
Created February 27, 2013 20:26
Show Gist options
  • Select an option

  • Save kjeske/5051390 to your computer and use it in GitHub Desktop.

Select an option

Save kjeske/5051390 to your computer and use it in GitHub Desktop.
Create bootable usb drive for windows 7/8 installation
DiskPart
List Disk
Select Disk #
Clean
Create Partition Primary
Select Partition 1
Active
Format fs=FAT32 quick
Assign

ghost commented Nov 12, 2016

Copy link
Copy Markdown

Here is the tutorial "How to bootable usb pendrive with CMD step by step easy tutorial".
in this tutorial i was show , how you can make your pendrive bootable for windows setup with easy step .
Watch it and comment blew . its easy or not . video => https://www.youtube.com/watch?v=dd69WxjlWkc

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment