From LedHed's Wiki
Revision as of 23:59, 12 October 2020 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

DVDs are old and slow, so you want to install Windows from a bootable USB stick!


Down -N- Dirty

Diskpart

diskpart.exe
list disk
select disk X  (Where X is the number of the USB stick)
clean
create primary partition
select partition 1
format fs=ntfs quick
active


Copy

Copy all of the data from the ISO to the root of the USB stick (D:\ in this example).
You can mount the ISO or use 7zip to extract it to D:


Setup the Boot Sector

d:\boot\bootsect /NT60 d: /force /mbr


DONE!