Choose What You Want :-

Do you want to Learn Registry?(CLICK ON LEARN) Do you want to speed up you system using Tricks?(CLICK ON TRICKS) Choose Below :-
Photobucket Photobucket
Hi Welcome To Registry Blog .... Here you can learn Registry .... Find tricks to make your system perform faster .... Post your query to get a solution .... Stay tuned to get more tips daily .... Much More .... Tip: Be sure to explore the blog well as you never know what tips you might stumble upon!

Warning - This Is Registry!

You can use the information provided here to get the hell out of the problems your system gives you ... Careful though if you mess with registry it can give a bump on your head for messing ... Ha Ha ... I am not responsible for your actions I tell you.

Visitor Count

Monday, January 14, 2008

Optimise Boot Files

Can reduce boot time to an extent because of defragmenting them at start up

Go to

HKEY_LOCAL_MACHINE\Software\Microsoft\Dfrg\BootOptimizefunction

Set the value of enable int this key to Y .
Reboot.

For application Stability

Can make each application more stable by launching in a separate process thread and also increases the load time

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl

Set the DWORD value for Win32PrioritySeperation to anything in 27,28,37,38.You can experiment with other values.
After doing this go to tools->view menu in the explorer and check 'launch folder window in a separate process'.
Reboot.

Values Used In The Registry

* DWORD :- It is used to choose between multiple options where the entries are Boolean each
choice you choose causes your system to behave differently.

* String :- Used for Human readable text.

* Binary :- It is the data entered in Hexadecimal format useful for hardware and device settings.

Do You Know About The Structure Of Registry?

It has a structure similar to the structure of the windows explorer where we have drives there we can create folders and then sub-folders in the folders and sub-folders may even contain some files or any other data, Similarly in registry we have six Hives which may contain keys,sub-keys ... so on and which in turn may have some values.

Saturday, January 12, 2008

For Processes Stability

Xp runs all the 16 bit applications in a single process, run in individual processes to increase stability.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW

Set the DefaultSeperateVDM string value to Yes.If its not there create it with the value Yes.

Fast Up Memory

This can be done by unloading unused dlls's which xp leaves in the memory after an application is closed, which cause a lot of problems.

Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL

If the Dword valuse AlwaysUnloadDLL is not there create it,if its there change the setting to 1.

Tricks (Can Be Applied At Ramdom) :-

1. Fast Up Memory

2. For Processes Stability

3. For Application Stability

4. Optimse Boot Files

Explanation :-

-> If any changes are made to the system by users,o.s,software,hardware, are all updated in the registry the changes can also be seen in the registry.

-> Using the registry only the computer starts at the time of startup windows uses the registry for the information about hardware,software,and other newly made changes.

-> Our system always maintains a backup copy of the registry with which it successfully started up last time so that it can use that information during startup failures.

-> Some of the information stored in the registry is restricted to a particular startup session.

-> Windows will make changes to the registry according to the situation and user preferences, for example when a user installs a software, windows will make the changes to registry either system-wide or user specific or in some cases both. It may also provide the user the option to choose from.

-> In some special cases registry is not available as in the case of boot process where boot.ini file is used for the process.

-> Usually the registry information is stored in c:\windows or c:\WinNT (in many files in \system 32\config folder).

-> Registry can be accessed by typing regedit.exe or regedit32.exe in run which in located at the start menu.

Learn Registry(Step By Step) :-

1. What Is Registry?

2. So What Exactly Is Registry?

3. Explanation

4. Do You Know About The Structure Of Registry?

5. Values Used In the Registry

So What Exactly Is Registry?

Registry is where system stores information about hardware, o.s software, software installed by applications, preferences of the users and the preferences of the system.Now that's almost everything Naa?

What Is Registry?

Simply speaking it is where everything about your system is stored.