Here are solutions to some common issues with profiles and Timelines. If you don't find an answer here you can let us know about the problem.

Tuesday 29 August 2017

How to Create a Bootable USB Drive

How to Create  Bootable USB Drive Without the help of Any Software.

To create a bootable USB force manually, we are able to use the command set off as a home windows default software. Here is step by step to create a bootable USB power as the windows set up media. To create a bootable USB power as a windows installation media, we require at least 4 GB for minimum capability. Large ability is higher. At this moment, I take advantage of the USB flash force with 2 GB of capacity as simply an example. It is because of a few motives that my four GB flash force encountered an unusual problem that I ought to restore later. :d

  1. Insert your USB flash drive in your walking pc. Because of the first step, we need to run command activate as administrator. To do that, we want to discover cmd via typing 'cmd' in the search box on home windows begin menu. After seeking result for 'cmd' appears proper click on it and pick "run as administrator".
  2. Type 'diskpart' on Command Prompt (without quotes) and hit Enter. Wait for a while until the DISKPART program run.
  3. 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.
  4. Type 'select disk 1' to determine that disk 1 would be processed in the next step then hit Enter.
  5. Type 'clean' and hit Enter to remove all of data in the drive.
  6. Type 'create partition primary' and hit Enter. Creating a primary partition and further recognized by Windows as 'partition 1'.
  7. Type 'select partition 1' an hit Enter. Choosing the 'partition 1' for setting up it as an active partition.
  8. Type 'active' and hit Enter. Activating current partition.
  9. Type 'format fs=ntfs quick' and hit Enter. Formatting current partition as NTFS file system quickly.
  10. Type 'exit' and hit Enter. Leaving DISKPART program but don't close the Command Prompt instead. We would still need it for next process.

OR

Create  Bootable USB Drive








Share:

2 comments:

Keygentechnology.com