ࡱ> vxstuq`  bjbjqPqP el::  j $V]V]V]V]R^b_qqqqud{xGyh$h zt"uzz qqˡzV q qz| |qV_ ߠV]5<H0bqZ4|| $y>y,z$=zyyy˂yyyzzzzd <d < f   Windows Registry The Windows registry is a  HYPERLINK "http://en.wikipedia.org/wiki/Directory_%28database%29" \o "Directory (database)" directory which stores settings and options for the  HYPERLINK "http://en.wikipedia.org/wiki/Operating_system" \o "Operating system" operating system for  HYPERLINK "http://en.wikipedia.org/wiki/Microsoft_Windows" \o "Microsoft Windows" Microsoft Windows 32-bit versions, 64-bit versions and  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Mobile" \o "Windows Mobile" Windows Mobile. It contains information and settings for all the  HYPERLINK "http://en.wikipedia.org/wiki/Hardware" \o "Hardware" hardware, operating system  HYPERLINK "http://en.wikipedia.org/wiki/Software" \o "Software" software, most non-operating system software, users, preferences of the  HYPERLINK "http://en.wikipedia.org/wiki/Personal_computer" \o "Personal computer" PC, etc. Whenever a user makes changes to  HYPERLINK "http://en.wikipedia.org/wiki/Control_Panel_%28Windows%29" \o "Control Panel (Windows)" Control Panel settings,  HYPERLINK "http://en.wikipedia.org/wiki/File_association" \o "File association" file associations, system policies, or  HYPERLINK "http://en.wikipedia.org/wiki/Installation_%28computer_programs%29" \o "Installation (computer programs)" installed software, the changes are reflected and stored in the registry. The registry also provides a window into the operation of the kernel, exposing runtime information such as performance counters and currently active hardware. This use of registry mechanism is conceptually similar to the way that  HYPERLINK "http://en.wikipedia.org/wiki/Sysfs" \o "Sysfs" Sysfs and  HYPERLINK "http://en.wikipedia.org/wiki/Procfs" \o "Procfs" procfs expose runtime information through the file system (traditionally viewed as a place for permanent storage), though the information made available by each of them differs tremendously.The Windows registry was introduced to tidy up the profusion of per-program  HYPERLINK "http://en.wikipedia.org/wiki/INI_file" \o "INI file" INI files that had previously been used to store configuration settings for Windows programs. HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-Reghist#_note-Reghist" [1] These files tended to be scattered all over the system, which made them difficult to track. Contents [ HYPERLINK "http://hyugen.wordpress.com/wp-admin/toggleToc()" hide]  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Structure#Structure" 1 Structure  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Keys_and_Values#Keys_and_Values" 1.1 Keys and Values  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Hives#Hives" 1.2 Hives  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "HKEY_CLASSES_ROOT#HKEY_CLASSES_ROOT" 1.2.1 HKEY_CLASSES_ROOT  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "HKEY_CURRENT_USER#HKEY_CURRENT_USER" 1.2.2 HKEY_CURRENT_USER  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "HKEY_LOCAL_MACHINE#HKEY_LOCAL_MACHINE" 1.2.3 HKEY_LOCAL_MACHINE  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "HKEY_USERS#HKEY_USERS" 1.2.4 HKEY_USERS  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "HKEY_CURRENT_CONFIG#HKEY_CURRENT_CONFIG" 1.2.5 HKEY_CURRENT_CONFIG  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "HKEY_PERFORMANCE_DATA#HKEY_PERFORMANCE_DATA" 1.2.6 HKEY_PERFORMANCE_DATA  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Editing#Editing" 2 Editing  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Manual_editing#Manual_editing" 2.1 Manual editing  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Command_line_editing#Command_line_editing" 2.2 Command line editing  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Programs_or_scripts#Programs_or_scripts" 2.3 Programs or scripts  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Locations#Locations" 3 Locations  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Windows_NT.2C_2000.2C_XP.2C_Server_2003.2C_and_Vista#Windows_NT.2C_2000.2C_XP.2C_Server_2003.2C_and_Vista" 3.1 Windows NT, 2000, XP, Server 2003, and Vista  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Windows_95.2C_98.2C_and_Me#Windows_95.2C_98.2C_and_Me" 3.2 Windows 95, 98, and Me  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Windows_3.11#Windows_3.11" 3.3 Windows 3.11  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Policy_files#Policy_files" 4 Policy files  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Policy_file_editor#Policy_file_editor" 4.1 Policy file editor  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Advantages#Advantages" 5 Advantages  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Disadvantages#Disadvantages" 6 Disadvantages  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Windows_9x_OS#Windows_9x_OS" 6.1 Windows 9x OS  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "Alternatives_in_other_operating_systems#Alternatives_in_other_operating_systems" 7 Alternatives in other operating systems  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "See_also#See_also" 8 See also  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "References#References" 9 References  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "External_links#External_links" 10 External links Structure Keys and Values The registry contains two basic kinds of elements: keys and values.Registry Keys are similar to folders - in addition to values, each key can contain subkeys, which may contain further subkeys, and so on. Keys are referenced with a syntax similar to Windows' path names, using backslashes to indicate levels of hierarchy. E.g. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows refers to the subkey "Windows" of the subkey "Microsoft" of the subkey "Software" of the HKEY_LOCAL_MACHINE key.Registry Values are name/data pairs stored within keys. Values are referenced separately from keys. Value names can contain backslashes which would lead to ambiguities were they referred to like paths. The Windows API functions that query and manipulate registry values take value names separately from the key path and/or handle that identifies the parent key.The terminology is somewhat misleading, as the values are similar to an  HYPERLINK "http://en.wikipedia.org/wiki/Associative_array" \o "Associative array" associative array, where standard terminology would refer to the name part of the value as a "key". The terms are a holdout from the 16-bit registry in Windows 3, in which keys could not contain arbitrary name/data pairs, but rather contained only one unnamed value (which had to be a string). In this sense, the entire registry was like a associative array where the keys (in both the registry sense and dictionary sense) formed a hierarchy, and the values were all strings. When the 32-bit registry was created, so was the additional capability of creating multiple named values per key, and the meaning of the names were somewhat distorted HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-0#_note-0" [2].There are a number of different types of values: List of Registry Value Types0REG_NONENo type1REG_SZA constant string value2REG_EXPAND_SZAn "expandable" string value that can contain environment variables3REG_BINARYBinary data (any arbitrary data)4REG_DWORD/REG_DWORD_LITTLE_ENDIANA  HYPERLINK "http://en.wikipedia.org/wiki/Dword_%28Computer%29" \o "Dword (Computer)" DWORD value, a 32-bit  HYPERLINK "http://en.wikipedia.org/wiki/Signedness" \o "Signedness" unsigned  HYPERLINK "http://en.wikipedia.org/wiki/Integer" \o "Integer" integer (numbers between 0 and 4,294,967,295 [232 1]) (little- HYPERLINK "http://en.wikipedia.org/wiki/Endianness" \o "Endianness" endian)5REG_DWORD_BIG_ENDIANA  HYPERLINK "http://en.wikipedia.org/wiki/Dword_%28Computer%29" \o "Dword (Computer)" DWORD value, a 32-bit  HYPERLINK "http://en.wikipedia.org/wiki/Signedness" \o "Signedness" unsigned  HYPERLINK "http://en.wikipedia.org/wiki/Integer" \o "Integer" integer (numbers between 0 and 4,294,967,295 [232 1]) (big- HYPERLINK "http://en.wikipedia.org/wiki/Endianness" \o "Endianness" endian)6REG_LINKsymbolic link (UNICODE)7REG_MULTI_SZA multi-string value, which is an array of strings8REG_RESOURCE_LISTResource list9REG_FULL_RESOURCE_DESCRIPTORResource descriptor10REG_RESOURCE_REQUIREMENTS_LISTResource Requirements List11REG_QWORD/REG_QWORD_LITTLE_ENDIANA  HYPERLINK "http://en.wikipedia.org/wiki/Qword" \o "Qword" QWORD value, a 64-bit integer (either big- or little-endian, or unspecified)Hives The Registry is split into a number of logical sections, or "hives". HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-1#_note-1" [3] Hives are generally named by their  HYPERLINK "http://en.wikipedia.org/wiki/Windows_API" \o "Windows API" Windows  HYPERLINK "http://en.wikipedia.org/wiki/Application_programming_interface" \o "Application programming interface" API defintions, which all begin "HKEY". They are abbreviated to a three- or four-letter short name starting with "HK" (e.g. HKCU and HKLM).The HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER nodes have a similar structure to each other; applications typically look up their settings by first checking for them in "HKEY_CURRENT_USER\Software\Vendor's name\Application's name\Version\Setting name", and if the setting is not found looking instead in the same location under the HKEY_LOCAL_MACHINE key. When writing settings back, the reverse approach is used HKEY_LOCAL_MACHINE is written first, but if that cannot be written to (which is usually the case if the logged-in user is not an administrator), the setting is stored in HKEY_CURRENT_USER instead. HKEY_CLASSES_ROOT Abbreviated HKCR, HKEY_CLASSES_ROOT stores information about registered applications, including associations from file extensions and  HYPERLINK "http://en.wikipedia.org/wiki/Object_linking_and_embedding" \o "Object linking and embedding" OLE object class ids to the applications used to handle these items. On Windows 2000 and above, HKCR is a compilation of HKCU\Software\Classes and HKLM\Software\Classes. If a given value exists in both of the subkeys above, the one in HKCU\Software\Classes is used. HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-2#_note-2" [4] HKEY_CURRENT_USER Abbreviated HKCU, HKEY_CURRENT_USER stores settings that are specific to the currently logged-in user. The HKCU key is a link to the subkey of HKEY_USERS that corresponds to the user; the same information is reflected in both locations. HKEY_LOCAL_MACHINE Abbreviated HKLM, HKEY_LOCAL_MACHINE stores settings that are general to all users on the computer. This key is found within the file%SystemRoot%\System32\Config\system on NT-based versions of Windows. Information about system hardware is located under the SYSTEM key. HKEY_USERS Abbreviated HKU, HKEY_USERS contains subkeys corresponding to the HKEY_CURRENT_USER keys for each user registered on the machine. HKEY_CURRENT_CONFIG Abbreviated HKCC, HKEY_CURRENT_CONFIG contains information gathered at runtime; information stored in this key is not permanently stored on disk, but rather regenerated at boot time. HKEY_PERFORMANCE_DATA This key provides runtime information into performance data provided by either the NT kernel itself or other programs that provide performance data. This key is not displayed in the Registry Editor, but it is visible through the registry functions in the Windows API. Editing Manual editing  HYPERLINK "http://en.wikipedia.org/wiki/Image:Registry_Editor_Vista.png" \o "The Registry Editor in Windows Vista"  HYPERLINK "http://en.wikipedia.org/wiki/Image:Registry_Editor_Vista.png" \o "Enlarge" The Registry Editor in  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Vista" \o "Windows Vista" Windows Vista HYPERLINK "http://en.wikipedia.org/wiki/Image:Registration_Editor.png" \o "Windows 3.11 Registry Editor"  HYPERLINK "http://en.wikipedia.org/wiki/Image:Registration_Editor.png" \o "Enlarge" Windows 3.11 Registry EditorThe registry can be edited manually in Microsoft Windows by running regedit.exe or regedt32.exe in the Windows directory. However, careless registry editing can cause irreversible damage. Thus, performing back-up for registry is highly recommended. Many optimization and " HYPERLINK "http://en.wikipedia.org/wiki/Hacker" \o "Hacker" hacking" tools are available to modify this portion of the Windows operating system; it is preferable not to use them unless one has a knowledge of registry workings or wishes to learn more about the registry.A simple implementation of the current registry tool appeared in  HYPERLINK "http://en.wikipedia.org/wiki/Windows_3.x" \o "Windows 3.x" Windows 3.x, called the "Registration Info Editor" or "Registration Editor". This was basically just a  HYPERLINK "http://en.wikipedia.org/wiki/Database" \o "Database" database of applications used to edit embedded  HYPERLINK "http://en.wikipedia.org/wiki/Object_linking_and_embedding" \o "Object linking and embedding" OLE objects in documents. HYPERLINK "http://en.wikipedia.org/wiki/Windows_NT" \o "Windows NT" Windows NT introduced permissions for Registry editing. Windows NT 4 and  HYPERLINK "http://en.wikipedia.org/wiki/Windows_2000" \o "Windows 2000" Windows 2000 were distributed with both the Windows 9x REGEDIT.EXE program and Windows NT 3.x's REGEDT32.EXE program. There are several differences between the two editors on these platforms: REGEDIT.EXE had a left-side tree view that began at "My Computer" and listed all loaded hives. REGEDT32.EXE had a left-side tree view, but each hive had its own window, so the tree displayed only keys. REGEDIT.EXE represented the three components of a value (its name, type, and data) as separate columns of a table. REGEDT32.EXE represented them as a list of strings. REGEDIT.EXE supported right-clicking of entries in a tree view to adjust properties and other settings. REGEDT32.EXE required all actions to be performed from the top menu bar. REGEDIT.EXE supported searching for key names, values, or data throughout the entire registry, whereas REGEDT32.EXE only supported searching for key names in one hive at a time. Because REGEDIT.EXE was directly ported from  HYPERLINK "http://en.wikipedia.org/wiki/Windows_95" \o "Windows 95" Windows 95, it did not support permission editing (permissions do not exist on Windows 9x). Therefore, the only way to access the full functionality of an NT registry was with REGEDT32.EXE. REGEDIT.EXE only supported string (REG_SZ), binary (REG_BINARY), and DWORD (REG_DWORD) values. REGEDT32.EXE supports those, plus expandable string (REG_EXPAND_SZ) and multi-string (REG_MULTI_SZ). Attempting to edit unsupported key types with REGEDIT.EXE on Windows 2000 or Windows NT 4 will result in conversion to a supported type that cannot be reversed. HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-3#_note-3" [5]  HYPERLINK "http://en.wikipedia.org/wiki/Windows_XP" \o "Windows XP" Windows XP was the first system to integrate these two programs into one, adopting the old REGEDIT.EXE interface and adding the REGEDT32.EXE functionality. The differences listed above are not applicable on Windows XP and newer systems; REGEDIT.EXE is the improved editor, and REGEDT32.EXE is simply a  HYPERLINK "http://en.wikipedia.org/wiki/Method_stub" \o "Method stub" stub that invokes REGEDIT.EXE. Command line editing The registry can be manipulated from the  HYPERLINK "http://en.wikipedia.org/wiki/Command_line" \o "Command line" command line with the reg.exe utility. It is included in  HYPERLINK "http://en.wikipedia.org/wiki/Windows_XP" \o "Windows XP" Windows XP and  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Vista" \o "Windows Vista" Windows Vista and can be downloaded separately for previous versions. An alternative location are the Resource Kit CD's or the original Installation CD of Windows. reg.exe Operation [Parameter List] Operation [QUERY|ADD|DELETE|COPY|SAVE|LOAD|UNLOAD|RESTORE|COMPARE|EXPORT|IMPORT] Also, a .reg file (a text-based human-readable file format for storing portions of the registry) can be imported from the command line with the following command: regedit.exe /s file The /s means the file will be silent merged to the Registry. If the /s parameter is omitted the user will be asked to confirm the operation. In Windows 98 and Windows 95 the /s switch also caused regedit.exe to ignore the setting in the registry that allows administrators to disable it. When using the /s switch Regedit does not return an appropriate return code if the operation fails, unlike reg.exe which does. This makes it hard to script, however a possible workaround is to add the following lines into your  HYPERLINK "http://en.wikipedia.org/wiki/Batch_file" \o "Batch file" batch file: regedit /s file.reg regedit /e test.reg "key" if not exist test.reg goto REGERROR del test.reg The default association for .reg files in many versions of  HYPERLINK "http://en.wikipedia.org/wiki/Microsoft_Windows" \o "Microsoft Windows" Microsoft Windows, starting with  HYPERLINK "http://en.wikipedia.org/wiki/Windows_98" \o "Windows 98" Windows 98 does require the user to confirm the merging to avoid user mistake.Registry permissions can be manipulated through the command line using the  HYPERLINK "http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&DisplayLang=en" \o "http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&DisplayLang=en" SubInACL.exe tool. The permissions on the HKEY_LOCAL_MACHINE\SOFTWARE key can be displayed using: subinacl /keyreg HKEY_LOCAL_MACHINE\software /display To set the owner of the key HKEY_LOCAL_MACHINE\software and all of its subkeys to Administrator: subinacl /keyreg HKEY_LOCAL_MACHINE\software /setowner=Administrator subinacl /subkeyreg HKEY_LOCAL_MACHINE\software /setowner=Administrator To grant full access rights to the HKEY_LOCAL_MACHINE\software key to Administrator: subinacl /keyreg HKEY_LOCAL_MACHINE\software /grant=Administrator=F Programs or scripts The registry can be edited through the APIs of the Advanced Windows 32 Base API Library (advapi32.dll). HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-4#_note-4" [6] List of Registry API functionsRegCloseKeyRegOpenKeyRegConnectRegistryRegOpenKeyExRegCreateKeyRegQueryInfoKeyRegCreateKeyExRegQueryMultipleValuesRegDeleteKeyRegQueryValueRegDeleteValueRegQueryValueExRegEnumKeyRegReplaceKeyRegEnumKeyExRegRestoreKeyRegEnumValueRegSaveKeyRegFlushKeyRegSetKeySecurityRegGetKeySecurityRegSetValueRegLoadKeyRegSetValueExRegNotifyChangeKeyValueRegUnLoadKeySome programming languages, like  HYPERLINK "http://en.wikipedia.org/wiki/Visual_Basic" \o "Visual Basic" Visual Basic, offer built-in runtime library functions that enable programs to store settings in the registry. Another way is to use the  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Support_Tool" \o "Windows Support Tool" Windows Support Tool Reg.exe by executing it from code. HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-5#_note-5" [7]Many scripting languages such as  HYPERLINK "http://en.wikipedia.org/wiki/Perl" \o "Perl" Perl (with  HYPERLINK "http://search.cpan.org/~adamk/Win32-TieRegistry-0.25/TieRegistry.pm" \o "http://search.cpan.org/~adamk/Win32-TieRegistry-0.25/TieRegistry.pm" Win32::TieRegistry) and  HYPERLINK "http://en.wikipedia.org/wiki/VBScript" \o "VBScript" VBScript also enable registry editing from scripts. Locations The Registry is stored in several files; depending upon the version of Windows, there will be different files and different locations for these files, but they are all on the local machine, except for the Ntuser.dat files. There is one such file per user that contains the information in HKEY_CURRENT_USER; it may be placed on another computer to allow for  HYPERLINK "http://en.wikipedia.org/wiki/Roaming_profiles" \o "Roaming profiles" roaming profiles. The policy file, which is usually stored on a server in the local network, may also be located remotely. Windows NT, 2000, XP, Server 2003, and Vista The following Registry files are stored in %SystemRoot%\System32\Config\: Sam HKEY_LOCAL_MACHINE\SAM Security HKEY_LOCAL_MACHINE\SECURITY Software HKEY_LOCAL_MACHINE\SOFTWARE System HKEY_LOCAL_MACHINE\SYSTEM Default HKEY_USERS\.DEFAULT Userdiff - Not associated with a hive. Used only when upgrading operating systems. HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-6#_note-6" [8] The following files are stored in each user's profile folder: %UserProfile%\Ntuser.dat HKEY_USERS\ (linked to by HKEY_CURRENT_USER) %UserProfile%\Local Settings\Application Data\Microsoft\Windows\Usrclass.dat (path is localized) HKEY_USERS\_Classes (HKEY_CURRENT_USER\Software\Classes) Windows 95, 98, and Me The registry files are named User.dat and System.dat and are stored in the C:\WINDOWS directory. In Windows ME, Classes.dat was added. Windows 3.11 The registry file is called Reg.dat and is stored in the C:\WINDOWS directory. Policy files Since Windows 95, administrators can use a special file to be merged into the registry, a policy file. The policy file allows administrators to prevent non-administrator users from changing registry settings like, for instance, the security level of IE and the desktop background wallpaper. The policy file is primarily used in a business with a large number of computers where the business needs to be protected from the users and the users need to be protected from themselves.The default extension for the policy file is .pol. The policy file filters the settings it enforces by user and by group (a "group" is a defined set of users). To do that the policy file merges into the registry, preventing users from circumventing it by simply changing back the settings. The policy file is usually distributed through a LAN, but can be placed on the local computer. Policy file editor The policy file is created by a free tool by Microsoft that goes by the filename poledit.exe for Windows 95/Windows 98 and with a computer management module for NT-based systems. The module will not work in Windows XP Home Edition, but it does work in the Professional edition. The editor requires administrative permissions to be run on systems that uses permissions. The editor can also directly change the current registry settings of the local computer and if the remote registry service is installed and started on another computer it can also change the registry on that computer. The policy editor loads the settings it can change from .adm files, of which one is included, that contains the settings the Windows shell provides. The .adm file is plain text and supports easy localisation by allowing all the strings to be stored in one place. The policy editor has been renamed to Group Policies in newer versions of Windows. Advantages Changing from having one or more  HYPERLINK "http://en.wikipedia.org/wiki/INI_file" \o "INI file" INI files per program to one centralised registry has its good points: The registry keeps machine configuration separate from user configuration. When a user logs into a Windows NT/2000/XP/Server 2003 computer, the user-based registry settings are loaded from a different path than the system wide settings. This allows programs to more easily keep per-user configuration, as they can just work with the "current user" key, whereas in the past they tended to just keep system-wide per-program settings.  HYPERLINK "http://en.wikipedia.org/wiki/Group_Policy" \o "Group Policy" Group Policy allows administrators on a Windows-based computer network to centrally manage program and policy settings. Part of this involves being able to set what an entry in the registry will be for all the computers on the network, and affect nearly any installed program something almost impossible with per-program configuration files each with custom layouts, stored in dispersed locations. Because the registry is accessed through a special API, it is available to scripts and remote management using  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Management_Instrumentation" \o "Windows Management Instrumentation" WMI. Each script does not have to be customised for every application's unique configuration file layouts and restrictions. The registry can be accessed as one item over a network connection for remote management/support, including from scripts, using the standard API. It can be backed up more easily, in that it is just a small number of files in specific locations. Portions of settings like any subset of an application configuration can be saved in a text-based .REG file, which can be edited with any text editor later. .REG files can easily be merged back into the registry both by unattended batch file or by the user just double-clicking on the file without harming any setting that is not explicitly stated in the .REG file. This is very useful for administrators and support personnel who want to preset or preconfigure only a few options like approving the  HYPERLINK "http://en.wikipedia.org/wiki/EULA" \o "EULA" EULA of a certain application. Since accessing the registry does not require parsing, it can be read from and written to more quickly than a text file can be. Registry changes and readings can be tracked via a tool like  HYPERLINK "http://en.wikipedia.org/wiki/Winternals" \o "Winternals" Winternals' RegMon on value level. This is a big advantage for generating scripts in networks as well as debugging problems. Registry keys are independent of the Windows language, the Windows installation drive and path and even the Windows versions as such. So support personnel can easily give out one set of instructions, without having to handle these things, unlike ,for example, files in the user profile, which can be on different paths on each installation. The registry is constructed as a database, and offers DB-like features such as atomic updates. If two processes attempt to update the same registry value at the same time, one process's change will precede the other's, so one will only last a short time until the second gets written. With changes in a file system, such race conditions can result in interleaved data that doesn't match either attempted update. Windows Vista provides transactional updates to the registry, so the atomicity guarantees can be extended across multiple key and/or value changes, which traditional commit-abort semantics. (Note that NTFS provides such support for the file system as well, so the same guarantees could be obtained with traditional configuration files.) Disadvantages However, the centralized Registry introduces some problems as well: The HKEY_LOCAL_MACHINE part is a  HYPERLINK "http://en.wikipedia.org/wiki/Single_point_of_failure" \o "Single point of failure" single point of failure damage to the Registry can render a Windows system unbootable, in extreme cases to a point that cannot be fixed, and requires a full reinstall of Windows. Because of this potential, Windows stores two copies of the registry files, and will load the backup copies if the primary files fail. The registry does not document itself in the same way a configuration file can, since it does not contain comments. Restoring parts of the registry is hard because the user cannot easily extract data from backed up registry files. Offline reading and manipulation of the registry (for example from a parallel installed Windows or a boot CD) is not trivial (but not impossible). Any application that does not uninstall properly, or does not have an uninstaller, can leave entries in the registry. In some cases this leads to performance or even stability problems, but only if the application registers itself as a class in HKEY_CLASSES_ROOT. (Note that user settings usually remain in the registry, which is done by design for three reasons: first, the user might be on a Windows domain with server-based profiles, where the settings move with the user to other computers. Uninstalling the application on one computer does not mean the user does not want to use the program on some other computer on the domain. Second, the uninstall process may only be able to modify the current user's settings anyway, so may be unable to remove entries in HKEY_LOCAL_MACHINE. Third, if the program is installed again later, the user's previous settings will remain. In any case, unused keys in HKCU have negligible impact on system performance.) Since at least 1998, HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-7#_note-7" [9] pages at  HYPERLINK "http://support.microsoft.com/" \o "http://support.microsoft.com/" Microsoft Support relating to editing the registry include the disclaimer that the use of the Registry Editor should be done at one's own risk, underlining the severity of a corrupt registry. Applications that make use of the registry to store and retrieve their settings are not conducive for use on portable devices used to carry applications from one system to another. Since the settings are in the registry, and the registry is not on the portable device along with the application, any setting changes are lost and must be re-entered for each new system. A similar problem presents itself if the user gets a new computer or needs to reinstall Windows itself; it is difficult to isolate the portions of the registry that should be moved so that the user can retain their settings. Windows 9x OS On Windows 9x computers, an older installation can have a very large registry that slows down the computer's startup and can make the computer unstable. This has led to frequent criticisms that the registry leads to instability. However, as the on-disc structure of the registry is entirely different on the NT line of Operating Systems (including Windows XP and Vista) than Windows 9x series OS, HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-Reghist#_note-Reghist" [1] slowdown due to registry bloat now occurs much less frequently. Alternatives in other operating systems Other systems use separate configuration files for separate application subsystems, but group them together for ease of management. For instance, system-wide configuration files (information which would appear in HKEY_LOCAL_MACHINE on Windows) are traditionally stored in files in /etc/ and its subdirectories. Per-user information (information that would be in HKEY_CURRENT_USER) is stored in hidden directories and files (that start with a period) within the user's home directory.Applications running on  HYPERLINK "http://en.wikipedia.org/wiki/Apple_Inc." \o "Apple Inc." Apple Inc.'s  HYPERLINK "http://en.wikipedia.org/wiki/Mac_OS_X" \o "Mac OS X" Mac OS X operating system typically store settings in  HYPERLINK "http://en.wikipedia.org/wiki/Property_list" \o "Property list" property list files which are usually stored in each user's Library folder. An advantage of this is that corruption to one of these files will normally only affect a single application, whereas corruption of one of the Registry hives can have system-wide effects. However, Mac OS X also has a system database called  HYPERLINK "http://en.wikipedia.org/wiki/NetInfo" \o "NetInfo" NetInfo that stores system-wide settings such as user account details and network configuration. HYPERLINK "http://en.wikipedia.org/wiki/RISC_OS" \o "RISC OS" RISC OS also allows applications to be copied into directories easily, as opposed to the separate installation program that typifies Windows applications. If one wishes to remove the application, it is possible to simply delete the folder belonging to the application. HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_note-8#_note-8" [10] This is possible because RISC OS does not support multi-user environments with different settings for each user.IBM AIX (a Unix derivant) uses a registry component called Object Data Manager (ODM). The ODM is used to store information about system and device configuration. An extensive set of tools and utilities provides users with means of extending, checking, correcting the ODM database. The ODM stores its information in several files, default location is /etc/objrepos.The  HYPERLINK "http://en.wikipedia.org/wiki/GNOME" \o "GNOME" GNOME desktop environment uses a registry-like interface called  HYPERLINK "http://en.wikipedia.org/wiki/GConf" \o "GConf" GConf for storing configuration settings for the desktop and applications. However, in GConf, all application settings are stored in separate files, thereby eliminating a  HYPERLINK "http://en.wikipedia.org/wiki/Single_point_of_failure" \o "Single point of failure" single point of failure.The  HYPERLINK "http://en.wikipedia.org/wiki/Elektra_Initiative" \o "Elektra Initiative" Elektra Initiative provides an alternative back-end for text configuration files for the  HYPERLINK "http://en.wikipedia.org/wiki/Linux" \o "Linux" Linux operating system, similar to the registry. See also  HYPERLINK "http://en.wikipedia.org/wiki/Registry_cleaner" \o "Registry cleaner" Registry cleaner References ^  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-Reghist_0#_ref-Reghist_0" a  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-Reghist_1#_ref-Reghist_1" b  HYPERLINK "http://msdn.microsoft.com/msdnmag/issues/1100/Registry/" \o "http://msdn.microsoft.com/msdnmag/issues/1100/Registry/" Windows 2000 Registry: Latest Features and APIs Provide the Power to Customize and Extend Your Apps. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-0#_ref-0" ^ Chen, R. The Old New Thing, Addison-Wesley, 2007, p. 322.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-1#_ref-1" ^  HYPERLINK "http://msdn2.microsoft.com/en-us/library/ms724877.aspx" \o "http://msdn2.microsoft.com/en-us/library/ms724877.aspx" Registry hives. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-2#_ref-2" ^  HYPERLINK "http://support.microsoft.com/kb/256986" \o "http://support.microsoft.com/kb/256986" Description of the Microsoft Windows registry. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-3#_ref-3" ^ Microsoft's  HYPERLINK "http://www.microsoft.com/technet/security/prodtech/windows2000/win2khg/05sconfg.mspx" \o "http://www.microsoft.com/technet/security/prodtech/windows2000/win2khg/05sconfg.mspx" Windows 2000 Security Hardening Guide version 1.3, published  HYPERLINK "http://en.wikipedia.org/wiki/May_15" \o "May 15" May 15,  HYPERLINK "http://en.wikipedia.org/wiki/2003" \o "2003" 2003  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-4#_ref-4" ^  HYPERLINK "http://www.windowsdevcenter.com/lpt/a/5016" \o "http://www.windowsdevcenter.com/lpt/a/5016" Reading and Writing Registry Values with Visual Basic. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-5#_ref-5" ^  HYPERLINK "http://www.petri.co.il/reg_command_in_windows_xp.htm" \o "http://www.petri.co.il/reg_command_in_windows_xp.htm" REG command in Windows XP. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-6#_ref-6" ^  HYPERLINK "http://www.microsoft.com/technet/archive/ntwrkstn/reskit/23_regov.mspx?mfr=true" \o "http://www.microsoft.com/technet/archive/ntwrkstn/reskit/23_regov.mspx?mfr=true" http://www.microsoft.com/technet/archive/ntwrkstn/reskit/23_regov.mspx?mfr=true  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-7#_ref-7" ^  HYPERLINK "http://www.kmfms.com/unmaintainable.txt" \o "http://www.kmfms.com/unmaintainable.txt" Are Windows NT and WIndows 95 Unsupportable?. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Registry" \l "_ref-8#_ref-8" ^  HYPERLINK "http://www.riscos.org/tour/index.html" \o "http://www.riscos.org/tour/index.html" RISC OS tour. Retrieved on  HYPERLINK "http://en.wikipedia.org/wiki/2007" \o "2007" 2007- HYPERLINK "http://en.wikipedia.org/wiki/July_19" \o "July 19" 07-19.  HYPERLINK "http://en.wikipedia.org/wiki/Mark_Russinovich" \o "Mark Russinovich" Russinovich, Mark E.; Solomon, David A. (2005). Microsoft Windows Internals, Fourth Edition,  HYPERLINK "http://en.wikipedia.org/wiki/Microsoft_Press" \o "Microsoft Press" Microsoft Press, 183-236.  HYPERLINK "http://en.wikipedia.org/w/index.php?title=Special:Booksources&isbn=9780735619173" ISBN 978-0-7356-1917-3. External links  HYPERLINK "http://en.wikipedia.org/wiki/Image:Wikibooks-logo-en.svg" \o "Wikibooks"  HYPERLINK "http://en.wikipedia.org/wiki/Wikibooks" \o "Wikibooks" Wikibooks has a book on the topic of  HYPERLINK "http://en.wikibooks.org/wiki/Windows_registry_hacks" \o "Windows_registry_hacks" Windows registry hacks  HYPERLINK "http://msdn2.microsoft.com/en-us/library/ms724871.aspx" \o "http://msdn2.microsoft.com/en-us/library/ms724871.aspx" Windows Registry info & reference in the MSDN Library  HYPERLINK "http://www.beginningtoseethelight.org/ntsecurity/index.php" \o "http://www.beginningtoseethelight.org/ntsecurity/index.php" Security Accounts Manager - low-level registry and SAM information [ HYPERLINK "http://hyugen.wordpress.com/wp-admin/collapseTable(0);" hide] HYPERLINK "http://en.wikipedia.org/wiki/Template:Windows_Components" \o "Windows Components" v HYPERLINK "http://en.wikipedia.org/wiki/Template_talk:Windows_Components" \o "Windows Components" d HYPERLINK "http://en.wikipedia.org/w/index.php?title=Template:Windows_Components&action=edit" \o "http://en.wikipedia.org/w/index.php?title=Template:Windows_Components&action=edit" e HYPERLINK "http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_components" \o "List of Microsoft Windows components" Windows componentsComponents: HYPERLINK "http://en.wikipedia.org/wiki/Windows_Aero" \o "Windows Aero" Aero  HYPERLINK "http://en.wikipedia.org/wiki/Desktop_Window_Manager" \o "Desktop Window Manager" DWM  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Explorer" \o "Windows Explorer" Windows Explorer  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Taskbar" \o "Windows Taskbar" Taskbar  HYPERLINK "http://en.wikipedia.org/wiki/Start_menu" \o "Start menu" Start menu  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Shell" \o "Windows Shell" Windows Shell ( HYPERLINK "http://en.wikipedia.org/wiki/Windows_Shell_namespace" \o "Windows Shell namespace" Shell namespace  HYPERLINK "http://en.wikipedia.org/wiki/Special_Folders" \o "Special Folders" Special Folders)  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Search" \o "Windows Search" Windows Search ( HYPERLINK "http://en.wikipedia.org/wiki/Virtual_folder" \l "Windows_Vista" \o "Virtual folder" Saved search)  HYPERLINK "http://en.wikipedia.org/wiki/Graphics_Device_Interface" \o "Graphics Device Interface" Graphics Device Interface  HYPERLINK "http://en.wikipedia.org/wiki/DirectX" \o "DirectX" DirectX  HYPERLINK "http://en.wikipedia.org/wiki/Data_Execution_Prevention" \o "Data Execution Prevention" DEP  HYPERLINK "http://en.wikipedia.org/wiki/BitLocker_Drive_Encryption" \o "BitLocker Drive Encryption" BitLocker  HYPERLINK "http://en.wikipedia.org/wiki/.NET_Framework" \o ".NET Framework" .NET FrameworkWindows applications: HYPERLINK "http://en.wikipedia.org/wiki/Windows_Mail" \o "Windows Mail" Mail  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Contacts" \o "Windows Contacts" Contacts  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Calendar" \o "Windows Calendar" Calendar  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Fax_and_Scan" \o "Windows Fax and Scan" Fax and Scan  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Meeting_Space" \o "Windows Meeting Space" Meeting Space  HYPERLINK "http://en.wikipedia.org/wiki/Paint_%28software%29" \o "Paint (software)" Paint  HYPERLINK "http://en.wikipedia.org/wiki/Private_Character_Editor" \o "Private Character Editor" Private Character Editor  HYPERLINK "http://en.wikipedia.org/wiki/WordPad" \o "WordPad" WordPad  HYPERLINK "http://en.wikipedia.org/wiki/Sound_Recorder_%28Windows%29" \o "Sound Recorder (Windows)" Sound Recorder  HYPERLINK "http://en.wikipedia.org/wiki/Snipping_Tool" \o "Snipping Tool" Snipping Tool  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Photo_Gallery" \o "Windows Photo Gallery" Photo Gallery  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Movie_Maker" \o "Windows Movie Maker" Movie Maker  HYPERLINK "http://en.wikipedia.org/wiki/Windows_DVD_Maker" \o "Windows DVD Maker" DVD Maker  HYPERLINK "http://en.wikipedia.org/wiki/Internet_Explorer" \o "Internet Explorer" Internet Explorer  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Media_Player" \o "Windows Media Player" WMP  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Media_Center" \o "Windows Media Center" Media Center  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Defender" \o "Windows Defender" Defender  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Sidebar" \o "Windows Sidebar" Sidebar  HYPERLINK "http://en.wikipedia.org/wiki/Control_Panel_%28Windows%29" \o "Control Panel (Windows)" Control Panel ( HYPERLINK "http://en.wikipedia.org/wiki/List_of_Control_Panel_applets_%28Windows%29" \o "List of Control Panel applets (Windows)" Applets)  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Security_Center" \o "Windows Security Center" Security Center  HYPERLINK "http://en.wikipedia.org/wiki/Windows_System_Assessment_Tool" \o "Windows System Assessment Tool" WinSAT  HYPERLINK "http://en.wikipedia.org/wiki/System_Restore" \o "System Restore" System Restore  HYPERLINK "http://en.wikipedia.org/wiki/Disk_Defragmenter_%28Windows%29" \o "Disk Defragmenter (Windows)" Disk Defragmenter  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Update" \o "Windows Update" Windows Update  HYPERLINK "http://en.wikipedia.org/wiki/Calculator_%28Windows%29" \o "Calculator (Windows)" Calculator  HYPERLINK "http://en.wikipedia.org/wiki/Character_Map" \o "Character Map" Character Map  HYPERLINK "http://en.wikipedia.org/wiki/Notepad" \o "Notepad" Notepad  HYPERLINK "http://en.wikipedia.org/wiki/Microsoft_Narrator" \o "Microsoft Narrator" Narrator  HYPERLINK "http://en.wikipedia.org/wiki/Remote_Assistance" \o "Remote Assistance" Remote Assistance  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Task_Manager" \o "Windows Task Manager" Task Manager  HYPERLINK "http://en.wikipedia.org/wiki/Disk_Cleanup" \o "Disk Cleanup" Disk Cleanup  HYPERLINK "http://en.wikipedia.org/wiki/Windows_PowerShell" \o "Windows PowerShell" PowerShell  HYPERLINK "http://en.wikipedia.org/wiki/Cmd.exe" \o "Cmd.exe" Cmd.exe  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Installer" \o "Windows Installer" Windows Installer  HYPERLINK "http://en.wikipedia.org/wiki/Microsoft_Management_Console" \o "Microsoft Management Console" Management ConsoleKernel and core components: HYPERLINK "http://en.wikipedia.org/wiki/Ntoskrnl.exe" \o "Ntoskrnl.exe" Ntoskrnl.exe  HYPERLINK "http://en.wikipedia.org/wiki/Hal.dll" \o "Hal.dll" hal.dll  HYPERLINK "http://en.wikipedia.org/wiki/System_idle_process" \o "System idle process" System idle process  HYPERLINK "http://en.wikipedia.org/wiki/Svchost.exe" \o "Svchost.exe" Svchost.exe Registry  HYPERLINK "http://en.wikipedia.org/wiki/Windows_service" \o "Windows service" Windows service  HYPERLINK "http://en.wikipedia.org/wiki/Windows_on_Windows" \o "Windows on Windows" WOW/ HYPERLINK "http://en.wikipedia.org/wiki/WOW64" \o "WOW64" WOW64  HYPERLINK "http://en.wikipedia.org/wiki/Dynamic_link_library" \o "Dynamic link library" DLL  HYPERLINK "http://en.wikipedia.org/wiki/NTLDR" \o "NTLDR" NTLDR/ HYPERLINK "http://en.wikipedia.org/wiki/Windows_Boot_Manager" \o "Windows Boot Manager" Boot Manager  HYPERLINK "http://en.wikipedia.org/wiki/Winlogon" \o "Winlogon" Winlogon  HYPERLINK "http://en.wikipedia.org/wiki/Recovery_Console" \o "Recovery Console" Recovery ConsoleServices: HYPERLINK "http://en.wikipedia.org/wiki/Alerter_service" \o "Alerter service" Alerter  HYPERLINK "http://en.wikipedia.org/wiki/Background_Intelligent_Transfer_Service" \o "Background Intelligent Transfer Service" BITS  HYPERLINK "http://en.wikipedia.org/wiki/Task_Scheduler" \o "Task Scheduler" Task Scheduler  HYPERLINK "http://en.wikipedia.org/wiki/Wireless_Zero_Configuration" \o "Wireless Zero Configuration" Wireless Zero Configuration  HYPERLINK "http://en.wikipedia.org/wiki/Volume_Shadow_Copy_Service" \o "Volume Shadow Copy Service" Shadow CopyFile systems: HYPERLINK "http://en.wikipedia.org/wiki/NTFS" \o "NTFS" NTFS ( HYPERLINK "http://en.wikipedia.org/wiki/NTFS_junction_point" \o "NTFS junction point" Junction point  HYPERLINK "http://en.wikipedia.org/wiki/Volume_Mount_Point" \o "Volume Mount Point" Mount Point  HYPERLINK "http://en.wikipedia.org/wiki/NTFS_symbolic_link" \o "NTFS symbolic link" Symbolic link  HYPERLINK "http://en.wikipedia.org/wiki/Transactional_NTFS" \o "Transactional NTFS" TxF  HYPERLINK "http://en.wikipedia.org/wiki/Encrypting_File_System" \o "Encrypting File System" EFS)  HYPERLINK "http://en.wikipedia.org/wiki/FAT32" \o "FAT32" FAT32  HYPERLINK "http://en.wikipedia.org/wiki/FAT16" \o "FAT16" FAT16  HYPERLINK "http://en.wikipedia.org/wiki/FAT12" \o "FAT12" FAT12  HYPERLINK "http://en.wikipedia.org/wiki/ExFAT" \o "ExFAT" exFAT  HYPERLINK "http://en.wikipedia.org/wiki/CDFS" \o "CDFS" CDFS  HYPERLINK "http://en.wikipedia.org/wiki/Universal_Disk_Format" \o "Universal Disk Format" UDF  HYPERLINK "http://en.wikipedia.org/wiki/Distributed_File_System_%28Microsoft%29" \o "Distributed File System (Microsoft)" DFSServer components: HYPERLINK "http://en.wikipedia.org/wiki/Active_Directory" \o "Active Directory" Active Directory  HYPERLINK "http://en.wikipedia.org/wiki/Group_policy" \o "Group policy" Group policy  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Server_Domain" \o "Windows Server Domain" Domains  HYPERLINK "http://en.wikipedia.org/wiki/Windows_Media_Services" \o "Windows Media Services" Windows Media Services  HYPERLINK "http://en.wikipedia.org/wiki/Rights_Management_Services" \o "Rights Management Services" Rights Management Services  HYPERLINK "http://en.wikipedia.org/wiki/Internet_Information_Services" \o "Internet Information Services" IISArchitecture: HYPERLINK "http://en.wikipedia.org/wiki/Architecture_of_Windows_NT" \o "Architecture of Windows NT" NT series architecture  HYPERLINK "http://en.wikipedia.org/wiki/Object_Manager_%28Windows%29" \o "Object Manager (Windows)" Ob  HYPERLINK "http://en.wikipedia.org/wiki/Windows_NT_startup_process" \o "Windows NT startup process" Startup process ( HYPERLINK "http://en.wikipedia.org/wiki/Windows_Vista_startup_process" \o "Windows Vista startup process" Vista)  HYPERLINK "http://en.wikipedia.org/wiki/I/O_request_packets" \o "I/O request packets" I/O RP  HYPERLINK "http://en.wikipedia.org/wiki/Kernel_Transaction_Manager" \o "Kernel Transaction Manager" KTMGames: HYPERLINK "http://en.wikipedia.org/wiki/Chess_Titans" \o "Chess Titans" Chess Titans  HYPERLINK "http://en.wikipedia.org/wiki/FreeCell" \o "FreeCell" FreeCell  HYPERLINK "http://en.wikipedia.org/wiki/Hearts_%28Windows%29" \o "Hearts (Windows)" Hearts  HYPERLINK "http://en.wikipedia.org/wiki/InkBall" \o "InkBall" InkBall  HYPERLINK "http://en.wikipedia.org/wiki/Mahjong_Titans" \o "Mahjong Titans" Mahjong Titans  HYPERLINK "http://en.wikipedia.org/wiki/Minesweeper_%28Windows%29" \o "Minesweeper (Windows)" Minesweeper  HYPERLINK "http://en.wikipedia.org/wiki/Purble_Place" \o "Purble Place" Purble Place  HYPERLINK "http://en.wikipedia.org/wiki/Solitaire_%28Windows%29" \o "Solitaire (Windows)" Solitaire  HYPERLINK "http://en.wikipedia.org/wiki/Spider_Solitaire_%28Windows%29" \o "Spider Solitaire (Windows)" Spider Solitaire HYPERLINK "http://en.wikipedia.org/wiki/Microsoft_PowerToys" \o "Microsoft PowerToys" PowerToys: HYPERLINK "http://en.wikipedia.org/wiki/Tweak_UI" \o "Tweak UI" Tweak UI  HYPERLINK "http://en.wikipedia.org/wiki/SyncToy" \o "SyncToy" SyncToy  HYPERLINK "http://en.wikipedia.org/wiki/Powertoy_Calculator" \o "Powertoy Calculator" PowerCalc '-.  $ % * + ~      H I 3 4   % & 1 2 " # , - TU hD0J hD0JhDOJQJjhDOJQJU hD0JhDjhDUmHnHuOFOsMPA+' & Fd8dd$If[$\$ & Fd8dd$If[$\$ & Fd8dd$If[$\$ d8$If d8$Ifd8gdDd8gdD ()23EFNOPQ\]`apqrstľ派⤘怤☤怤☤怤☤hD0J>*B*phhD0J>*B*phhDCJOJQJaJjhDCJOJQJUaJjhD0JU hD0JhDOJQJ hD0JH* hDH*jhDH*UhD hD0JjhDOJQJUhDOJQJ22389JKLMN45:;MNOPQ$%*+>?@AB !()*+,  hDhD0J>*B*ph hD0JhD0J>*B*phjhDCJOJQJUaJhDCJOJQJaJL$%&'(  efijMNOP\]^_`789:DEFG hD0JhD0J>*B*phhDCJOJQJaJhDjhDCJOJQJUaJhD0J>*B*phL_G)H#$.>d8gdDd8gdDAkd$$Ifk6234ap  & Fd8dd$If[$\$ & Fd8dd$If[$\$GH&'()*:;<=EFGHI !"#$-.=>, 2 !㹳 hD0JhDOJQJ hD0JhDCJaJhDhD0J>*B*ph hD0JhD0J>*B*phhDCJOJQJaJjhDCJOJQJUaJ@!!(")":";"$$$$%%3%4%P%Q%R%e%f%%%%% & &2&3&&&&&&&&&&&&&1'2'9':'b'd's't'''''''''3(4(9(:(K(L(((((((ŹjhDUhDCJaJhDCJOJQJaJ hD0J hD0JH* hDH*jhDH*UhD hD0JhDOJQJjhDOJQJUB>4%Q%R%T%]%e% d8$IfLkd{$$If!  6204` ap d8$Ifd8gdDe%f%h%o%%viii d8$Ifkd $$IfF =! @@@6    204` ap%%%%%viii d8$Ifkd$$IfF =! 6    204` ap%%%% &viii d8$Ifkd$$IfF =! @@@6    204` ap & &&0&'viii d8$Ifkd$$IfF =! 6    204` ap''''k)viii d8$Ifkd$$IfF =! @@@6    204` ap((((( ))))a)b)h)i)k)l))))))))***g*h*******++ +!+e+f+++++++',(,/,0,1,2,,,,,////,0-000001111111 2 22ӶӶӶjhDOJQJU hD0JH*jhDH*UhDOJQJ hD0JhDCJaJ hDH* hD0JjhDUhDHk)l)n)w))viii d8$Ifkd$$IfF =! 6    204` ap)))))viii d8$Ifkd$$IfF =! @@@6    204` ap)))))viii d8$Ifkd!$$IfF =! 6    204` ap)))*)*viii d8$Ifkd$ $$IfF =! @@@6    204` ap)***-*L*g*viii d8$Ifkd' $$IfF =! 6    204` apg*h*k**+viii d8$Ifkd* $$IfF =! @@@6    204` ap++!+//1 22 34#4vnf^f^f^f^d8gdDd8gdDd8gdDkd- $$IfF =! 6    204` ap 22 3 344"4#44444o5p55566666667!7x7z7~77777777W8Z88899::#:$:/;0;w;x;;;;;"<#<+<,<S<T<<<<<<<==)=*=i=j=====t>u>??@???@@LAMA hD0J hD0JjhDOJQJUhD hD0JhDOJQJT#444p55666u>@??@MAB=DF1F(HKHH?ISIK -D`M gdD & Fd8dd[$\$gdDd8gdDd8gdDd8gdDd8gdDMAzA{AAAAABBCC6D7D:D;DDDDDDEEEEFFFF0F1FZF[FFFFFFF%G&G0G1G6G7GGGGG'H(HJHKHH>I?INIRIqI~IVKWKKKKKKK辴 hD0JhD0JCJaJhDCJaJ hD0J hD0JH* hDH*jhDH*U hD0JhDOJQJjhDOJQJUhDDKKKKKKKLDLELLLLLLLMM M MMMNNNNNN"OOOOOPePfPPPPP%Q&QvQwQzQ{Q|QQQQQQRRRRSRкhDCJOJQJaJ hD0J hD0JH* hDH*jhDH*U hD0JhD0JCJOJQJ^JaJ hD0JjhD0JU hD0JhDOJQJjhDOJQJUhDhDCJaJ7KKKK LN#OOOPfPPP|QQQLkd0 $$If$  6204` ap d8$Ifd8gdDd8gdD -D`M gdDQQQQQQQQRKkd $$If\$ @@@@(6204` ap( d8$IfRRR%R3RBRRRKkd$$If\$ (6204` ap( d8$IfRRSR^RlRyRRXKKKK d8$Ifkd$$If\$ @@@@(6204` ap(SRRRRRRRRRS S!SBSCSSSSSTTqTrTTTTTTTTU!U"U[U\U`UaUhUiUVVVVVV_V`VhViVVVVVlWvWXXĿĸԒ hD0J hD0JhD0JCJOJQJ^JaJ hD0JjhD0JU hD0JH* hDH*jhDH*U hD0JhDOJQJjhDOJQJUhDCJOJQJaJhDCJaJhD7RRRRRRXKKKK d8$Ifkd6$$If\$ (6204` ap(RRRRRRXKKKK d8$Ifkd]$$If\$ @@@@(6204` ap(RRRSS SXOBBO d8$If d8$Ifkd$$If\$ (6204` ap( S!SVVXYJYXPHP@Pd8gdDd8gdDd8gdDkd$$If\$ @@@@(6204` ap(XVXWXgXhXXXXY+YHYIYJYMYgYhYpYYYYYYYYYYYYZMZNZZZZZZZZZZ5[6[[[[[[\\\(\?\I\d\o\z\{\\\\\\\\\\\^^C`D`V`W```bb hD0JH* hDH*jhDH*U hD0J hD0JhD hD0JjhDOJQJUhDOJQJLJYhYYYYYZZ6[[[{\\\\D`W`cdddf & Fd8dd[$\$gdDd8gdDd8gdD & Fd8dd[$\$gdDd8gdD & Fd8dd[$\$gdDb;c?cccdd(d)djdkdtdudddcfdfefffff@hAhhh&i'i*i+iii7j8jjjlllllllllmmmmmmmmmonpnoorrrrss's(ssssstt:u;uAvBvyyzzcz hDH*jhDH*U hD0JjhDOJQJU hD0JhDOJQJ hD0J hDNdfAhi8jjlmmpnorrst;uBvy{}}<Ƌd8gdD & Fd8dd[$\$gdDd8gdDd8gdD & Fd8dd[$\$gdDczdzgzhzrzszzzzz{{}}}}qr;<UZ78}~΂ςׂ؂RS`aЄф؄ل23rsz{ц҆ֆ׆67rsxy hD0J hDH* hD0J hD0JhDOJQJjhDOJQJUhD hD0JH*jhDH*UL NOŋƋNj)*+,679:015678wx}~÷ã÷ã÷Ù÷Ù÷ÙhD0JCJaJ'hD0J5>*B*CJH*\aJphhDCJOJQJaJjhDCJOJQJUaJhDCJaJ hD0JhD hD0JhDOJQJjhDOJQJU<Ƌ,7 |Zؙ2ʜٜ͞ d8$If & F d8dd[$\$gdDd8gdD & F d8dd[$\$gdD & Fd8dd[$\$gdDd8gdD & Fd8dd[$\$gdD~ЎюҎӎݎ^_`abc<=ABCDܐݐސߐABophD0JCJaJhDCJOJQJaJjhDCJOJQJUaJhD0JCJaJhD0J5CJ\aJhD0JCJOJQJaJ#jhD0JCJOJQJUaJhDOJQJhDCJaJ: YZ[\ij&'LMef>?@ABC+,012ͿͲ礚wwͿͲwwhD0JCJaJhDCJOJQJaJhD0J6CJ]aJhD0JCJaJjhD0JCJUaJhD0J5CJ\aJhD0JCJOJQJaJ#jhD0JCJOJQJUaJhDOJQJhDCJaJjhDCJOJQJUaJ.23rsxy{|}˕͕̕ΕϕЕLMfgvwPQRSTUWXYZ[=>MNɷɷɷhD0J5CJ\aJhD0JCJOJQJaJ#jhD0JCJOJQJUaJhDOJQJhDCJaJhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJ=Ιϙԙՙיؙٙ'()*+,()./123ɷɊ|ohD0J6CJ]aJhD0J!CJOJQJaJ#jhD0J!CJOJQJUaJhD0J5CJ\aJhD0JCJOJQJaJ#jhD0JCJOJQJUaJhDOJQJhD0JCJaJhDCJOJQJaJhDCJaJjhDCJOJQJUaJ'34CDOPŜƜǜȜɜʜ؜ٜڜ/2uv̞͞ΞVWpq{hD0J56\]hD0J5OJQJ\!jhD0J5OJQJU\hD hD0JjhDOJQJU hD0JhDOJQJhDCJaJhD0J"CJaJhD0J6CJ]aJjhD0J!CJUaJhD0J!CJaJ/IJKLMNOPpqrstuŻűŻŻűŻŻřӋxpfhD0JCJaJhDCJaJhD0J5\hD0JCJaJjhD0JCJUaJhD0JB* CJaJph+hD0J#CJ aJ hD0JCJaJhD0J#CJaJjhD0J#CJUaJ hD0JhD hD0JhDCJOJQJaJjhDCJOJQJUaJ&I]kdc$$IfT0_F 6234apT d8$IfNkd$$IfTF   ݫ6234ap ݫTZ[_`cd¢ŢƢɢʢ,-01ңӣݣޣ-.;<>?eftuwxإ٥NOhilm !$%hDCJaJhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJR XY]^ab yzNOTUXYӪԪ֪ת"#ŽhD0JCJaJhDCJaJhDCJOJQJaJhD0JCJaJhDCJOJQJaJhDCJaJjhDCJOJQJUaJFUVcdghˬ̬ϬЬ#$-.12WXdehiîĮǮȮ #$$%)* destwxhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJhDCJaJSGHVWZ[òIJDzȲ!"%&efmnqrdzȳгѳԳճ():;>?Z[efij  hDCJOJQJaJhD0JCJaJhDCJOJQJaJhDCJaJjhDCJOJQJUaJJ M:]kd$$IfT0_F 6234apT d8$If]kd$$IfT0_F 6234apTVW^_bcηϷҷӷ&'*2561278;<ٹڹ߹;<HILMҼҴҼҴҼҴҼҴҼҴҼҴҼҴҼҴҼҴҼҴҼҴhDCJaJhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJhDCJOJQJaJhD0JCJaJhDCJaJG [\cdgh>?MNQRռּټڼ?@KLMN[\] _`klopžƾӾԾ׾ؾ-.1ŻŻhDCJaJhD0JCJaJhDCJaJhDCJOJQJaJhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJFMN\:]kd$$IfT0_F 6234apT d8$If]kd.$$IfT0_F 6234apT1256ؿٿ޿߿$%()dejknoSTWX[\CDTUXYŽhD0JCJaJhDCJaJhDCJOJQJaJhD0JCJaJhDCJOJQJaJhDCJaJjhDCJOJQJUaJFyzmnstxyABEFGHNOPƾƾhD0JCJaJhDCJaJhDCJOJQJaJhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJhDCJaJGGHO:]kd$$IfT0_F 6234apT d8$If]kd`$$IfT0_F 6234apTOPVWZ[ghstwx./89<=ŽhD0JCJaJhD0J5CJ\aJhD0JCJOJQJaJ#jhD0JCJOJQJUaJhDCJaJhDCJOJQJaJhD0JCJaJhDCJOJQJaJhDCJaJjhDCJOJQJUaJ4 :5gdD]kd+$$IfT0_F 6234apT d8$If]kd$$IfT0_F 6234apT abjkno Ž hDh;uPhDCJaJhDCJOJQJaJhDCJaJhD0JCJaJhDCJOJQJaJjhDCJOJQJUaJ,1h/ =!"#$% n/ %1Fև6PNG  IHDR`⤊{PLTEVφF NˈJJѩeJ fDhI&LK' T\e)iTӓiЙOzҸ8gl>ӵbh2ч0-ҦIכ$v1]Ď1mMFiF z'zMWm4h3KH̾ΫJ8x5^EK U2رdb\*^*Q͔\NSi.U$|bTV4̄#$2$txT6|ĺ4zeBS:6P\IDlA" /⸒w&y){B{EvY N(o;'|z|?)lnWy Q+EFDј6lh4'l.i/N\^Lnl |<5+-2Vj2Ժ5|tz0wLۗWԙbKGDH cmPPJCmp0712HsIDAThCzMhY" cM!C!w ƵQ@U cAc!pU! M'n{فnAo>"&4R6CK$HӘWJaдsL;:fsd˖:y}W_ǯ?s/ N}vy;TI]~\/kg}ٛ?>6?_ٗw~ݝ].K#e][dL?_x9lOqrFK|ݗ?% soav[/}0')Kw/\(>;GKj-0`kom}Mlm|;?߰C7V~_<Ǐ<~1D?tGx>Og D{'o|BPH&;h\=5 A\}r|Ae^Զ~Kq`v/tΕ,oZΓRevԡeؘ+$Bvxs%?ޑ1E_Ɵ+##! x}y$qO:OOp8Tև/(_vx?<~) o%({clh[E-l/nSԟj-=l {0Y,ƊVKlS6[}E\ %!?>8x־30'ލ@ 0=BQĽ~qDdB{t{N׮ 6{^4*@_,`{EX*ѭN"!kWa24䒷X +++PvXn#lYoA$+C zGW ZJʁ7PŜ7W"paH8,S.9 $!B0^Q|٫}C 4*.I@`ecڻ VDl^WDb e[7OOo΍d`^ shBr ++%}ʒ= /)ǦK.LcgbEF*õ[ȂB@pAY)W.F %UxbڹۏA-EF3*̢NXyے %blzVvl&f߶8,h݈ _rG>HC e D;}&Q$ “%!D'7V..Y)c[Hmz 1J@0_%™iLXIzkfO hb @4*o/m~01eq J \l\՝pYp. `;Nл~Gj{l3߅D!)@4 !+JQ}`L#Y0_>y!ʖ$ߞ r7c@Idk4G!aW->bu)  (igP$ RkH[k:}e<4! Yo;7EY6oNNL.YoOmvCr16 N U*񗻯iSV 0ɶ3dދ.``$2 h``=ۇiao;X_fyb"\w3 T&U ]cѸ !edo(Zq!k_'l'}w}мrd2 uK’(N.a<# 0㒮 wܘ?0> }S]JMfB`~@Z4ƌ@t C|\ypi,}/Ca p 8F3Ft L v\EY<Ol>$_ɵ|eXyw΢Y P:ToigvlT![ʖH%3Qafn)ؖo>$eKi dԠ:'v]u3LI߅2}2ڟ/' KkەNlcA+y2Qj^绎*Fk}iif,/E6,DJﲂ pRO7FP{eC<ݚwQJw[;jD5=;{V:# v'G?K3wHI(>=OR0n`t%q.[_*M+JIa*4-˓fIP.+|DdDF!5ZN#8ppr6B2ԫoiJNmf4JR~+ʠWgYIxCz+z~@bLOoj?.Y$ JG4 2+Ф!+/|[1Y]ZoNl{&cN/U\eVoAAqˣz?ı,:ԓ:H!JJ%hKؐOI%e7j(~0{jב|>4hvT}hB:kZU~ZVG_G7ǡ0Uvy$zHi'_FgF'}!0`HjBEֱne|/n4;JC!6IPA a"Ѷܦ:2j Lj _f}ZM Tbo㰊|P-(*tV]!s F! bn~BJYPCB8Y zt|6tP y<TT6 2P/GTCV<1ψ Ϗnd9A| DW 3HܯZq0rOMŢkgUJ2i C&Zi; qQSBg@)J9DԈ7ZTRPZ1$$E~wIhx#CဒayɊ2mEIQ S~ru6(TˆULRϠ3xY ~K XtR*֨K o&Hv{;JU-y%ogh6LFiVU i]8I(Վ}I.R|,R뀡35GA gzoK`hQTtZ^ ւz4+o`V˱j)p פ (A\  A҅Bi|$eHa&w[HY*MB GX~ĺJL:)4Bk\-S 4CQ!Iȷ۷[ltT8?f9<;nAaSSrNkSejr&$=ƭ' .I\VVfj-\f! o,xD$DlQٴ!ʂbT8Zdc#(rdn*HV*=t4(؊xfh ; h@G,%oH`a0MβYƖǥ, 8Ug# !WU8fҷd:bP8~z$U) 'EHHI D"bj#;109D [-~5 QG$*[g^:΋pdӼhxMThӓH ' X&ڡ 03> ۙrȠ7`T619 ~ht;CuU֒BOĪix|\eThT^ 218>&FK LO{PhX]̋* #:(wi56=޻js2<  ?U%ۈ:NdV3[aGf^#^C)p(d)3L:7cO-#I`U+V$Ͷ% X?bq ;NU|FN=M ~]Bˋ xR;!gBEVWuN:|ھy7r5gwȬ➵$tV:܈cbFbx292UZRЧi%#[2n !'jVYO`5AC,wxv9DgPtKGt:ݦڎљ$v ou p!$ਲ਼$4;dYFg)tr=h\Ijk3swzV\b:cʳhSt8_40NOizfhUPةy(#pjEOjɧ9&^ B,h'D?`բqO/ng ^w nܺskǞ5$- 2݌łC;^L΃trHPYM ]shR%aY9̚=4UqdA2a"LOiA gj12Ҭ@gyhdȆ d3Ex&]7_!cxgFѝ&F_2:oq1/㣞kN]<yŞoݼբI>~s|/t;Ņ['7nsi\/"D©vЋH9Z&;!ĀX6..jnAĴLA~ǝyn$w=CgшE5Un|{5#手v1:Lx,Iug-TȫmbHY]e7 Qnʉ";a9?Ew-=L6fZX ݞ9(++ A'E7\k.Y}cwZ3̂lDF^oq1x,3`tk"!?ggqgsswSLN;rf:/;83u5rQ\ꌹC{{h:fuO?:Gh){[ss)s>`˚F>`܌;+9`;wײY wngYs9b4‡33v*yvxzdM$?ih3n`Ѐ/Fohyh`ʖ'*۲sQ-һl.nqfĝkٹhnltlntFҋbs:7X/y ʞ`q")SĆ<`ie)3:<>e왇V4=;Ý͙`& h,~δ7 47a*sk$W^7w~#_xV{?*HcA=rZX~:T_ᕂ'Yqcpt`[=inqoWwƃ-~2ÂIENDB`y$$If!vh5#v:V 6,5/ 234 p $$If!vh5 "#v ":V  6,5/ 204 ` p $$If!vh5P55 #vP#v#v :V @@@6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V 6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V @@@6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V 6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V @@@6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V 6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V @@@6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V 6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V @@@6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V 6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V @@@6,5/ / / /  204 ` p$$If!vh5P55 #vP#v#v :V 6,5/ / / /  204 ` p$$If!vh5-%#v-%:V  6,5/ 204 ` p %$$If!vh55 505 #v#v #v0#v :V @@@@(6,5/ / / /  204 ` p(%$$If!vh55 505 #v#v #v0#v :V (6,5/ / / /  204 ` p(%$$If!vh55 505 #v#v #v0#v :V @@@@(6,5/ / / /  204 ` p(%$$If!vh55 505 #v#v #v0#v :V (6,5/ / / /  204 ` p(%$$If!vh55 505 #v#v #v0#v :V @@@@(6,5/ / / /  204 ` p(%$$If!vh55 505 #v#v #v0#v :V (6,5/ / / /  204 ` p(%$$If!vh55 505 #v#v #v0#v :V @@@@(6,5/ / / /  204 ` p($$If!vh5 #v :V  ݫ6,5/ 234 p ݫT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$$If!vh55#v#v:V 655/ 234 pT$@@@ NormalCJ_HaJmH sH tH R`R D Heading 1dd@&[$\$5CJ0KH$\aJ0N`"N D Heading 2dd@&[$\$5CJ$\aJ$N`2N D Heading 3dd@&[$\$5CJ\aJF`BF D Heading 4dd@&[$\$5\DA@D Default Paragraph FontRi@R  Table Normal4 l4a (k(No Liste` DHTML Preformatted= 2( Px 4 #\'*.25@9dCJOJQJ^JaJJoJ D mceitemanchordZdd[$\$|o| Dmce_plugin_wordpress_more/d$d-DM N\$|o"| Dmce_plugin_wordpress_page/d$d-DM N\$Vo2V Dmceitemhiddenspellworddd[$\$oB D mcevisualaidTdd$d%d&d'dNOPQ[$\$4U`Q4 D Hyperlink >*phDV`aD DFollowedHyperlink >*phB^`rB D Normal (Web)dd[$\$*W`* DStrong5\.X`. DEmphasis6]*o* D toctoggle,o, D tocnumber2&o& Dtoctext.o. D editsection.o. D mw-headlineBb`B D HTML CodeCJOJPJQJ^JaJNg`N DHTML TypewriterCJOJPJQJ^JaJ0a`0 D HTML Cite6]"o!" Dz3988Po1P Dnoprintplainlinksneverexpand N!z!z z z z z z z z z z z z z#$!#,M9 DJSN]ipuƃ  4 g f  F O s M P A +'_G)H$.>4QRT]efho  0k!l!n!w!!!!!!!!!!!!")"*"-"L"g"h"k""##!#'') ** +,#,,,p--...u6@778M9:=<>1>(@K@@?ASACCCC DF#GGGHfHHH|IIIIIIIIIIJJJ%J3JBJRJSJ^JlJyJJJJJJJJJJJJJJKK K!KNNPQJQhQQQQQRR6SSS{TTTTDXWX[\\d^A`a8bbdmepfgjjkl;mBnqsuux4QRT]efho  0k!l!n!w!!!!!!!!!!!!")"*"-"L"g"h"k""##!#'') ** +,#,,,p--...u6@778M9:=<>1>(@K@@?ASACCCC DF#GGGHfHHH|IIIIIIIIIIJJJ%J3JBJRJSJ^JlJyJJJJJJJJJJJJJJKK K!KNNPQJQhQQQQQRR6SSS{TTTTDXWX[\\d^A`a8bbdmepfgjjkl;mBnqsuux0>0>0>0>0>0>0>0>0>0>0>0>0>0>0>0>(0G/0_I0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I 0_I00JO(0JO0Q 0Q 0Q 0Q 0Q 0Q 0Q0Q 0Q 0Q(0JO0T(0JO00U00U(0U0X00\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0 \00ik 0ik 0ik 0ik 0ik 0ik 0ik(0ik0v00x0 0r0 0 0 0 0 0 0 0 0 0 0 000 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0F O s M P A +'_G)H#$.>4QRT]efho  0k!l!n!w!!!!!!!!!!!!")"*"-"L"g"h"k""##!#'') ** +,#,,,p--...u6@778M9:=<>1>(@K@@?ASACCCC DF#GGGHfHHH|IIIIIIIIIIJJJ%J3JBJRJSJ^JlJyJJJJJJJJJJJJJJKK K!KNNPQJQhQQQQQRR6SSS{TTTTDXWX[\\d^A`a8bbdmepfgjjkl;mBnqsuuxI0>I0K0G!(2MAKSRXbcz~21 gjklnov~>e%%% &'k)))))*g*+#4KQRRRRRR SJYdfƋM hmpqrstuwxyz{|} i-$*~H3%1",T(2P \ p s 2 J M 4 M P $ > A (+ $' eM\_7DG&):EH (:219s3 9 K !a!h!"""e####'$/$1$$$,((())).// /x/y/////W0X0Y00012#2/3w333"4+4S44445)5i555z999;6<:<=<<<==>Z>>>>%?0?6???VCCCDDDDDE EEFF%IvIzIBKKKLqLLLLL!M[M`MhMNNN_NhNPVPgPMRRR(\j\t\d^^^`&a*adddeee'kkkrcrgrrrrrqwww7z}zzzzz{R{`{|||2}r}z}~~~6rxNƃ)9057w}І҆^`b<AC܈ވAo Y[i&Le>@B+02rx|ˍ͍ύLfvPRTWZ=MΑԑؑ')+(.23COŔٔ/01u͖VpIKOprtZ_cŚɚ,0қݛ-;>etw؝Nhl $X]ayNTXӢ֢"UcgˤϤ#-1WdhæǦ#$) dswGVZêǪ!%emqǫЫԫ(:>Zei V^bίү&517;ٱ߱;HL [cg>MQմٴ?K\ _koŶӶ׶-15ط޷$(djnSW[׹۹CTXymsxо׾۾AEOOVZgsw.8<ajn XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/X2$'LKOwٜ~q b$ %1Fև67.N@V(    nA| L Y? ì((http://hyugen.wordpress.com/files/2007/10/mata1.thumbnail.gifmatayK yK http://hyugen.wordpress.com/files/2007/10/mata1.gifyX;H,]ą'c#"` mataB S  ? t@Keys_and_ValuesHivesHKEY_CLASSES_ROOTHKEY_CURRENT_USERHKEY_LOCAL_MACHINE HKEY_USERSHKEY_CURRENT_CONFIGHKEY_PERFORMANCE_DATAEditingManual_editingCommand_line_editingPrograms_or_scripts Locations(Windows_NT.2C_2000.2C_XP.2C_Server_2003.Windows_95.2C_98.2C_and_Me Windows_3.11 Policy_filesPolicy_file_editor Advantages Disadvantages Windows_9x_OS'Alternatives_in_other_operating_systemsSee_also ReferencesExternal_links.#')*,,p-..>HNPS{TTDX[jux,ʔ" .#')*,,p-..>HNPS{TTDX[jux,ʔ"CC|C,fkC|CCPPw"CCPUw"9*urn:schemas-microsoft-com:office:smarttagsState9*urn:schemas-microsoft-com:office:smarttagsplace Pb z+$$i)p)**H,O,/000224&5@@BBCCCCCCCCCCCCDD&D)DIEYEFFFFjGqGGGGGGGGGGGGHfHnHpHvHIIIIIIIIIIIIIIJJJ$J%J2J3JAJBJQJSJ]J^JkJlJxJyJJJJJJJJJJJJJJJJJJJKKKlOvOQRRR7SBSvSSTTT(TdToTTTVVVVZZ<[?[e[q[\\MaWa]dideeefz+z||$}w}CKX`sxˁЁ$+v [e`a().1"$,|}::??(@/@CCCCCCCCFFGGGGfHnHLLYYpcc_gjghhpwqwSW<?":::::::::::::::::::::::::$$..##''))**,,,,p-p-....>>HHNNPPSS{T{TTTDXDX[[jjuuxx,,ʔʔ" " X%zzԘnbuiKz[`.p!&0wp,jVoAW`+" cYK>ouq!w4}fk^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`.^`.pp^p`.@ @ ^@ `.^`.^`.^`.^`.PP^P`.^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo(^`CJOJQJo(^`CJOJQJo(opp^p`CJOJQJo(@ @ ^@ `CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(^`CJOJQJo(PP^P`CJOJQJo( q!w0wp,X%n>ooAW` c`.iK4} 0\28 ;uPDF #$4QRT]efho  0k!l!n!w!!!!!!!!!!!!")"*"-"L"g"h"k""##|IIIIIIIIIIJJJ%J3JBJRJSJ^JlJyJJJJJJJJJJJJJJKK K!K MN\ݹ޹GHO"@,J p@UnknownGz Times New Roman5Symbol3& z Arial7Georgia7&  Verdana?5 z Courier New;Wingdings"qhe"EۦdcEۦdc!>43HX)?;uP2Windows Registry Instruktur Lab BInstruktur Lab B4         Oh+'0 , L X dpxWindows Registry Instruktur Lab BNormalInstruktur Lab B1Microsoft Office Word@L@o>@+Eۦ՜.+,D՜.+,P  hp  Bina Sarana Informatikacd Windows Registry Title 8@ _PID_HLINKSA<F21http://en.wikipedia.org/wiki/Powertoy_Calculator@%http://en.wikipedia.org/wiki/SyncToy|&http://en.wikipedia.org/wiki/Tweak_UIc  1http://en.wikipedia.org/wiki/Microsoft_PowerToysvp <http://en.wikipedia.org/wiki/Spider_Solitaire_%28Windows%29z5http://en.wikipedia.org/wiki/Solitaire_%28Windows%29V!*http://en.wikipedia.org/wiki/Purble_Places7http://en.wikipedia.org/wiki/Minesweeper_%28Windows%29|,http://en.wikipedia.org/wiki/Mahjong_TitansU%http://en.wikipedia.org/wiki/InkBall82http://en.wikipedia.org/wiki/Hearts_%28Windows%29G&http://en.wikipedia.org/wiki/FreeCelly*http://en.wikipedia.org/wiki/Chess_Titans4`8http://en.wikipedia.org/wiki/Kernel_Transaction_Manager1http://en.wikipedia.org/wiki/I/O_request_packetsa;http://en.wikipedia.org/wiki/Windows_Vista_startup_processe8http://en.wikipedia.org/wiki/Windows_NT_startup_process:http://en.wikipedia.org/wiki/Object_Manager_%28Windows%29=E8http://en.wikipedia.org/wiki/Architecture_of_Windows_NT2a;http://en.wikipedia.org/wiki/Internet_Information_ServicesX8http://en.wikipedia.org/wiki/Rights_Management_Services34http://en.wikipedia.org/wiki/Windows_Media_ServicesA3http://en.wikipedia.org/wiki/Windows_Server_Domaink*http://en.wikipedia.org/wiki/Group_policy@).http://en.wikipedia.org/wiki/Active_DirectoryB2Ehttp://en.wikipedia.org/wiki/Distributed_File_System_%28Microsoft%29G3http://en.wikipedia.org/wiki/Universal_Disk_FormatQ"http://en.wikipedia.org/wiki/CDFS,h#http://en.wikipedia.org/wiki/ExFATe?#http://en.wikipedia.org/wiki/FAT12e;#http://en.wikipedia.org/wiki/FAT16g?#http://en.wikipedia.org/wiki/FAT32L4http://en.wikipedia.org/wiki/Encrypting_File_Systemy0http://en.wikipedia.org/wiki/Transactional_NTFS^0http://en.wikipedia.org/wiki/NTFS_symbolic_link?h0http://en.wikipedia.org/wiki/Volume_Mount_Points41http://en.wikipedia.org/wiki/NTFS_junction_pointA"http://en.wikipedia.org/wiki/NTFSp8http://en.wikipedia.org/wiki/Volume_Shadow_Copy_Service'9http://en.wikipedia.org/wiki/Wireless_Zero_Configuration,Q,http://en.wikipedia.org/wiki/Task_ScheduleryEhttp://en.wikipedia.org/wiki/Background_Intelligent_Transfer_Servicea-http://en.wikipedia.org/wiki/Alerter_serviceA%.http://en.wikipedia.org/wiki/Recovery_ConsoleW&http://en.wikipedia.org/wiki/Winlogono-2http://en.wikipedia.org/wiki/Windows_Boot_Manager%o#http://en.wikipedia.org/wiki/NTLDRv/2http://en.wikipedia.org/wiki/Dynamic_link_libraryl+#http://en.wikipedia.org/wiki/WOW64P0http://en.wikipedia.org/wiki/Windows_on_Windows`-http://en.wikipedia.org/wiki/Windows_service|)http://en.wikipedia.org/wiki/Svchost.exem-y1http://en.wikipedia.org/wiki/System_idle_processv%http://en.wikipedia.org/wiki/Hal.dllIMs*http://en.wikipedia.org/wiki/Ntoskrnl.exer-p:http://en.wikipedia.org/wiki/Microsoft_Management_Consolem/http://en.wikipedia.org/wiki/Windows_Installerj%http://en.wikipedia.org/wiki/Cmd.exe kg0http://en.wikipedia.org/wiki/Windows_PowerShell_/d*http://en.wikipedia.org/wiki/Disk_Cleanup~'a2http://en.wikipedia.org/wiki/Windows_Task_Manager9N^/http://en.wikipedia.org/wiki/Remote_Assistancew[0http://en.wikipedia.org/wiki/Microsoft_Narrator^X%http://en.wikipedia.org/wiki/NotepadgU+http://en.wikipedia.org/wiki/Character_Map1R6http://en.wikipedia.org/wiki/Calculator_%28Windows%29O,http://en.wikipedia.org/wiki/Windows_Updateh?L=http://en.wikipedia.org/wiki/Disk_Defragmenter_%28Windows%29;FI,http://en.wikipedia.org/wiki/System_Restore"OF<http://en.wikipedia.org/wiki/Windows_System_Assessment_Toolx0C5http://en.wikipedia.org/wiki/Windows_Security_CenterZ$@Ihttp://en.wikipedia.org/wiki/List_of_Control_Panel_applets_%28Windows%29@=9http://en.wikipedia.org/wiki/Control_Panel_%28Windows%29}:-http://en.wikipedia.org/wiki/Windows_Sidebart7.http://en.wikipedia.org/wiki/Windows_DefenderR42http://en.wikipedia.org/wiki/Windows_Media_CenterV12http://en.wikipedia.org/wiki/Windows_Media_Player;^./http://en.wikipedia.org/wiki/Internet_Explorer=n+/http://en.wikipedia.org/wiki/Windows_DVD_MakerM(1http://en.wikipedia.org/wiki/Windows_Movie_Maker,}%3http://en.wikipedia.org/wiki/Windows_Photo_Gallery>G"+http://en.wikipedia.org/wiki/Snipping_Tool5!:http://en.wikipedia.org/wiki/Sound_Recorder_%28Windows%29_%http://en.wikipedia.org/wiki/WordPadI6http://en.wikipedia.org/wiki/Private_Character_EditorbB2http://en.wikipedia.org/wiki/Paint_%28software%29#k3http://en.wikipedia.org/wiki/Windows_Meeting_Space|2http://en.wikipedia.org/wiki/Windows_Fax_and_Scanp .http://en.wikipedia.org/wiki/Windows_Calendarh .http://en.wikipedia.org/wiki/Windows_Contactsq*http://en.wikipedia.org/wiki/Windows_Mail",http://en.wikipedia.org/wiki/.NET_Framework7s8http://en.wikipedia.org/wiki/BitLocker_Drive_Encryption,b7http://en.wikipedia.org/wiki/Data_Execution_PreventionM%http://en.wikipedia.org/wiki/DirectX O7http://en.wikipedia.org/wiki/Graphics_Device_InterfaceU,http://en.wikipedia.org/wiki/Virtual_folderWindows_Vistak,http://en.wikipedia.org/wiki/Windows_Searcha-http://en.wikipedia.org/wiki/Special_Folders\5http://en.wikipedia.org/wiki/Windows_Shell_namespace`+http://en.wikipedia.org/wiki/Windows_Shell z(http://en.wikipedia.org/wiki/Start_menu{ -http://en.wikipedia.org/wiki/Windows_Taskbarv.http://en.wikipedia.org/wiki/Windows_Explorer@4http://en.wikipedia.org/wiki/Desktop_Window_Manageru *http://en.wikipedia.org/wiki/Windows_Aeros6Bhttp://en.wikipedia.org/wiki/List_of_Microsoft_Windows_components0PRhttp://en.wikipedia.org/w/index.php?title=Template:Windows_Components&action=edit<>>http://en.wikipedia.org/wiki/Template_talk:Windows_ComponentsQm9http://en.wikipedia.org/wiki/Template:Windows_Componentsvn7http://hyugen.wordpress.com/wp-admin/collapseTable(0);;&;http://www.beginningtoseethelight.org/ntsecurity/index.phpq57http://msdn2.microsoft.com/en-us/library/ms724871.aspxS4http://en.wikibooks.org/wiki/Windows_registry_hacks1}'http://en.wikipedia.org/wiki/WikibooksL9http://en.wikipedia.org/wiki/Image:Wikibooks-logo-en.svgSEQhttp://en.wikipedia.org/w/index.php?title=Special:Booksources&isbn=9780735619173e-http://en.wikipedia.org/wiki/Microsoft_PressQ".http://en.wikipedia.org/wiki/Mark_Russinovich%http://en.wikipedia.org/wiki/July_19"http://en.wikipedia.org/wiki/2007^[&http://www.riscos.org/tour/index.htmlH5.http://en.wikipedia.org/wiki/Windows_Registry_ref-8#_ref-8%http://en.wikipedia.org/wiki/July_19"http://en.wikipedia.org/wiki/2007#l(http://www.kmfms.com/unmaintainable.txtH:.http://en.wikipedia.org/wiki/Windows_Registry_ref-7#_ref-73SPhttp://www.microsoft.com/technet/archive/ntwrkstn/reskit/23_regov.mspx?mfr=trueH;.http://en.wikipedia.org/wiki/Windows_Registry_ref-6#_ref-6%http://en.wikipedia.org/wiki/July_19"http://en.wikipedia.org/wiki/20075http://www.petri.co.il/reg_command_in_windows_xp.htmH8.http://en.wikipedia.org/wiki/Windows_Registry_ref-5#_ref-5%http://en.wikipedia.org/wiki/July_19"http://en.wikipedia.org/wiki/2007(;+http://www.windowsdevcenter.com/lpt/a/5016H9}.http://en.wikipedia.org/wiki/Windows_Registry_ref-4#_ref-4z"http://en.wikipedia.org/wiki/2003 :w$http://en.wikipedia.org/wiki/May_15YtUhttp://www.microsoft.com/technet/security/prodtech/windows2000/win2khg/05sconfg.mspxH>q.http://en.wikipedia.org/wiki/Windows_Registry_ref-3#_ref-3n%http://en.wikipedia.org/wiki/July_19k"http://en.wikipedia.org/wiki/2007n9h'http://support.microsoft.com/kb/256986H?e.http://en.wikipedia.org/wiki/Windows_Registry_ref-2#_ref-2b%http://en.wikipedia.org/wiki/July_19_"http://en.wikipedia.org/wiki/2007w5\7http://msdn2.microsoft.com/en-us/library/ms724877.aspxH<Y.http://en.wikipedia.org/wiki/Windows_Registry_ref-1#_ref-1H=V.http://en.wikipedia.org/wiki/Windows_Registry_ref-0#_ref-0S%http://en.wikipedia.org/wiki/July_19P"http://en.wikipedia.org/wiki/2007&eM8http://msdn.microsoft.com/msdnmag/issues/1100/Registry/aJ.http://en.wikipedia.org/wiki/Windows_Registry_ref-Reghist_1#_ref-Reghist_1aG.http://en.wikipedia.org/wiki/Windows_Registry_ref-Reghist_0#_ref-Reghist_0\<D.http://en.wikipedia.org/wiki/Registry_cleaner)eA#http://en.wikipedia.org/wiki/Linux a>0http://en.wikipedia.org/wiki/Elektra_Initiative|;5http://en.wikipedia.org/wiki/Single_point_of_failure8q8#http://en.wikipedia.org/wiki/GConf6r5#http://en.wikipedia.org/wiki/GNOMEP-2.http://en.wikipedia.org/wiki/Windows_Registry_note-8#_note-8P2/%http://en.wikipedia.org/wiki/RISC_OS_,%http://en.wikipedia.org/wiki/NetInfo#S)+http://en.wikipedia.org/wiki/Property_listx!&&http://en.wikipedia.org/wiki/Mac_OS_Xa#(http://en.wikipedia.org/wiki/Apple_Inc.- .http://en.wikipedia.org/wiki/Windows_Registry_note-Reghist#_note-ReghistGhttp://support.microsoft.com/_-.http://en.wikipedia.org/wiki/Windows_Registry_note-7#_note-7|5http://en.wikipedia.org/wiki/Single_point_of_failure;a(http://en.wikipedia.org/wiki/Winternals@"http://en.wikipedia.org/wiki/EULAG@http://en.wikipedia.org/wiki/Windows_Management_Instrumentationk *http://en.wikipedia.org/wiki/Group_Policym&http://en.wikipedia.org/wiki/INI_file^-.http://en.wikipedia.org/wiki/Windows_Registry_note-6#_note-6~.http://en.wikipedia.org/wiki/Roaming_profiles]&http://en.wikipedia.org/wiki/VBScript)fDhttp://search.cpan.org/~adamk/Win32-TieRegistry-0.25/TieRegistry.pmP"http://en.wikipedia.org/wiki/Perl]-.http://en.wikipedia.org/wiki/Windows_Registry_note-5#_note-5W2http://en.wikipedia.org/wiki/Windows_Support_ToolT,*http://en.wikipedia.org/wiki/Visual_Basic\-.http://en.wikipedia.org/wiki/Windows_Registry_note-4#_note-4mhttp://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&DisplayLang=en#(http://en.wikipedia.org/wiki/Windows_98`/http://en.wikipedia.org/wiki/Microsoft_Windowsk(http://en.wikipedia.org/wiki/Batch_file ~+http://en.wikipedia.org/wiki/Windows_Vistab(http://en.wikipedia.org/wiki/Windows_XPo*http://en.wikipedia.org/wiki/Command_lineZ )http://en.wikipedia.org/wiki/Method_stubb(http://en.wikipedia.org/wiki/Windows_XP[-.http://en.wikipedia.org/wiki/Windows_Registry_note-3#_note-3#(http://en.wikipedia.org/wiki/Windows_95 *http://en.wikipedia.org/wiki/Windows_2000t(http://en.wikipedia.org/wiki/Windows_NTE&:http://en.wikipedia.org/wiki/Object_linking_and_embeddingT&http://en.wikipedia.org/wiki/Database>Q)http://en.wikipedia.org/wiki/Windows_3.x?q$http://en.wikipedia.org/wiki/Hacker8W;http://en.wikipedia.org/wiki/Image:Registration_Editor.png8W;http://en.wikipedia.org/wiki/Image:Registration_Editor.png ~+http://en.wikipedia.org/wiki/Windows_Vistae(=http://en.wikipedia.org/wiki/Image:Registry_Editor_Vista.pnge(=http://en.wikipedia.org/wiki/Image:Registry_Editor_Vista.pngZ-.http://en.wikipedia.org/wiki/Windows_Registry_note-2#_note-2E&:http://en.wikipedia.org/wiki/Object_linking_and_embedding(d?http://en.wikipedia.org/wiki/Application_programming_interface`)http://en.wikipedia.org/wiki/Windows_APIY-.http://en.wikipedia.org/wiki/Windows_Registry_note-1#_note-10e#http://en.wikipedia.org/wiki/Qword9b(http://en.wikipedia.org/wiki/Endianness[%http://en.wikipedia.org/wiki/Integer3s(http://en.wikipedia.org/wiki/SignednessfF2http://en.wikipedia.org/wiki/Dword_%28Computer%299b(http://en.wikipedia.org/wiki/Endianness[%http://en.wikipedia.org/wiki/Integer3s(http://en.wikipedia.org/wiki/SignednessfF2http://en.wikipedia.org/wiki/Dword_%28Computer%29X-~.http://en.wikipedia.org/wiki/Windows_Registry_note-0#_note-0i{/http://en.wikipedia.org/wiki/Associative_array ?x.http://en.wikipedia.org/wiki/Windows_RegistryExternal_links#External_links u.http://en.wikipedia.org/wiki/Windows_RegistryReferences#References3r.http://en.wikipedia.org/wiki/Windows_RegistrySee_also#See_also-o.http://en.wikipedia.org/wiki/Windows_RegistryPAlternatives_in_other_operating_systems#Alternatives_in_other_operating_systems-l.http://en.wikipedia.org/wiki/Windows_RegistryWindows_9x_OS#Windows_9x_OS-i.http://en.wikipedia.org/wiki/Windows_RegistryDisadvantages#Disadvantages f.http://en.wikipedia.org/wiki/Windows_RegistryAdvantages#Advantages> c.http://en.wikipedia.org/wiki/Windows_Registry&Policy_file_editor#Policy_file_editor$`.http://en.wikipedia.org/wiki/Windows_RegistryPolicy_files#Policy_filesG3].http://en.wikipedia.org/wiki/Windows_RegistryWindows_3.11#Windows_3.11?Z.http://en.wikipedia.org/wiki/Windows_Registry6Windows_95.2C_98.2C_and_Me#Windows_95.2C_98.2C_and_Me (W.http://en.wikipedia.org/wiki/Windows_RegistryjWindows_NT.2C_2000.2C_XP.2C_Server_2003.2C_and_Vista#Windows_NT.2C_2000.2C_XP.2C_Server_2003.2C_and_Vista-T.http://en.wikipedia.org/wiki/Windows_RegistryLocations#Locations-Q.http://en.wikipedia.org/wiki/Windows_Registry(Programs_or_scripts#Programs_or_scripts9N.http://en.wikipedia.org/wiki/Windows_Registry*Command_line_editing#Command_line_editing7K.http://en.wikipedia.org/wiki/Windows_RegistryManual_editing#Manual_editing-H.http://en.wikipedia.org/wiki/Windows_RegistryEditing#Editing -E.http://en.wikipedia.org/wiki/Windows_Registry,HKEY_PERFORMANCE_DATA#HKEY_PERFORMANCE_DATA-B.http://en.wikipedia.org/wiki/Windows_Registry(HKEY_CURRENT_CONFIG#HKEY_CURRENT_CONFIG,?.http://en.wikipedia.org/wiki/Windows_RegistryHKEY_USERS#HKEY_USERS9<.http://en.wikipedia.org/wiki/Windows_Registry&HKEY_LOCAL_MACHINE#HKEY_LOCAL_MACHINE-9.http://en.wikipedia.org/wiki/Windows_Registry$HKEY_CURRENT_USER#HKEY_CURRENT_USER-6.http://en.wikipedia.org/wiki/Windows_Registry$HKEY_CLASSES_ROOT#HKEY_CLASSES_ROOT-3.http://en.wikipedia.org/wiki/Windows_Registry Hives#Hives-0.http://en.wikipedia.org/wiki/Windows_Registry Keys_and_Values#Keys_and_Values --.http://en.wikipedia.org/wiki/Windows_RegistryStructure#StructureFJ*1http://hyugen.wordpress.com/wp-admin/toggleToc()-'.http://en.wikipedia.org/wiki/Windows_Registry_note-Reghist#_note-Reghistm$&http://en.wikipedia.org/wiki/INI_file$f!$http://en.wikipedia.org/wiki/Procfs*l#http://en.wikipedia.org/wiki/Sysfs Bhttp://en.wikipedia.org/wiki/Installation_%28computer_programs%29@$.http://en.wikipedia.org/wiki/File_association@9http://en.wikipedia.org/wiki/Control_Panel_%28Windows%29?U/http://en.wikipedia.org/wiki/Personal_computerO&http://en.wikipedia.org/wiki/SoftwareQ &http://en.wikipedia.org/wiki/Hardwarey ,http://en.wikipedia.org/wiki/Windows_Mobile`/http://en.wikipedia.org/wiki/Microsoft_Windows.http://en.wikipedia.org/wiki/Operating_systemvW6http://en.wikipedia.org/wiki/Directory_%28database%29?d4http://hyugen.wordpress.com/files/2007/10/mata1.gifQH>http://hyugen.wordpress.com/files/2007/10/mata1.thumbnail.gif  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      "#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrwRoot Entry FpyData 1TableۦWordDocumentelSummaryInformation(DocumentSummaryInformation8!0CompObjq  FMicrosoft Office Word Document MSWordDocWord.Document.89q