The Pre Hype Trauma Life Support Blog

Search:

« PreviousNext »

Windows Registry for MS Windows 98ME

26 January 2010

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.

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

At the time registry was first coupled with Windows 3.1, its main aim was to store information on configuration of components based on COM.

The use of registry was inflated with the launch of Windows 95 and Windows NT so as to organize the surplus of INI files per program, which had been used earlier to amass settings of configuration for Windows programs.

Keys and values are the two basic components of the Windows registry.

Inside keys, Registry Values are stored and they actually represent name/data pairs.

Manipulation of registry values is carried out by the API functions of Windows, which access names of values discretely from their key paths and/or from Windows handle that acknowledges 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.

Theres provision for manually editing registry in MS Windows by carrying out the execution of regedt32.exe and regedit.exe in Windows directories.

This advantage could have serious consequences e.g. a slow XP 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”.

It was mainly only an applications database that facilitates editing embedded OLE objects.

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.

Following functions can be performed using the Registry Editor:

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

Archived in Online Tools + Resources, Security + More | | Top Of Page

Comments are closed.