01.23.10

Windows Registry for Windows Seven

Posted in Information + More, Software Stuff at 10:54 pm

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

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 Windows registry has two essentials: keys and values.

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

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.

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.

Window 3s 16-bit registry presents the terms, wherein keys included merely a value that is unnamed (which required to be a string), but they couldnt have arbitrary duo of name/data.

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

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.

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.

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

  • 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

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

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

Sorry, comments are closed.