Have you ever wanted to create a bootable USB drive that you can use to install Windows on any computer?
Maybe you need to repair a corrupted system want to try a different version of Windows or simply want to have a backup option in case something goes wrong.
Whatever your reason may be creating a bootable USB drive is not as difficult as you might think. In fact you can do this with a simple tool included with Windows: the Command Prompt.
In this post I will show you step by step how to create a bootable USB drive using CMD in Windows. You will learn:
Before you can create a bootable USB drive you must do two things:
If you don't have a Windows installation disc you can download an ISO file from the Microsoft website. Just make sure you select the correct version and edition of Windows that matches your product key.
Once you have these two things you need to connect your USB drive to your computer and back up all your important data to it. That's because we're going to format the USB drive which will delete everything on it.
To back up your data you can simply copy and paste it to another location such as your hard drive or another USB drive. Alternatively you can do this using backup software.
After backing up your data you can format your USB drive using CMD.
To format your USB drive using CMD you need to open Command Prompt as administrator. To do this follow these steps:
You should see a black window with a blinking cursor. This is the command prompt.
Now you need to find out the drive letter of your USB drive. To do this type “diskpart” and press Enter. This will launch a disk management tool.
Next type “list disk” and press Enter. You will then see a list of all the disks connected to your computer including your hard drive and USB drive.
You should see something like this:
DISKPART> List disks
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 0 B
Disk 1 Online 14 GB 0 B
In this example Disk 0 is the hard drive and Disk 1 is the USB drive. You can tell this by the size of the slices. Your USB drive may have a different disk number. Therefore make sure you identify it correctly.
You have just completed the first part of creating a bootable USB drive using CMD. Now you need to copy the Windows installation files to your USB drive using CMD.
To copy the Windows installation files to your USB drive using CMD, you need to have your Windows installation disc or ISO file ready.
If you have a Windows installation disc, you need to insert it into your computer’s optical drive. Then, you need to find out the drive letter of your optical drive. To do this, follow these steps:
In this example, the optical drive is D:. Your optical drive might have a different drive letter, so make sure you note it correctly.
If you have a Windows installation ISO file, you need to mount it as a virtual drive. To do this, follow these steps:
In this example, the virtual drive is E:. Your virtual drive might have a different drive letter, so make sure you note it correctly.
Once you know the drive letter of your Windows installation disc or ISO file, you need to open the Command Prompt as an administrator again.
To do this, follow the same steps as before:
Now, you need to copy the Windows installation files from your optical drive or virtual drive to your USB drive.
To do this, type "xcopy X:*.* /s /e /f Y:" and press Enter, where X is the drive letter of your optical drive or virtual drive, and Y is the drive letter of your USB drive.
For example, if your optical drive is D: and your USB drive is F:
"xcopy D:*.* /s /e /f F:" and press Enter.
You should see something like this:
C:\Windows\system32>xcopy D:\*.* /s /e /f F:\
D:\autorun.inf
F:\autorun.inf
D:\boot\bcd
F:\boot\bcd
D:\boot\boot.sdi
F:\boot\boot.sdi
...
This means the files are being copied from your optical drive or virtual drive to your USB drive. This might take a while, depending on the size and speed of your drives.
You should see a message saying “X File(s) copied”.
This means you’ve successfully copied the Windows installation files to your USB drive using CMD.
Now, type “exit” and press Enter to close the Command Prompt.
You’ve just completed the second part of making a bootable USB drive using CMD. Now, you need to test your bootable USB drive and use it to install Windows.
To test your bootable USB drive and use it to install Windows, you need to restart your computer and boot from your USB drive. To do this, follow these steps:
To install Windows using your bootable USB drive, follow the on-screen instructions and enter your product key when prompted. You can also customize the installation options, such as the language, the partition, and the updates.
Once the installation is complete, you can enjoy your new Windows system and remove your USB drive.
Tips on SEO and Online Business
Previous Articles