So lets Discuss the trick its very simple all you have to do is follow the simple steps and try this trick at very low balance because it may can harm your balance if it fails to work or if you did any mistake in the procedure so the trick is
Suppose you have to install Windows 7
in Notebook / Notepad but CD / DVD ROM is not available in the Notebook,
then You will have to Install Windows 7 with the help of Bootable Pen drive. You can make Pen drive Bootable in Windows 7 without any
software help .
Tools Required .
- Windows 7 CD/DVD setup
- USB flash drive with min 4GB capacity
1. Insert USB Flash drive .
2. Click on Start Button , then Type Windows powershell , then press Enter .
Windows Power shell should be " Run as Administrator "
2. In the Windows Powershell window , Type Diskpart , to Start Microsoft Disk part utility .
And Type List Disk command to show List of drive.
Now List of the Drive in your
system , By default Disk 0 is Hard disk drve , and Disk 1 is USB flash
Drive in my system , it can be different in your system .
3. Now Type SELECT DISK 1 , DISK 1 is to USB flash drive in my system , number can be different in your system .
4. Now Run following command one by one
DISKPART> CLEAN
DISKPART> CREATE PARTITION PRIMARY
DISKPART> SELECT PARTITION
DISKPART> ACTIVE
DISKPART> FORMATE FS=NTFS
DISKPART> ASSIGN
DISKPART> EXIT
5. Now you have to insert Windows 7 CD/ DVD disk , and Note down CD/DVD drive letter and USB Flash drive (Pen drive ) Letter .
CD/DVD drive letter is ' F '
USB Flash Drive letter is ' I '
6. Open Command Promt ( Run as Administrator ) , and press Enter .
7. Type in the Command prompt
C:\windows\system32\F: F:\> CD BOOT F:\> boot>BOOTSECT.EXE /NT60 I:
C:\windows\system32\F: F:\> CD BOOT F:\> boot>BOOTSECT.EXE /NT60 I:
-->