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 Feb 22, 2023

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 Windows 10 Boot from NTFS USB?

Can Windows 10 boot from NTFS USB? Do you want to know the answer? If so, this short post can help you. After reading this post, you will learn whether Windows 10 can boot from an NTFS USB.

Jerry

Feb 22, 2023

How to Copy/Clone Bootable USB Drive on Windows 10

Copying or cloning a bootable USB drive to another one can work as a backup and disaster recovery for your original USB drive. Learn how to clone a bootable USB drive on Windows 10 with EaseUS Todo Backup.

Larissa

Feb 22, 2023

What Makes A USB Flash Drive Bootable

A bootable USB flash allows you to boot a computer from the file system on your USB drive without a hard drive. It's a great remedy when your hard drive fails and doesn't work properly. Do you know what exactly makes a USB flash drive bootable? How to create a bootable USB disk or CD/DVD? We'll answer you one by one with the following content. 

Larissa

Feb 22, 2023

Should Bootable USB Be NTFS or FAT 32?

Should bootable USB be NTFS or Fat32? Do you want to know the answer? If so, this post can help you. After reading, you can learn whether your bootable USB should be NTFS or Fat32.

Jerry

Feb 22, 2023

How to Use USB Recovery Drive on Windows 11

This post shows you how to use USB recovery drive for Windows 11 in detail. Continue reading to learn more information.

Jane Zhou

Feb 22, 2023

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

Mar 16, 2023