Which format is used for changing usb into bootable?
Answers
Answered by
8
Hey !
_____________________________________________
command prompt
------
command prompt format is used for changing usb into bootable.
__________
☆ Open Start
. Click the Windows logo in the bottom-left corner of the screen.
Type in command prompt. This will search your computer for the Command Prompt program.
Right-click Command Prompt
.It's a black box at the top of the Start window. This will prompt a drop-down menu.If your mouse doesn't have a right-click button, click the right side of the mouse, or use two fingers to click the mouse.If your computer uses a trackpad instead of a mouse, use two fingers to tap the trackpad or press the bottom-right side of the trackpad.
☆ Click Run as administrator. It's in the drop-down menu.
☆ Click Yes when prompted. This will confirm your decision and open Command Prompt.
☆ Enter the "partition" command. Type in diskpart and then press ↵ Enter to do so.You may be prompted to confirm this decision before proceeding.
☆ Bring up a list of connected drives.Type list disk into Command Prompt, then press ↵ Enter.
☆ Find your USB flash drive. Look for your flash drive's name, letter, or size in gigabytes to identify it.If you don't know which one is your flash drive, unplug your flash drive, run the "disk list" command, plug back in your flash drive, run the "disk list" command yet again, and figure out which disk was absent the first time that you ran the "disk list" command.The flash drive is usually the bottom disk in this menu.
☆ Select your flash drive. Type select disk number into Command Prompt—making sure to replace "number" with the flash drive's number as presented in the list—and then press ↵Enter.
☆ Erase the flash drive's contents.Type in clean and then press ↵Enter.
☆ Create a new partition on the flash drive. To do so:Type in create partition primary and press ↵ EnterType in select partition 1 and press ↵ EnterType in active and press ↵ Enter
☆Format the flash drive. Type format fs=fat32 quick into Command Prompt, then press ↵ Enter.If you encounter an error in the USB creation, repeat this process using the format fs=ntfs quick command instead.
☆ Assign a letter to the USB drive.Type in assign and press ↵Enter. You should see a confirmation message appear in the Command Prompt window.
☆ Close the Command Prompt window(s). Your USB drive is now bootable, meaning that you can place an operating system's ISO file or an image of your computer's hard drive on the USB drive in order to install it on another computer.
_____________________________________________
command prompt
------
command prompt format is used for changing usb into bootable.
__________
☆ Open Start
. Click the Windows logo in the bottom-left corner of the screen.
Type in command prompt. This will search your computer for the Command Prompt program.
Right-click Command Prompt
.It's a black box at the top of the Start window. This will prompt a drop-down menu.If your mouse doesn't have a right-click button, click the right side of the mouse, or use two fingers to click the mouse.If your computer uses a trackpad instead of a mouse, use two fingers to tap the trackpad or press the bottom-right side of the trackpad.
☆ Click Run as administrator. It's in the drop-down menu.
☆ Click Yes when prompted. This will confirm your decision and open Command Prompt.
☆ Enter the "partition" command. Type in diskpart and then press ↵ Enter to do so.You may be prompted to confirm this decision before proceeding.
☆ Bring up a list of connected drives.Type list disk into Command Prompt, then press ↵ Enter.
☆ Find your USB flash drive. Look for your flash drive's name, letter, or size in gigabytes to identify it.If you don't know which one is your flash drive, unplug your flash drive, run the "disk list" command, plug back in your flash drive, run the "disk list" command yet again, and figure out which disk was absent the first time that you ran the "disk list" command.The flash drive is usually the bottom disk in this menu.
☆ Select your flash drive. Type select disk number into Command Prompt—making sure to replace "number" with the flash drive's number as presented in the list—and then press ↵Enter.
☆ Erase the flash drive's contents.Type in clean and then press ↵Enter.
☆ Create a new partition on the flash drive. To do so:Type in create partition primary and press ↵ EnterType in select partition 1 and press ↵ EnterType in active and press ↵ Enter
☆Format the flash drive. Type format fs=fat32 quick into Command Prompt, then press ↵ Enter.If you encounter an error in the USB creation, repeat this process using the format fs=ntfs quick command instead.
☆ Assign a letter to the USB drive.Type in assign and press ↵Enter. You should see a confirmation message appear in the Command Prompt window.
☆ Close the Command Prompt window(s). Your USB drive is now bootable, meaning that you can place an operating system's ISO file or an image of your computer's hard drive on the USB drive in order to install it on another computer.
Similar questions