Title: Create a bootable USB Flash Drive without any software ( using CMD prompt )
link : Create a bootable USB Flash Drive without any software ( using CMD prompt )
Create a bootable USB Flash Drive without any software ( using CMD prompt )
Creating a Pendrive bootable by cmd is a very easy and quickest task to do and by just typing some commands on it will make your drive bootable and after that, you can use it for every windows installation purpose
To create a bootable USB drive as a Windows installation media, we require at least 4 GB for minimum capacity. Larger capacity is better. All you need to know about Microsoft Windows 10 ! New Features, Tips, Tricks, Troubleshooting, How To fix errors, Update News and much more visit windows 10 Tips and Tricks
Steps to create bootable USB flash Drive using command prompt
Insert your USB flash drive to your running computer. Open your WindowsCmd Command Prompt and run it as administrator after when your windows cmd opens up, then type a “diskpart” command on it and that will take you to the Disk Management Utility in the command prompt.
Type 'list disk' to view active disks on your computer and hit Enter. There would be seen that the active disks shown as Disk 0 for hard drive and Disk 1 for your USB flashdrive with its total capacity.
Now, type “list disk” to show every connect disk in your computer and after that just type “select disk #” (# Is Your Disk Or I Say Your Pendrive Disk Number). We do this to find our Pendrive disk number in diskpart of cmd and tell our computer to make it as active to make some future bootable adjustment on it.
Selecting your Pendrive in diskpart will make your Pendrive active
Now Type Bellow commands one by one.
1. • Clean
2. • Create partition primary
3. • Select partition 1
4. • Active
5. • Format fs=ntfs quick
6. • Assign
7. • Exit
D: Replace D: with DVD drive letter
cd boot Goes to D:\boot
bootsect /nt60 F: Updates bootcode on USB drive (F:)
cd\ Changes directory to F: from F:\boot
xcopy D:\*.* /s/h/f F:\ Copy all files from DVD drive (D:) to USB drive (F:)
wait this will copy all data from your DVD or ISO to USB drive this will take some time. after that your Bootable Flash drive is ready.
have any query comment bellow. All you need to know about Microsoft Windows 10 ! New Features, Tips, Tricks, Troubleshooting, How To fix errors, Update News and much more visit Windows 10 Tips And Tricks
Such article Create a bootable USB Flash Drive without any software ( using CMD prompt )
That's all article Create a bootable USB Flash Drive without any software ( using CMD prompt ) this time, hopefully it can benefit you all. alright, see you in another article post.
You are now reading the article Create a bootable USB Flash Drive without any software ( using CMD prompt ) with the link address https://winhelpfix.blogspot.com/2016/10/create-bootable-usb-flash-drive-without.html
0 Response to "Create a bootable USB Flash Drive without any software ( using CMD prompt )"
Post a Comment