Changes

Jump to: navigation, search

How to make Windows 7 bootable install USB stick

90 bytes added, 11:58, 11 September 2015
# Locate your USB drive disk number by executing ''list disk''. We'll assume the USB drive is 1.
# Run the following commands:
## ''select disk 1''## ''clean''## ''create partition primary''## ''select partition 1''## ''active''## ''format fs=NTFS''## ''assign''## ''exit''