Listening...


Make bootable usb drive using CMD


Using Diskpart 

diskpart

list disk

select disk x

clean

create partition primary

select partition x

format fs=ntfs quick 

active

After that mount ISO file and copy all the files from ISO to this usb drive 


Bootable drive is ready