How Registry Is Helpful in Managing Security.: Term Paper On
How Registry Is Helpful in Managing Security.: Term Paper On
Submitted by
***************************
Section: *****
Submitted To:
***********************
Lovely Professional University
Introduction Windows Registry
The registry is the heart and soul of
The Registry has to be one of the least
MS Windows XP. In other words,
understood aspects of the Windows
The registry contains the
operating system family. Even
configuration data that makes the
seasoned professionals approach it
operating system work. The registry
with a degree of caution, knowing that
enables developers to organize
a wrong entry can potentially wreak
configuration data in ways that are
havoc on the system. Description of
impossible with other mechanisms,
the registry.
such as INI files. It's behind just about
every feature in Windows XP that you
The registry as a central hierarchical
think is cool. More importantly, it
database used in Microsoft Windows
enables you to customize Windows
used to store information that is
XP in ways you can't through the user
necessary to configure the system for
interface.
one or more users, applications and
hardware devices. The Registry
Windows XP and every application
contains information that Windows
that runs on MS's latest desktop
continually references during
operating system do absolutely
operation, such as profiles for each
nothing without consulting the
user, the applications installed on the
registry first. When you double-click
computer and the types of documents
a file, Windows XP consults the
that each can create, property sheet
registry to figure out what to do with
settings for folders and application
it. When you install a device,
icons, what hardware exists on the
Windows XP assigns resources to the
system, and the ports that are being
device based on information in the
used. The Registry replaces most of
registry and then stores the device's
the text-based .ini files that are used
configuration in the registry. When
in Windows 3.x and MS-DOS
you run an application such as MS
configuration files, such as the
Word 2002, the application looks up
Autoexec.bat and Config.sys.
your preferences in the registry
Overview of Registry During system startup, Windows uses
the registry to get configuration data
The Registry was introduced as a way regarding the hardware, software and
out of the “INI files mess” that other peripherals that have been
plagued early versions of Windows. configured. It also maintains a backup
Configuration information regarding copy of the registry with which the
the operating system, application system had successfully started up
files, hardware, and soon were stored last. Hence, if it encounters a problem
in INI files scattered all over the with the current startup, it can then
system. For example, when an use the configuration information
application is installed, it needs to from the backup to attempt to start the
know various parameters regarding system. Some of the information
the operating system and the available stored in the registry is specific to the
hardware. Much of this information is particular startup session only, and is
common to other applications as well. mostly user-specific Physically.