3 Ways to Hack Wifi using Android without Rooting

Hack wifi in android without rooting it with best wifi hacking apps 2016 to hack wifi in non rooted android phone. Hacking Wifi is the most common thing that most of the people try so that they can access free internet.There are many methods available that you can.........

A-Z Kali Linux Commands-Part 1

Hello Welcome back to Allroundtricks.Blogspot.com All commands [A-Z] for Kali Linux here: A apropos Search Help manual pages (man -k) apt-get Search for and install software packages (Debian/Ubuntu) aptitude Search for and install software packages (Debian/Ubuntu) aspell.......

How To Unlock an Android Pattern

How To Unlock an Android Pattern Just follow these simple steps to unlock your phone and use again free of cost. 1. phone want you to enter the user email id you enter in the play store. 2. You don’t know the email id. 3. Then just don’t worry just follow these steps. 4..........

How to Root your Android Phone

What is rooting? If you’re an Administrator on a Windows machine, you have access to the entire operating system and you can do whatever you like. That’s essentially what happens if you root your Android device. With root access, you can get around any restrictions...........

HOW TO POST EMPTY/BLANK STATUS OR COMMENTS IN FACEBOOK

Social websites/sites occupied a times in our busy schedule. So, every user who are taking part in facebook wants their status and posts being liked and shared by other friends for getting popularity/fame.This might not happen unless status and comments are some what unique........

Saturday, February 3, 2018

How To Make a Pendrive Bootable Using Command Prompt(CMD)



To create a bootable USB drive manually, we will use the Command Prompt as a Windows default program. Here are step by step to create a bootable USB drive as the Windows installation media. To create a bootable USB drive as a Windows installation media, we require at least 4 GB for minimum capacity. Larger capacity is better. At this moment, I use the USB flash drive with 2 GB of capacity as just an example.

  1. Insert your USB flash drive to your running computer. As the first step, we need to run Command Prompt as administrator. To do this, we need to find cmd by typing 'cmd' in the search box on Windows Start Menu. After search result for 'cmd' appears, right click on it and select "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