🔒 Closed How to create Bootable USB using CMD command

Status
Not open for further replies.

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
 
Status
Not open for further replies.

About this Thread

  • 4
    Replies
  • 199
    Views
  • 4
    Participants
Last reply from:
rykard

Online now

Members online
386
Guests online
2,141
Total visitors
2,527

Forum statistics

Threads
2,320,878
Posts
29,208,489
Members
1,180,388
Latest member
jeffstar
Back
Top