Created
April 20, 2015 00:26
-
-
Save rdpascua/3580712fa377eda64c5a to your computer and use it in GitHub Desktop.
Bootable Win7+ Installer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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