Windows Registry for Windows 98ME

Comments Off

The hierarchical database – Registry – for Windows stores settings and options for configuration on MS Windows operating systems.

The entire settings for low-level operating system components along with applications operable on that operating system are contained in the registry. It finds application in the kernels, SAM, device drivers, services, third party applications and user interface.

Windows registry also offers a way to access counters to profile performance of the system.

The Windows Registry was first launched in the market with Windows 3.1 to store important configuration information for 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 MS registry has two essentials: keys and values.

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

The Windows API functions, which query and maneuver registry values, obtain the names of values distinctly from the key path and/or from the handle that recognizes 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.

In Windows 3, keys were devoid of containing arbitrary names/data pairs, instead they contained only one unnamed value that needs to be a string.

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.

However, sloppy registry editing can lead to a slow Windows 7 or losses that cant be reversed. So, performing registry backups must be the priority, and the same has been advised by the software giant Microsoft and various other professionals, authors and editors of business magazines.

A straightforward implementation of the present-day registry tool surfaced in Windows 3.x operating system, dubbed as “Registration Info Editor” or simply “Registration Editor”.

Typically, it was merely a database of applications that are used to edit OLE objects embedded in documents.

However, it should be remembered that both the editors have several differences.

Microsoft Windows XP was the first system in which both the programs were integrated into one. This integrated program contained the interface of REGEDIT.EXE and 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 enables users to do the following functions easily:

  • Loading, manipulating and unloading registry hive format files (Windows NT-based systems only)
  • Setting permissions based on ACLs (Windows NT-based systems only)
  • Bookmarking user-selected registry keys as Favorites
  • Finding particular strings in key names, value names and value data
  • Remotely editing the registry on another networked computer

Registry editing in Linux is also possible by making use of Offline NT Password and Registry Editor for editing files.

Share with the community 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.