Friday, 25 April 2014

Use USB Pendrive as RAM of Computer

USB flash drive is a data storage device that includes flash memory with an integrated Universal Serial Bus (USB) interface. USB flash drives are typically removable and rewritable, and physically much smaller than an optical disc.
RAM Random-Access Memory is a form of computer data storage. A random-access device allows stored data to be accessed directly in any random order. In contrast, other data storage media such as hard disks, CDs, DVDs and magnetic tape, as well as early primary memory types such as drum memory, read and write data only in a predetermined order, consecutively, because of mechanical design limitations. Therefore, the time to access a given data location varies significantly depending on its physical location.
Using Pendrive as RAM of computer , will help in increasing the performance of the computer. Here you have to use a USB pen drive or flashdrive, which can be used as RAM of your computer.
How to use USB pen drive as RAM in Windows XP -
xp1. First connect your pen drive to computer. Note that pen drive should be at least of 1GB.
pd

2. Now right click on the my computer and then click properties.
3. Click on Advanced Tab and then Performance.
4. Now click on Advanced and then click on Virtual Memory.

5. Select your pen drive icon and click Custom size.
6. Now view the memory available in your pen drive and note it down then click on OK.
7. Restart your computer and enjoy your fast system.
How to use USB pen drive as RAM in Windows Vista and Windows 7-
windows 7 usb
1. Insert your pen drive and Format it.
2. Right click on your pen drive and click on Properties.
3. Now click on Ready boost tab and then Use this device.
4. Choose maximum space to reserve system speed then click on OK and Apply.
You’ve done!  Now use your pen drive as RAM.

How to remove Shortcut-link virus & Retrieve Unhide File-Folder of Pendrive

If you have some nasty virus on USB drive that hide your entire file in the drive? i.e; hides your files and folders, creates exe file extensions of your folders and even corrupt your files.
One sure way to retrieve your file or folder attributes back to unhidden is to use command prompt in windows. All you have to do is described below in steps.
STEP 1 : Plug your pen drive to USB port of your computer. Make sure it is detected.
pd
STEP 2 : Start command prompt by Clicking Start>>Run and type cmd then hit enter.
cmd

cmm
STEP3 : Find the drive letter for the connected USBdrive. For example, F:
In command prompt, type F:
Then type
attrib -s  -h  /s  /d  *.*
[Make sure that you put space between each element in the code.]
Press Enter, wait a moment and this should unhide all your files on your pen drive.