Sensors and network administering


sensornet-work.com keyword stats



Most current Google search phrases:

non contact position sensor -CiNii  
Most current MSN search phrases:

speedtest/atlanticbb.net wwww.speakeasy.com
service affiliate
internet wrote
tutoring camera
calcium security
testing safety

What is The Windows Registry?

The Windows registry is a database whichtheir registry settings are merged with the
stores settings and options for the operatingsystem wide settings. This allows programs to
system for Microsoft Windows 32-bit versions,more easily keep per-user configuration, as
64-bit  versions  and  Windows  Mobile.they can just work with the 'current user'
key, whereas in the past they tended to just
It contains information and settings for allkeep system-wide per-program settings. There
the hardware, software, users, andare always some system wide settings that are
preferences of the PC. Whenever a user makescommon  for  all  users  though.
changes to "Control Panel" settings, or file
associations, system policies, or installed* Group Policy allows administrators on a
software, the changes are reflected andWindows-based computer network to centrally
stored  in  the  registry.manage program and policy settings. This is
not used in a home environment, only in
The registry is actually a big file where acorporations  with  a dedicated logon server.
lot  of  setting  can  be  stored.
* Because the registry is accessed through a
This file has been around quite a while andspecial API it is available to scripts and
has  had  different  names.remote management using WMI. Each script does
not have to be customised for every
The first windows version that used theapplication's unique configuration file
windows registry to store settings waslayouts  and  restrictions.
windows 3.11 and the registry in that version
of  windows  was  called  Reg.dat.* The registry can be accessed as one item
over a network connection for remote
In Windows 95 & 98 the registry files aremanagement/support, including from scripts,
named User.dat and System.dat and are storedusing  the  standard  API.
in  the  \Windows\  directory.
* It can be backed up more easily, in that it
Windows ME called the registry files,is just a small number of files in specific
Classes.dat, User.dat, and System.dat andlocations.
stored  them  in  the  \Windows\  directory.
Bad  things  with  the  Registry
Finally the newest versions of windows like,
Windows NT, 2000, 2003, & XP stores theNot all that shines is gold. The Registry
registry  files  like  this,introduces  some  problems  as  well:
The Registry files are stored in* It is a single point of failure - damage to
%SystemRoot%\System32\Config\:the Registry can render a Windows system
unbootable, in extreme cases to a point that
-  Samcan not be fixed, and requires a full
reinstall of Windows. This is why it is so
-  Securityimportant to use registry scan and repair
utilities, while the registry still can be
-  Softwarerepaired.
-  System* Any program which wants to manipulate the
registry must use special Windows API
-  Defaultfunctions whereas a configuration file can be
manipulated using normal text file-processing
-  Userdifftechniques.
-  NTUSER.dat* Configuration files can contain comments to
help the user by explaining what values are
- The NTUSER.dat file is stored in thefor and how they can be changed, the registry
profile  folder.cannot. And the registry use something called
guids in a large scale. Long strange unique
The Windows Registry was introduced to tidynumbers that is completely meaningless to
up the old way of storing text entries in INIhumans.  Making  handling  much  harder.
files. These entries had previously been used
to store configuration settings for Windows* It is more difficult to backup - it cannot
programs.be done 'live' because it is always in use,
and thus requires special software such as
The ini files where stored in a lot ofntbackup.
different directories and many programs used
their own ini file for some or all of their* Restoring parts of the registry is hard
settings. This way of using ini files allbecause you cannot easily extract data from
over the system, made them difficult to keepbacked  up  registry  files
track of and handle in an easy and logical
way.* Any application that doesn't uninstall
properly, or doesn't have an uninstaller, can
What's  Good  with  the  Registryleave entries in the registry, which can lead
over time to increased file size and
Changing from having one or more INI Filesdecreased performance. And once again, here's
per program to one centralised registry hasthe major reason why you must use a registry
some obvious and some not so obviousscan/clean  and  repair  software.
benefits:
The registry will be redone once more with
* The registry keeps machine configurationthe release of the new Vista Operating System
separate from user configuration. When a userfrom Microsoft.
logs into a Windows NT/XP/2003 computer,



1 A B C 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95