Skip to content

Instantly share code, notes, and snippets.

View smashedlife's full-sized avatar

Jonathan So smashedlife

  • Portland, Oregon
View GitHub Profile
@smashedlife
smashedlife / make_bootable_windows_usb.md
Created May 24, 2015 06:47
Make a bootable flash drive on Windows

Open the command prompt as an administrator and run the following commands:

  1. diskpart
  2. list disk
  3. select disk (usb disk)
  4. clean
  5. create partition primary
  6. select partition 1
  7. active
  8. format fs=fat32 quick