NickLawrence
Journeyman
How to create Bootable USB using CMD command
Open CMD (command prompt) as admin
Type diskpart (press ENTER)
type list disk (press ENTER)
type select disk 1 (select your USB) (press ENTER)
type clean (press ENTER)
type create partition primary (press ENTER)
type select partition 1 (press ENTER)
type format fs=ntfs quick (press ENTER)
type active (press ENTER)
type exit (press ENTER)
you can now check you Bootable USB.
Extract the Windows installer inside you USB and test it.
Goodluck!
by: NLP
Open CMD (command prompt) as admin
Type diskpart (press ENTER)
type list disk (press ENTER)
type select disk 1 (select your USB) (press ENTER)
type clean (press ENTER)
type create partition primary (press ENTER)
type select partition 1 (press ENTER)
type format fs=ntfs quick (press ENTER)
type active (press ENTER)
type exit (press ENTER)
you can now check you Bootable USB.
Extract the Windows installer inside you USB and test it.
Goodluck!
by: NLP