This disc contains a
February 3rd, 2020
So here is my request:
I want a way to fix this? I mean what should I do to be able to create a Windows USB? Thanks you for your time.
Try rufus..It’s free..
+1 for rufus. https://rufus.akeo.ie/
https://rufus.akeo.ie/downloads/rufus-2.5.exe
You can also try Power ISO for creating bootable usb.
http://www.poweriso.com/tutorials/how-to-make-win7-bootable-usb-drive.htm
or even more simple, once you have the image in a virtual rom, run this in command line. your options will vary depending on what disk you have listed. Once you have ran this on your usb, copy the contents of the udf to the usb stick and done.
Diskpart
List disk
SELECT DISK 1 (Replace DISK 1 with your disk number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(Format process may take few seconds)
ASSIGN
EXIT