Tuesday 26 February 2013

Now You Also Can Install Any Operating System From Pendrive Easily


This is an important tips for any computer user. Usually we install operating system from DVD ROM. But do you ever thought the net-book users (10" Display Netbook No DVD ROM) doing what to install windows 8 or windows 7? Maybe they are doing this with bootable pen-drive and for bootable pen-drive they have to use some software. But today I will share a tricks with you that you don't need any software to do that.  It is so easy task. Let's see the tricks:

  • Plug in your pendrive on your computer and go to start menu option.
  • Now Select Run Command and type cmd then press "Enter".
  • Write "DISKPART" on new window. Another new windows will popup.
  • Now write "LIST DISK" and press "ENTER"
  • Now write "SELECT DISK 1" then write following coder under this (Maintain Serial)
  
         CLEAN
         CREATE PARTITION PRIMARY
         SELECT PARTITION 1
         ACTIVE
         FORMAT FS=NTFS
         ASSIGN
         EXIT
  • Now minimize the windows and go to your DVD ROM drive . I guess your DVD ROM drive letter is drive g and pendrive letter drive h.
  • Now returen to the command windows and write the following code 
        G: CD BOOT Ges CD BOOT
  • Write BOOTSECT.exe/NT60 H: and press "ENTER"
  • Now copy your windows/operating system dvd file to your pendrive.
  • Your bootable pendrive is ready for work now and you can install operating system with it
 This is a easy tips and tricks and I hope you can do it easily. If there is a problem with my tutorial then don't hesitate write down below with comment box. I will give you answer quickly.

Thank You