Thursday, January 21, 2010

How to Make Firefox Run Faster

Step 1


Change the default settings in Firefox in order to make it speedier. Type the phrase "About:Config" into the address bar of your Firefox address bar. Then hit the "Enter" button on your keyboard. A window will pop up displaying multiple settings. Although some of these listings may look a little advanced, they can still be edited very easily to increase your browsing speed.

Step 2



Change the entry "network.http.pipeling" to "true" by clicking it twice. This will help to increase the loading speed of your pages, especially ones with numerous graphics.

Step 3



Change the entry "network.http.proxy.pipeling" from "false" to "true" by double-clicking it. The last default setting that you'll need to change is "network.http.pipeling.maxrequests." Change it from "4" to "8" by clicking it twice.

Step 4



Right-click anywhere in this settings page. You'll see a list of new menu options. Choose "New" and then "Integer." Name this new setting "Nglayout.initialpaint.delay." Set the value to 0. Changing this setting will prevent your Firefox browser from having to wait before it acts on any received information.

Step 5



Use a high-speed internet connection if you would like to really notice the difference in how fast your Firefox browser has become. Your web pages will load much faster because you have sped up Firefox's reaction time and increased the number of requests the browser can respond to at once. Instead of waiting patiently for your Firefox browser to respond to your click requests, it will deliver information at a remarkable rate.

Tuesday, January 19, 2010

How can I change the System partition drive letter in Windows XP?(registry method)

From the title , i will teach you to change Sytem Partition Letter/ tag/ name in registry editor. The simple method is ...
For the most part, this is not recommended, especially if the drive letter is the same as when Windows was installed. The only time that you may want to do this is when the drive letters get changed without any user intervention. This may happen when you break a mirror volume or there is a drive configuration change. This should be a rare occurrence and you should change the drive letters back to match the initial installation.

To change or swap drive letters on volumes that cannot otherwise be changed using the Disk Management snap-in, use the following steps:

Note: In these steps, drive D refers to the (wrong) drive letter assigned to a volume, and drive C refers to the (new) drive letter you want to change to, or to assign to the volume.

1. Make a full system backup of the computer and system state.
2. Log on as an Administrator.
3. Start Regedt32.exe (or Regedit.exe in Windows XP).
4. Go to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices


1. Click MountedDevices.
2. On the Security menu, click Permissions.
3. Check to make sure Administrators have full control. Change this back when you are finished with these steps.
4. Quit Regedt32.exe, and then start Regedit.exe.
5. Go to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices


1. Find the drive letter you want to change to (new). Look for "\DosDevices\C:".
2. Right-click \DosDevices\C:, and then click Rename. In Windows 2000 you must use Regedit instead of Regedt32 to rename this registry key.
3. Rename it to an unused drive letter "\DosDevices\Z:". (This will free up drive letter C: to be used later.)
4. Find the drive letter you want changed. Look for "\DosDevices\D:".
5. Right-click \DosDevices\D:, and then click Rename.
6. Rename it to the appropriate (new) drive letter "\DosDevices\C:".
7. Click the value for \DosDevices\Z:, click Rename, and then name it back to "\DosDevices\D:".
8. Quit Regedit, and then start Regedt32 (not required in Windows XP).
9. Change the permissions back to the previous setting for Administrators (this should probably be Read Only).
10. Restart the computer.

Gud Luck Yah ! ^_^

How To Change Drive Icons And Labels

There's a million trick to change drive icons and label, but today, i would share with you one of the method. ^_^


How to change Drive icons and labels (Windows XP,2000)

To change Drive icon:
1- Click Start > Click Run > type “regedit” to run Registry Editor
2- Find following:
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer
3-create a new Key and name “DriveIcons
4- Under DriveIcons create a new Key with the drive letter ( for example C ), within drive letter create a new key and name “DefaultIcon”.
5- Give the default value , the icon you want to use, for example : c:\windows\system32/shell32.dll,74

To change Drive Label:
Do step one and two

Under DriveIcons create a new Key with the drive letter ( for example C ), within drive letter create a new key and name “DefaultLabel”.
Give the Default Value, the label you want. For example Windows.

Close Registry Editor and reboot your Computer
Note: editing the registry may damage your system. Please create a restore points before any changes.

Monday, January 18, 2010

Talk To My Computer

Halo,..today, i would like to share with you the simple program which is, you can talk with ur own computer.. Here's the trick. First of all, you need to : -

1)Open the notepad
2)Copy this coding into the notepad without ♥ symbol

strText = inputbox("What should Sam say?","SAM")
set objVoice = CreateObject("SAPI.spVoice")
ObjVoice.speak strText

3)Save it as MICROSOFT SAM.vbs

Lastly, try to double click on that program. WhaCk !! the program make the computer talk to you ! ^_^