Recovery Console
Windows XP includes
the Recovery Console that was first introduced in Windows 2000. The
Recovery Console allows access to XP installations on FAT, FAT32 and
NTFS volumes which are inaccessible via safe mode. The console may
be used in two ways. It can be installed to a hard disk as a boot
menu option or started from the Windows XP CD used for setup. The
Administrator password is required to access the installation. Three
incorrect password entries forces a reboot.
Installing the
Recovery Console
As discussed above,
the Recovery Console may be installed to hard disk or started from
the XP Installation CD. The procedure below illustrates installing
the console as a boot menu option. This will require ~7MB of disk
space. I feel this is the preferred option as immediate access to
the Recovery Console is available, eliminating the need for access
to the Windows XP Setup CD.
Step by Step
Recovery Console Installation
Insert the Windows
Setup CD. If AutoRun is enabled, close the XP Setup screen that
appears after inserting the CD.

Click [Start] [Run]
and type in G:\i386\winnt32.exe /cmdcons. In this example, G:/ is
the CD Drive. Click [OK] to continue. The Windows Setup message box
will open.

In the Windows Setup
message box, click [Yes] to confirm Recovery Console installation.

Recovery Console
setup will next attempt to acess the Internet and perform a Dynamic
Update to the installation files. If you don’t wish to perform the
update, press [Esc] to interrupt the Dynamic Update process and use
the existing setup files.

Once the Dynamic
Update is completed, the Microsoft Windows XP Professional Setup
screen shown above will track the installation progress of Recovery
Console as the files are copied and system files updated to place
the Recovery Console on the Boot Menu.

Upon completion of
the Recovery Console install, the dialog box above is displayed to
confirm a successful installation. Click [OK] and restart the
computer. Note the instruction regarding HELP availability for the
Recovery Console at the command prompt.
Removing the Recovery
Console
Recovery Console Password
On many XP installations you can't
start the Recovery Console because it won't recognize your password.
This registry edit causes the Recovery Console not to ask for a
password. This works for both XP Home and XP Professional.
Start | Run | Regedit
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Setup\RecoveryConsole
Set the DWORD SecurityLevel value to 1
Exit Registry and Reboot
Thanks to Bob W for
sending me this registry edit.
Recovery
Console Commands
Commands with descriptions available at the command prompt for
use with the Recovery Console.
|
Command |
Command Description |
| Attrib |
Change file and
directory attributes. |
| Batch |
Execute
specified text file (batch) commands. |
| Bootcfg |
Configure boot
file (boot.ini) settings. |
| ChDir (Cd) |
Change/display
the current directory. |
| Chkdsk |
Check a disk
for errors. Report capability. |
| Cls |
Clear the
screen. |
| Copy |
Copy a file.
Change file location or name. |
| Delete (Del) |
Delete files. |
| Dir |
Display a list
of subdirectories and files. |
| Disable |
Disable a
device driver or system service. |
| Diskpart |
Manage disk
partitions. |
| Enable |
Enable device
driver or system service. |
| Exit |
Exit Recovery
Console and reboot. |
| Expand |
Extract files
from a compressed file format. |
| Fixboot |
Write a new
boot sector to a selected partition. |
| Fixmbr |
Repair the
Master Boot Record (MBR). |
| Format |
Format a disk
partition. |
| Help |
Display a list
of Recovery Console commands. |
| Listsvc |
Display
available drivers and system services. |
| Logon |
Log off and on
to another Windows installation. |
| Map |
Display drive
letter mapping. |
| Mkdir (Md) |
Create a
directory. |
| More |
Display
(scroll) a text file. |
| Net Use |
Connect drive
letter to a network share. |
| Rename (Ren) |
Rename files. |
| Rmdir (Rd) |
Delete
directory. |
| Set |
Display/set
environment variables. |
| Systemroot |
Switch from
current directory to system root directory. |
| Type |
Display a text
file. |
|