ryantanglao

RESOURCE: Create bootable Windows USB disk

Feb 11th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. diskpart
  2. list disk
  3. select disk ?
  4. clean
  5. create partition primary
  6. select partition 1
  7. active
  8. format fs=ntfs quick label=”WinInstall”
  9. exit
  10. xcopyy d:\*.* /s/e/f/ e:
Advertisement
Add Comment
Please, Sign In to add comment