Skip to content

Instantly share code, notes, and snippets.

@rdpascua
Created April 20, 2015 00:26
Show Gist options
  • Save rdpascua/3580712fa377eda64c5a to your computer and use it in GitHub Desktop.
Save rdpascua/3580712fa377eda64c5a to your computer and use it in GitHub Desktop.
Bootable Win7+ Installer
diskpart
list disk
select disk X
clean
create partition primary
select parition 1
format fs=fat32 quick
assign
active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment