Creating a windows 7 installation USB
From Teknologisk videncenter
Open commandopromt and write the following commands.
DISKPART
LIST DISK (Shows all your disks)
SELECT DISK 1 (Replace “1” with the disk number you want)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS (“FORMAT FS=NTFS QUICK” for quick format)
ASSIGN
EXIT
D: (Where “D” is your windows 7 cd)
CD BOOT
BOOTSECT.EXE /NT60 H: (Where “H” is your USB drive letter)
Now just copy Windows 7 DVD contents to the USB.