home syndication

Windows Registry for Windows Vista

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.

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

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.

But the use of Windows Registry extended with the launch of Windows NT and Windows 95. It included a large number of per-program INI files wherein configuration settings for Windows had been stored.

The Registry database has two essentials: keys and values.

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

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.

Although, the term is a little bit confusing, with values resembling associative arrays, wherein standard definition suggests that a key is the name portion of value.

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 computer 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.

Windows 3.x, also known as the “Registration Info Editor” or “Registration Editor”, demonstrated the implementation of current Registry tools.

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.

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.

However, the distinctions do not occur with Windows XP as well as the newer versions REGEDIT.EXE being the improved editor and REGEDT32.EXE being purely a stub invoking REGEDIT.EXE.

Following functions can be performed using the Registry Editor:

  • Importing and exporting .REG files, exporting data in the binary hive format
  • Creating, manipulating, renaming and deleting registry keys, subkeys, values and value data
  • Setting permissions based on ACLs (Windows NT-based systems only)
  • Loading, manipulating and unloading registry hive format files (Windows NT-based systems only)
  • Remotely editing the registry on another networked computer

Apart from Microsoft, Registry could also be edited in LINUX with the help of open source Offline NT Password & Registry Editor for files’ editing.

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

Comments are closed.