Thursday, May 29, 2008

What Is a Windows System Registry?


The system registry is one of the most important parts of a Windows-based computer system. Not to be tampered with lightly, the registry is a system-defined database used by the Windows operating system to store configuration information. Most Windows applications write data to the registry during installation, and system components store and retrieve configuration data through the registry. The data stored in the registry varies according to the version of Microsoft Windows.



Windows is what is known as a "graphical user interface", allowing users to point and click their way through various icons to change settings via various checkboxes and menus. However, there is another way to customize virtually everything in the operating system all from a single point - the System Registry. In fact, some options can only be set via the System Registry - the choice simply doesn't exist in the graphical menus.



The data is stored in the registry in a tree structure format, for those who have never opened the Registry Editor, you'd find its layout is similar to what you would see when you open your Windows Explorer. Each node within the registry tree contains a key which may have both subkeys and data entries (called values). Depending on the application you run, the application may need only the associated key while others may need the value data set for that specific key. A hive in the registry is a group of keys, subkeys, and values in the registry that has a set of supporting files containing backups of its data. The Windows boot process automatically retrieves data from these supporting files.




...



Almost all software installed on the PC will impact the System Registry. Preferences regarding hardware, options, and other software settings will all be added to the huge database of the Registry. Thus the System Registry isn't just the central nervous system for the Operating System (OS), it's the central nervous system for the OS and any applications installed to that OS.

The System Registry is also where malware "registers" itself to run on the system, or makes other modifications that can have a critical impact on the functioning of your PC. Thus, familiarizing yourself with the System Registry is not just a good way to tweak your PC, it's essential if you wish to be able to manually defend it.

The System Registy operates much like Windows Explorer. That is to say, top tier items are folders known as keys which, when expanded, display various second tier items, also known as keys. Additional third-tier keys may also be contained within second tier keys, etc. In other words, just as Windows has folders and subfolders, the registry has keys and subkeys. Within those keys are values. To see the values a particular key contains, you first select (highlight) the key in the left pane, and the value(s) will appear in the right pane.

When a key is collapsed - that is to say, all the other keys within it are not visible - a + sign will appear to the left of the key name in the left pane. Clicking the + sign will expand that key. The key will now have a - sign to the left of it and second tier keys will be seen below it. When a + sign appears to the left of a key name, it means that other keys are contained within it.

Sunday, May 18, 2008

How to retrieve permanently deleted mail in outlook Worried??


Just because you accidentally deleted an important mail from your outlook inbox? Well here is a way you can get it back

Don't worry if you have deleted any mails permanently from your outlook inbox. Here is a way you can retrieve your permanently deleted mails.



1. Go to Run by clicking on Start and type in regedit.




2. Now go to HKEY_LOCAL_MACHINE, expand Software.





3. You will find Microsoft there. Expand Microsoft.




4. Expand exchange and then client.





5. You will find Options there. Right click on Options, choose New and click on D Word Value.




6. Now right click the new Dword Value and rename it to DumpsterAlwaysOn.
Note: This is case sensitive.




7. Right click on the DumpsterAlwaysOn and modify the Value data to 1 and click on OK.

When you type 1, this means the Recovery deleted Item is on. Also 0 to turn it off.






8. Now open Outlook and click on Tools.


9. Choose 'Recovery Deleted Items'.



So Go ahead and find out your mails that have been deleted by mistake or intensally and are required now.

Wednesday, June 07, 2006

Hi,

This is real cool tip for people who use notepad to write down any info on a day to day basis...

In Notepad

* Create a blank text file with .LOG as the first line of the file, followed by a carriage return. [ Enter ]
* Save and close the file .
* Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the next line.
* Type your notes and then save and close the file.

Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it

It simply serves as a virtual diary!