Friends ,
NOTE:-
1.YOU SHOULD HAVE AT LEAST OF 4GB PENDRIVE.
2.BEFORE PROCEEDING TO PROCESS MAKE A BACK UP COPY OF YOUR PENDRIVE , BECAUSE IT IS GOING TO BE FORMATTED.
3.KEEP A COPY OF WINDOWS 7 IN YOUR TRAY OR IN ANY FOLDER.
PROCEDURE:-
Diskpart
List disk
// List disk command will generate the list of Disk connected to your computer like Hard disk and USB disk. This will be like in figure.
After this
select disk 1 // in my case USB is as disk 1
create partition primary
active
format fs=ntfs quick // Format Filesystem=NTFS quick(don’t use Quick for deep format, just use format fs=ntfs)
assign
exit
Every time it is difficult for us to install windows using optical drives which are some times more sensitive and cost effect to replace.
So to solve this problem we have one more technique to boot your PC i.e using pendrive.
Now a days pendrives are more convenient and cheap to carry and save your personal information.
instead of optical drives i.e DVD or CD ROM , we can aslo boot your computer with pendrive by following some simple steps.
NOTE:-
1.YOU SHOULD HAVE AT LEAST OF 4GB PENDRIVE.
2.BEFORE PROCEEDING TO PROCESS MAKE A BACK UP COPY OF YOUR PENDRIVE , BECAUSE IT IS GOING TO BE FORMATTED.
3.KEEP A COPY OF WINDOWS 7 IN YOUR TRAY OR IN ANY FOLDER.
PROCEDURE:-
- Press start button and type cmd then right click on it and choose RUN AS ADMINISTRATOR option.
- Now type the following commands on command prompt.
Diskpart
List disk
// List disk command will generate the list of Disk connected to your computer like Hard disk and USB disk. This will be like in figure.
After this
select disk 1 // in my case USB is as disk 1
create partition primary
active
format fs=ntfs quick // Format Filesystem=NTFS quick(don’t use Quick for deep format, just use format fs=ntfs)
assign
exit
After this your USB drive is ready to boot any computer.
After this, copy all the content of DVD or Windows 7 ISO extract to USB drive.
Now open the command prompt again by typing CMD in run
Now type
G: //G: is the path of usb drive, change it as according
Cd G:/boot
Now proceed as
Type
Bootsect /nt60 G:
YOU ARE DONE
RESTART YOUR COMPUTER TO BOOT FROM PENDRIVE
HAVE A GOOD TIME :)
After this, copy all the content of DVD or Windows 7 ISO extract to USB drive.
Now open the command prompt again by typing CMD in run
Now type
G: //G: is the path of usb drive, change it as according
Cd G:/boot
Now proceed as
Type
Bootsect /nt60 G:
YOU ARE DONE
RESTART YOUR COMPUTER TO BOOT FROM PENDRIVE
HAVE A GOOD TIME :)
No comments:
Post a Comment