Showing posts with label USB. Show all posts
Showing posts with label USB. Show all posts

Sunday, August 14, 2011

How to use Pendrive as Ram and increase PC speed

‎1. First Go To Control Panel from my computer or startup
2. Then click on System And Security and then System .
3. Now click on "Advance System Settings" at left side
4. Click on Settings and the go to Advanced Tab and then Settings > Advanced
5. Now, you can see Virtual Memory, just click on Change
6. Here you have to uncheck "Automatically manage paging file size"
7. Now, click on your pen drive, and set the custom size.
8. Ex. In 4 GB pen drive, 700 is initial size and 3000 is maximum size

Feel free to give your feedback at:
feedback@technoholics.co.in

Monday, November 29, 2010

Set a program to run automatically (autorun)

Using autorun, you can set a program to start up automatically when you connect the drive to a computer. You can also use the same script for a data CD-ROM, DVD-ROM and USB drives. 
1) Open up notepad and paste the following script:

[autorun]
ShellExecute=filename
Label=description
UseAutoPlay=1

2) Make sure you replace filename with the full path to the file. For example, a file calledprogram.exe in a folder called “programs” on     the thumb drive would be/programs/program.exe

3) Replace description with a short description of the program, for example, My Folder or XYZ.

4) Save the file as autorun.inf.

*Note: Some computers have autorun disabled for security purposes.

Feel free to give your feedback at:
feedback@technoholics.co.in