Saturday, September 19, 2009

TIPS and TRICKS



1) How to make a program in your pen drive Auto-RUN

code:


[autorun]
open=*****.exe


***** means name of the apllication(.exe) file u want to autorun

after typing this in notepad save it as autorun.inf and place it inside ur pendrive
if u want to give any icon u want to enter one more step
icon=nameoftheicon.ico
and place the icon file with the autorun.inf file


2) Make u r computer start widin seconds(new)

Does Your comp take a hell lot of time to start??Well, if the Answer is Yes then this is gonna really help you.Here I Will Tell You How To Speed Up Your Boot Process of Windows Xp.

1.Open Notepad and then copy/paste the following code in it :

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000005


2.Then save the notepad file with any name but make sure to rename its extension from .EXE To .REG , Finally double click on the file and then click Yes .