Showing posts with label pen. Show all posts
Showing posts with label pen. Show all posts
Monday, January 9, 2017
How to use pen drive as RAM
How to use pen drive as RAM

Yes with some modified settings you can use your pen drive as a RAM
1) Connect your pen drive to your PC [pen drive should be at least 1 GB or if you having 4 GB then its better]
2) Allow PC what he is supposed to do,let system to detect pen drive.
3) After your PC finished with its detection work,you have to do some little
4) Right click on the My Computer and select the properties
5) Goto advanced and then performance setting then advanced then
6) Select pen drive and click on custom size " Check the value of space available "
7) Enter the same in the Initial and the Max columns
" You just used the memory of the PenDrive as a Virtual Memory "
8) Now restart your pc and enjoy your fast and super system
Go to link Download
Thursday, December 29, 2016
How To Make Bootable Windows 7 8 USB Pen Drive
How To Make Bootable Windows 7 8 USB Pen Drive
Make Windows 7/8 Bootable USB Pen Drive
Making bootable USB Pen Drive using Windows 7 USB /DVD Download Tool or command prompt is very easy. If you dont have CD/DVD drive on your computer and you need to boot any software or install Windows on your PC then now its very easy. And yes, boot from USB drive is much more faster then CD/DVD drive.So now if you want to make bootable Windows pen drive. Then follow the steps given below:
Method 1
Steps:
1. To work with Windows 7 USB /DVD Download Tool you need an ISO image of Windows 7/8.
2. If you dont have ISO image then create it using Nero or any other burning tool. Insert the disc in your DVD Rom. Launch Nero. Make a copy of Windows Disc and save it as an ISO image.
3. Now download Windows 7 USB /DVD Download Tool from official site of Microsoft or Click Here. This is a free tool provided by Microsoft.
4. Launch Windows 7 USB/DVD Tool. Click on Browse.
![]() |
Windows 7 USB /DVD Download Tool |
5. Browse for the ISO image. Select the image file and click open.
![]() |
Windows 7 USB /DVD Download Tool |
6. Click Next.
![]() |
Windows 7 USB /DVD Download Tool |
7. Now in step 2 click USB Device to make your USB Device bootable.
![]() |
Windows 7 USB /DVD Download Tool |
8. Now in step 3 click on Begin Copying to start the process.
![]() |
Windows 7 USB /DVD Download Tool |
9. Within a few moment your USB Device will be bootable. After completion close the window.
10. Now boot from your pen drive and continue Windows installation.
Windows 7 USB/DVD Tool "Not Valid ISO" Error:
While adding ISO image in first step you may get an error message like "Not Valid ISO File".
![]() |
Windows 7 USB /DVD Download Tool Error |
If so then you can simply fix the problem with Power ISO with some easy steps.
Steps:
1. Download Power ISO and free keygen or crack from internet.
2. Now install and run Power ISO and register.
![]() |
Power ISO |
3. Open your Windows 7/8 ISO image with Power ISO.
![]() |
PowerISO |
4. Click on File then Image properties.
![]() |
PowerISO |
5. Now in CD/DVD File System section click all the options(as shown in picture) and click ok.
![]() |
PowerISO CD/DVD File System |
6. Now in file option save the image.
![]() |
PowerISO |
7. Now click Yes to overwrite the file. Within a few moment file will be saved.
![]() |
PowerISO |
![]() |
PowerISO |
8. Now browse for the image file and select the image file and your error will be fixed.
Method 2
This method is using command promt.
Steps:
1. Run command promt as Administrator.(Right click on cmd click on Run as Administrator).
![]() |
Run command promt as Administrator |
2. Type DISKPART in command prompt. Now type list disk to see all of your connected disk
drives.
![]() |
Command Prompt DISKPART Utility |
3. Type this following command one by one.(Here Disk 1 is the disk number of my flash drive. So make sure Disk 1 is your flash drive disk number. If not then replace Disk 1" with proper disk number)
1. select disk 1
2. clean
3. create partition primary
4. select partition 1
5. active
6. format fs=NTFS QUICK
7. assign
8. exit
![]() |
Command Prompt DISKPART Utility |
4. Youll be exited from DISKPART utility. Now use bootsect utility to make your flash drive bootable. To do so, insert the Windows 7/8 DVD in DVD drive. For this tutorial, the DVD drive is J: and the USB drive is I: (Replace this drive letter with proper drive letter of your PC)
Now type the following command in command promt one by one.
1. J:
2. cd J: oot
3. BOOTSECT.EXE/NT60 I:
![]() |
Command Prompt DISKPART Utility |
Your USB drive now has been update with BOOTMGR compatible code. Now close the Command Prompt windows.
5. Now open your Windows 7/8 DVD drive and copy all files in your Flash Drive.
![]() |
Copy Files |
6. Everything is done. Now boot from your pen drive and continue Windows installation.
Go to link Download
Friday, October 28, 2016
How To Create Bootable USB Pen drive For Windows 7
How To Create Bootable USB Pen drive For Windows 7
You know how you can install an OS easily by using a bootable DVD or CD. Now in this tutorial, we will discuss how to create a bootable USB pendrive to install an OS from your pendrive.
Also read: How To Install Windows XP From USB Flash Drive

Tools required:
- Windows 7 installation disk
- A USB pendrive. Minimum recommended size is 4 GB.
Steps To Create A Bootable Pendrive
Step 1:
Open your PCs PowerShell or Command Promt with administrative rights.
Open your PCs PowerShell or Command Promt with administrative rights.
Step 2:
After inserting your USB pendrive, run DISKPART from the PowerShell.
After inserting your USB pendrive, run DISKPART from the PowerShell.
Step 3:
Type the command LIST DISK. The result will be as shown below:
Type the command LIST DISK. The result will be as shown below:

Here DISK 0 is the hard disk and DISK 1 is the pendrive I have used.
Step 4:
In my case, the USB drive is DISK 1. So in this step, I enter the following command:
SELECT DISK 1. According to your disk number, the "1" in the command will change.

Step 5:
After the USB drive is selected from DISKPART, enter the following commands one by one:
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
And at last, enter EXIT command

Step 6:
Exit PowerShell and insert your Windows 7 installation disk. Now open My Computer.

Note the drive letters of both - Your pendrive and Windows 7 installation disk. In my case, they are G: and H: respectively.
Step 7:
Again start PowerShell and enter following commands one by one:
H:
CD BOOT
BOOTSECT.EXE /NT60 G:
Note the drive letters I used here are H: and G: according to my drives and these letters may be different for you.
Now your pendride has become a bootable one.
The last step is to copy all the contents of your Windows 7 installation disk to your pendrive. So open My Computer > Windows 7 installation CD and copy all the contents there and paste it in the USB drive you have used in this process.
Now your pendrive is ready to boot and you can install Windows 7 from that USB pendrive. You can also follow the same procedure with any other OS installation disk to create a bootable pendrive for that OS.
Hope you liked the tutorial! Do comment and let me know if you face any problems or if this tutorial proved helpful to you...
Go to link Download
Subscribe to:
Posts (Atom)