You can use the Recovery Console (RC) to solve some problems and make some repairs that you can't resolve with an Emergency Repair Disk (ERD) or Safe Mode. Three of the more common tasks the RC can help with are deleting a pagefile, disabling a driver or service, and recovering the SYSTEM hive.
How to Delete a Pagefile
A failure during Windows 2000 or Windows NT 4.0 Setup (or service pack installation) sometimes produces a very small temporary pagefile that prevents the OS from creating a larger, permanent file. When this happens, the OS boots and uses only the temporary file, which slows performance to a snail's pace. You can't delete the temporary pagefile while the OS is running because the file is open and in use. Worse, when a temporary file exists, the OS won't create a permanent pagefile even after you configure a permanent, correctly sized pagefile. You can use the RC to delete either a temporary or permanent pagefile, but the procedure isn't exactly straightforward:
to delete the pagefile that you just created.
How to Disable a Driver or Service
Suppose a driver or service is freezing your OS before you can get to the correct applet to disable the misbehaving component. You need only three RC commands to disable the related Win2K file and restart the system. After you restart the system, you can permanently remove or replace the malfunctioning driver or service.
To display the status of all drivers and services, go to a command prompt and type
This command enumerates drivers and services in three columns that identify the name of the internal driver or service, the status of the component, and—in some cases—descriptive text. The Listsvc command displays the low-level name rather than the descriptive text that typically appears in the Services or Devices applet that you see while Win2K is running. (For example, Listsvc lists Lanmanworkstation as the Workstation service, Rasman as the Remote Access Connection Manager service, and Seclogon as the RunAs service.) The command output is lengthy, so you'll need to scroll through multiple screens to examine the entire list. When you identify the name of the problematic component, type
to disable it. To restart the system, use the Exit command. As long as you've disabled the correct driver or service, the OS will be fully operational when it starts up again.
How to Recover the SYSTEM Hive
If the registry's SYSTEM hive files are missing, fragmented, corrupted, or too large, Win2K can't load the hive and can't start. At startup, hardware restrictions limit to 16MB the amount of memory that the OS can access. To start the OS, Win2K must fit the boot loader, kernel files, hardware abstraction layer (HAL) code, boot drivers, and SYSTEM hive into 16MB. If this limitation is a problem on your system, Win2K informs you at startup that a file is missing or corrupted. This message has two common meanings: The SYSTEM hive is either fragmented or corrupted.
A fragmented SYSTEM hive prevents Win2K from starting on an NTFS partition. To eliminate some—if not all—of the fragments, you can boot the RC and copy the SYSTEM hive. (Because the RC runs a minimal version of the OS, the utility doesn't need the SYSTEM hive to start Win2K.) To ensure this procedure's success, you need contiguous free disk space so that you can create a copy that will load. Boot to the RC, and set your location to \%systemroot%\system32\config (i.e., the location of the active registry files), as follows:
Rename the SYSTEM hive to a temporary filename:
Copy the renamed file back to the original filename:
Finally, use the Exit command to restart the system.
Under unusual circumstances, Win2K or a file-system problem can corrupt (rather than fragment) the SYSTEM hive, thereby preventing the OS from starting. If you have a current \repair\regback directory, you can replace the corrupted SYSTEM hive with a clean copy in just a couple of steps. First, rename the corrupted file and the native backup copy (system.alt) in the \config directory:
Next, copy a good version of the file from \%systemroot%\repair\regback into \%systemroot%\system32\config:
Finish with the Exit command at the RC command prompt to restart the system.