How to Make Bootable USB in Windows 7 Using CMD

Creating a bootable USB has many benefits, like booting my PC after an emergency, using the recovery system to repair the PC, or working as a system backup. I want to create a bootable USB in my Windows 7 using CMD. Do you know how to do it? Do you have a detailed guide?

Best Answered by

Larissa· Answered on Jan 31, 2024

A bootable USB drive allows you to use the files system in the USB to boot your computer instead of your hard drive. To make a bootable USB in Windows 7 with CMD, follow the steps below:

Note: Creating a bootable USB will erase all data on the USB drive. So, if there are files in it, back them up in advance.

Action 1. Format your USB drive

  • Plug your USB drive into your computer.
  • Press the Windows + R keys together to open the Run command, then type “cmd” and click OK. 
  • Type Diskpart and press enter key in the Command Prompt.
  • Type list disk.
  • Then type select disk *. (The * stands for the number of your USB drive. If your USB is 1, then type select disk 1.)
  • Type clean > Enter.
  • Type create partition primary > Enter.
  • Type select partition 1 > Enter.
  • Type active > Enter.
  • Type format fs=ntfs > Enter.
  • Type assign > Enter.
  • Type exit > Enter

Action 2. Copy the image from the DVD to the USB drive

  • Insert the Windows 7 DVD into the optical drive to create a bootable USB. Assume the DVD drive is letter H.
  • Open Command Prompt as the above instruction. 
  • Type H: > Enter. 
  • Type cd boot > Enter.
  • Type bootsect /nt60 g > Enter. (G means your USB drive)
  • Type copy e:\*.* /s/e/f g: > Enter. 

Now, your bootable USB is created successfully. 

Using CMD to create a bootable USB involves many steps and codes, and it is more suitable for computer experts. 

If you have little knowledge about the computer or want to save time, you can find a professional tool to do it. EaseUS Todo Backup owns this function and can help you create a bootable USB or CD/DVD with only a few steps. It also supports creating an emergency disk even when your computer fails to boot. 

Whether you use the CMD or EaseUS Todo Backup, creating a bootable USB will greatly help you. 

Related Article: Create Bootable USB Without Any Software Using CMD

Download EaseUS Todo Backup to Protect Computer Data!

Find best solutions to computer backup, cloud storage, data security, and disk cloning with full guidance.

People Also Ask

Can I Use exFAT for Bootable USB on Windows 10?

exFAT is usually used for bootable USB on Mac. And some people are wondering: Can I use exFAT for bootable USB Windows 10? Here we give you the answer and some necessary information about it.

Melissa Lee

Jan 31, 2024

Can I Clone Bootable USB Drive to Another USB Drive?

Cloning a bootable USB drive to another is necessary for backup data or upgrading a computer. This article will show you how to clone your bootable USB drive to another one successfully.

Jerry

May 21, 2024

What Is the Best Way to Create a Bootable USB with ISO File?

Are you looking for a way to create a bootable USB with an ISO file on your Windows computer? What is the best way to do it? Keep reading and find your answer here. 

Larissa

Jan 31, 2024

Will Copy a Bootable USB Drive Create a Duplicate Bootable USB?

Want to know if copying a bootable UBS creates a duplicate bootable drive? You are in the right place. You’ll get your answer here and 

Larissa

Jun 29, 2024

How to Create a Bootable USB Flash Drive to Install Windows XP?

Do you know how to create a bootable USB flash drive to install Windows XP? This post will introduce you to the useful software EaseUS Todo Backup home to help you prepare the bootable USB for Windows XP. Also, the detailed steps will be given too.

Rel

Jan 31, 2024

How Can I Clone My Entire OS to a Bootable USB Stick?

Do you want to know how to clone the entire OS to a bootable USB stick? Don't worry, read this short post and get your answer here.

Larissa

Jun 28, 2024