Bootfähigen USB-Stick erstellen

1. Administrative Eingabeaufforderung

1.1. USB_stick verbinden und löschen

<diskpart> - <list disk> - <select disk #> <clean>

2. Partion erstellen und formatieren

<create partition primary> - <select partition 1> - <active> - format fs=exfat quick label="Win2016"

diskpart beenden

3. USB-Stick bootfähig machen

Wechsel auf DVD-Laufwerk/gemountetes ISO-File in den Ordner \boot:

bootsect /nt60 LW-USB:
z.B.: bootsect /nt60 /D:

4. Daten von DVD auf USB-Stick kopieren:

xcopy DVD-LW:\*.* USB-LW:\ /E /H /F 
z.B.: xcopy E:\*.* D:\ /E /H /F