Easy steps to create a bootable Pen drive using Windows 10
Unsplash

Easy steps to create a bootable Pen drive using Windows 10

A bootable Pen drive is mainly required to install Operating System from a downloaded ISO file. Creating a bootable Pen drive using Windows is very easy. There is no requirement for other third-party software. You required to know a few CMD commands to make your bootable Pen drive. These are the simple steps for making your bootable Pen drive with CMD.

  1. Open CMD as administrator: Type CMD in the search bar, right-click and select run as administrator. Click yes. Now CMD will open. Type the following commands in order.
  2. diskpart: Diskpart is a command-line disk partition utility available with Windows. This command opens the Diskpart utility in your CMD. Now the address changed to DISKPART.
  3. list disk: It lists all the disks available on your PC, including the Pen drive.
  4. select disk <Number> : It will select the disk. Change the number according to your Pen drive. In my case, it is 2. So I used select Disk 2.
  5. clean: This command will clear all the configuration information and all the information on your disk.
  6. create primary partition: This will create a new partition in your Pen drive.
  7. select partition 1: This command used to select the newly created partition.
  8. active: This mark the selected partition as active.
  9. format fs=ntfs quick: This will format the disk in NTFS.
  10. assign: This will assign a mount point to the selected partition.
  11. exit: Exit from the diskpart utility.
  12. Copy the content of the ISO files to your Pen drive

Done.

要查看或添加评论,请登录

Vishnu Jayan的更多文章

  • Seven tips for making an attractive presentation

    Seven tips for making an attractive presentation

    Nowadays, presentations are an essential tool to express your ideas, reports, features, knowledge etc. Presentation is…

  • ERP- A tool for your business and career

    ERP- A tool for your business and career

    ERP- Enterprise resource planning is a buzzword hearing in the corporate world. Some people heard the name SAP or Open…

  • Greatest career mistakes made by software engineers

    Greatest career mistakes made by software engineers

    There are many mistakes made by the programmers in the industry. This may due to the nature of the software industry.

  • How to create an effective resume for a Job?

    How to create an effective resume for a Job?

    Most of us send our resume to the recruiters for the job. We have enough experience and knowledge to get the call from…

  • How to handle other's codes?

    How to handle other's codes?

    As a software engineer, many times I go through the process of reading other's programs. It may be for modifying or…

    1 条评论
  • Technical meetups and their benefits

    Technical meetups and their benefits

    Nowadays, we can see so many notifications in social media about technical meetups around the world. Many of us think…

    2 条评论
  • 5 Tips for debug your program

    5 Tips for debug your program

    Programming is very fun until you get an error. Most of the people start programming and stop when some error occurs.

  • How to learn a programming language

    How to learn a programming language

    Learning programming language is a herculean task to many of us. Most of the people say, "Programming!, it's very…

    2 条评论
  • Python Vs PHP for freelancers

    Python Vs PHP for freelancers

    PHP and Python are the most commonly used open source programming languages in the industry. So we will get a lot of…

    4 条评论
  • Career as web developer

    Career as web developer

    Web development is a big stream of software industry nowadays. Web development is the single term referring simple…

社区洞察

其他会员也浏览了