The size of the registry increases and your computer may not start after you join a Windows 2000-based computer to a domain (837330)
The information in this article applies to:
- Microsoft Windows 2000 Professional
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
SYMPTOMSWhen you join a computer to a domain or when you log on to a domain member computer, you may notice that the size of the registry increases substantially. If the registry becomes too large, Windows may no longer start. When this problem occurs, you may receive the following error message when you start your computer: Windows 2000 could not start because the following file is missing or corrupt: \WINNT\SYSTEM32\CONFIG\SYSTEM CAUSEThis problem may occur if Group Policy was used to apply large and complex discretionary access control list (DACL) entries to registry hives. When machine policy settings are applied, the size of the System hive may increase. In this scenario, when you have a complex DACL to apply to registry hives, and when these settings cause the DACLs to propagate to other registry objects, all the following behaviors may occur: - The Security Configuration Engine (SCE) receives the policy information.
- The SCE calculates the DACL based on the hive DACL, on the policy DACL, and on the Access Control Entry (ACE) inheritance settings.
- The SCE calls the appropriate APIs to apply the DACL to each registry key. In this scenario, inheritance causes some keys to receive DACLs more than one time because one or more permission entries are set on a particular key. Other more explicit permission entries are then applied.
Because of this multiple application and removal of large security descriptors, the registry hive may become fragmented or its size may increase.
RESOLUTIONTo resolve this problem, reduce the complexity of the DACL settings that your Group Policy objects apply to the registry hives. WORKAROUNDTo work around this problem, manually copy the System registry hive to remove the "white space" or fragmentation that occurs when the large DACLs are overwritten by smaller and more explicit DACLs. To do this, follow these steps: - Start the computer by using the Windows Setup floppy disks or the Windows 2000 CD. At the Welcome to Setup screen, press R to repair a Windows 2000 installation, and then press C to start the recovery console.
- Type the number for the appropriate Windows installation, and then type the Administrator account password.
- At the Recovery Console command prompt, type the following commands, pressing ENTER after you type each command:
cd \winnt\system32\config copy system system.bak ren system system.old copy system.bak system - Type exit, and then press ENTER to quit the recovery console and to restart the computer.
Modification Type: | Major | Last Reviewed: | 5/21/2004 |
---|
Keywords: | kbActiveDirectory kbDeployment kbenv kbinfo KB837330 kbAudITPRO |
---|
|