Archive for the ‘Registry’ Category

1) Navigate to:

HKEY USERS\ .DEFAULT\Control Panel\Desktop

2) Double click the wallpaper value, and type in the full path of your image and the filename.

3) To tile the image set “TileWallPaper” to 1

4) To Stretch the wallpaper set “WallPaperStyle” to 2

5) Close the registry editor and the changes will take place when you Log off.

This could be your favourite image or picture as long as it is a .bmp or .jpg.

Try it at your own Risk.

It works for me !! Not sure about your computer ..

Registry Basics

Posted: August 18, 2009 in Registry

Registry: it is hierarchical database which contains information of software /hardware and user profile setting .

Files responsible for making registry:

1)user.dat

2)system.dat

User.dat:this file is responsible for updating user information in registry.

System.dat: this file is responsible for updating hardware /software information in the registry.

How to open registry:

Start—run—regedit.

Registry structure:
Registry is made up of hives.

There are six hives:
1)HKEY_CLASSES_ROOT
2)HKEY_CURRENT_USER
3)HKEY_LOCAL_MACHINE
4)HKEY_USERS
5)HKEY_CURRENT_CONFIG
6)HKEY_DYN_DATA.

HKEY_CLASSES_ROOT:—THIS HIVE CONTAINS INFORMATION ABOUT PROGRAM ASSOCIATED WITH FILE TO OPEN.

HKEY_CURRENT _USER:–THIS FILE CONTAINS INFORMATION ABOUT USER WHO IS CURRENTLY LOGGED ON .

HKEY_LOCAL_MACHINE:—THIS HIVE CONTAINS INFORMATION OF ALL HARDWARE AND SOFTWARE.

HKEY_CURRENT_ CONFIG:–THIS FILE CONTAINS INFORMATION CURRENT HARDWARE PROFILE LOADED

HKEY_USERS:–THIS FILE CONTAINS INFORMATION ABOUT DEFAULT USERS.

HKEY_DYN_DATA:–THIS FILE CONTAINS INFORMATION ABOUT PROGRAMS WHICH ARE LOADED INTO MEMORY ALWAYS.

how to restore registry:

scanreg:this is a registry tool which is used to restore registry
of previous dates

how to use this command:

1)open the computer in dos mode:

2)scanreg /restore.

3)select the date.

how to export or import registry:

start–run –regedit—registry—export/import.

1. Start -> Run -> regedit ->Find the Hkey_Local_Machine>System>Current Control set>Services>USBStor.

2. Look at the right pain and find out the Start where value of the start would be 0000000(3) edit the value by double mouse click and type 4 and save.

3. Restart your computer.

Automatically Kill Programs At Shutdown

don’t you hate it when, while trying to shut down, you get message boxes telling you that a program is still running? Making it so that Windows automatically kills applications running is a snap. Simply navigate to the HKEY_CURRENT_USERControl PanelDesktop directory in the Registry, then alter the key AutoEndTasks to the value 1.

GPEDIT.MSC And Autoplay

A great tweaking file that comes with XP is gpedit.msc. Go to Start -> Run… and then type in ‘gpedit.msc’ and press enter. This is effectively the Policies Editor, and it comes in handy often. For example, if you hate CD autoplay like I do and want to permanently disable it, you can use this tool to do so. Just run gpedit.msc, then go to Computer Configuration -> Administrative Templates -> System. In here you can see the value ‘Turn Off Autoplay’. Right-click on it and then click ‘Properties’.

Speed the Startup

Posted: August 18, 2009 in Registry, System Basics, System Tricks

Menu Delays

Another minor and easy tweak to remove any delay from menus sliding out. For this you will need to use regedit (open regedit by going to Start -> Run…, then typing ‘regedit’ and pressing enter). The key you need to change is located in HKEY_CURRENT_USERControl PanelDesktop. The actual key is called MenuShowDelay – all you have to do is change the value to 0. Remember, you will have to re-boot your computer for this tweak to take effect.


Before you edit the registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.

How to Export Registry Keys

Click Start, and then click Run.

In the Open box, type regedit, and then click OK.

On the File menu, click Export.

In the Save in box, select the boxs at the bottom the bottom according to weather you want to export all or only selected branches of the registry.

Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.

How to Restore the Registry

To restore registry keys that you exported, double-click the .reg file that you saved.