Jan 8, 2012

How to move the mouse cursor with the keyboard in Windows.

  1. Click Start, Settings, Control Panel.
  2. Within the Control Panel open Accessibility Options or Ease of Access
  3. Click the Mouse tab.
  4. Check the "Use Mouse Keys" check box.
  5. If you wish to increase the speed or change any other settings, click on the Settings button.
  6. Click Apply and then close out of the box
When you want to move  mouse point with the help of Keyboard then Press [Left Alt] + [Left Shift] + [Lock]
then a dialog appears and click on [OK]

How To Move -- Press [8] for UP
                            Press [2] for DOWN
                            Press [4] for LEFT 
                            Press [6] for RIGHT 

Dec 25, 2011

How To Set The Icon of any Drive

Windows XP
1. Open the Registry Editor click on the Start button on your taskbar, then click on Run and type “regedit” and click on OK to start the regedit utility.

2. Expand HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

3. Create a new key called “DriveIcons”. Under this key, create a new key with the letter of your drive.

4. To change the icon for that drive, create a key inside that one called “DefaultIcon” and set the path of (Default) to the location of your icon.

Example: C:\DefaultIcon\
then (Default) = E:\Icons\IconName.ico

Windows 7
1 Navigate to HKEY_CURRENT_USER\Software\Classes\ and look for Applications key. If you don’t have that key, then right click on Classes->New->Key. Name that new key Applications.

2. After that, right click on the Applications key and choose New->Key. Name it Explorer.exe.

3. Right click on Explorer.exe key ->New->Key. It must be named Drives. After you created the Drives key, right click on it ->New->Key. This time, change key’s name to the drive letter you want to change (example: C). It should look something like below:

4. Now, create a new key inside C key. Right click on it and choose New->Key. Name it DefaultIcon.

5. Locate you icon find. Hold Shift and then right click on the icon file, choose Copy as path.

6. Back to Registry editor window, double click on (Default) value of DefaultIcon key.

7. Pasted the path you copied in step 6 to Value data. Click OK to save. After that, close the Registry editor. It should take effect immediately. If it doesn’t, please restart your computer.

To restore default icon:

Delete the C key (or your drive letter key).