---------------------------------------------------------- Permission is granted for
below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and
byline, copyright, and
resource box below is included. ----------------------------------------------------------Working With
Registry
By Stephen Bucaro
The Registry is
central database for everything about your computer. It stores configuration information about
operating system, hardware, software, and types of files on
computer.
The registry database consists of "keys" and "values". A key is a "place" to store a value. A key may store many values, or it may have subkeys, each which store values. The Windows 2000 registry has five top level keys as listed below.
HKEY_LOCAL_MACHINEHardware configurations HKEY_CURRENT_CONFIGOperating system settings HKEY_CLASSES_ROOTFiles types and software objects HKEY_USERSAll users configurations HKEY_CURRENT_USERCurrently logged in user configurations
The Registry is normally modified through Administrative or Control Panel utilities, but it is possible to edit
Registry directly. Making an incorrect modification to
Registry can cause your computer to fail to start, so it's wise to backup
Registry before making any changes.
To backup
registry, you can export it to an ASCII file with
.reg extension. You can export
Whole Registry or just a branch of
Registry. First select or create a folder where you would like to save
exported registry. To export
Registry, open
Registry Editor program by selecting Start | Run and typing regedit in
Run dialog box.
In
Registry Editor programs "Registry" menu, select "Export Registry File..." In The "Export Registry File" dialog box, navigate to
folder where you would like to save
exported registry. Then enter a name for
exported registry file (for example reg_date). Make sure
"Save as type:" drop down list has "Registration Files" selected. This will automatically add
.reg extension to
file. In
"Export Range" section, set
"All" radio button. Then click on
"Save" button.