The Wilson Lawrence Blog

Windows Registry for Microsoft Windows Seven

Registry is the name of Windows hierarchical database, that Windows uses to store options and configurations for a Microsoft Operating System.

The registry contains set-up for components of low-level operating systems and the applications based on that platform. Registry is used by device drivers, the kernels, SAM, user interface, services and all the third party software.

To boost computers performance, the registry also gives a method to use counters.

The primary function of the Windows registry, when it was initially launched with Windows 3.1, was to accumulate configuration details regarding COM-based components.

The use of registry, with the induction of Windows NT and Windows 95, was expanded to include the organization of abundant INI files for each program whose use was previously made for storing settings of configuration for programs on Windows.

The Registry includes two basic elements values and keys.

Registry Values refer to the pairs of name/data stored within the keys.

The Windows API functions, querying and manipulating values of registry, get value names in a different way from the key path. They may also use handle which identify the parent key.

The terminology seems to be misleading because the values resemble to an associative array. This associative array uses standard terminology for referring the name part of the value as a key.

These terms are an archive from 16-bit registry in Windows

The biggest advantage of Registry in Microsoft Windows is that it can be edited manually with the help of regedit.exe or regedt32.exe in the Windows directory.

This advantage could have serious consequences e.g. a slow PC if Registry editing is done carelessly. Thus, Microsoft recommends that before editing the Registry, backups should be performed to avoid damages. In fact, many industry experts like editors and authors of leading trade magazines have recommended this.

A direct implementation of the current registry tool was seen in Windows 3.x, known as the “Registration Editor” or “Registration Info Editor”.

This was a database of applications primarily used to edit inserted OLE objects in documents.

But the users need to be cautious as the two editors on the aforementioned platforms differ tremendously.

For the first time, the two programs were merged into one by Windows XP, which adopted the traditional REGEDIT.EXE as interface and added to it the functionality of REGEDT32.EXE.

With REGEDIT.EXE being the enhanced editor and the other one, i.e. REGEDT32.EXE, invoking the former one, there doesnt seem any difference on the newer operating systems including Windows XP.

The Registry Editor permits users to carry out functions that follow:

  • Importing and exporting .REG files, exporting data in the binary hive format
  • Creating, manipulating, renaming and deleting registry keys, subkeys, values and value data
  • Finding particular strings in key names, value names and value data
  • Bookmarking user-selected registry keys as Favorites

Linux platform too allows for editing the registry with the assistance of an open source tool called Offline NT Password & Registry Editor.

Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • OnlyWire
  • Socialize-It
  • bodytext
  • del.icio.us
  • Furl
  • StumbleUpon
  • Propeller
  • YahooMyWeb
  • Reddit
  • Slashdot
  • Ma.gnolia
  • RawSugar

Comments are closed.

Site Info

You are currently browsing an entry titled Windows Registry for Microsoft Windows Seven from the The Wilson Lawrence Blog weblog archives.