make a bootable usb key windows installer
From an elevated cmd prompt type the following commands:
- diskpart
- list disk
- select disk # (number of usb key)
- clean
- create partition primary
- select partition 1
- active
- format fs=ntfs quick
- assign
Now copy contents of the Windows iso or dvd to the key.