PlayUKlottery.com - win up to 42 million Pounds
Lesson 3: Using the Recovery Console

Cover
LOC Page
About This Book
Chapter and Appendix Overview
Getting Started
The Microsoft Certified Professional Program
Technical Support
Chapter 1 -- The Microsoft Windows 2000 Platform
Lesson 1: Overview of the Windows 2000 Platform
Lesson 2: Windows 2000 Professional
Lesson 3: Windows 2000 Server
Lesson 4: Windows 2000 Advanced Server and Windows 2000 Datacenter Server
Review
Chapter 2 -- Installing Windows 2000
Lesson 1: Preparing to Install
Lesson 2: Installing Windows 2000 from a CD-ROM
Lesson 3: Installing Windows 2000 over the Network
Lesson 4: Troubleshooting Windows 2000 Setup
Review
Chapter 3 -- Configuring the DNS Service
Lesson 1: Understanding DNS
Lesson 2: Resolving Names
Lesson 3: Installing the DNS Service
Lesson 4: Configuring the DNS Service
Lesson 5: Configuring a DNS Client
Lesson 6: Troubleshooting the DNS Service
Review
Chapter 4 -- Implementing Active Directory Directory Services
Lesson 1: Introduction to Active Directory Directory Services
Lesson 2: Active Directory Structure and Site Replication
Lesson 3: Active Directory Concepts
Lesson 4: Introduction to Planning
Lesson 5: Installing Active Directory Directory Services
Lesson 6: Configuring Active Directory Replication
Review
Chapter 5 -- Administering Active Directory Directory Services
Lesson 1: Creating Organizational Units
Lesson 2: Creating User and Computer Accounts
Lesson 3: Managing Groups
Lesson 4: Controlling Access to Active Directory Objects
Review
Chapter 6 -- Managing Desktop Environments with Group Policy
Lesson 1: Understanding Group Policy
Lesson 2: Applying Group Policy
Lesson 3: Configuring Group Policy
Review
Chapter 7 -- Managing Software by Using Group Policy
Lesson 1: Introducing the Software Installation and Maintenance Technology
Lesson 2: Deploying Software
Lesson 3: Upgrading Software
Lesson 4: Managing Software
Review
Chapter 8 -- Managing File Resources
Lesson 1: Sharing and Publishing File Resources
Lesson 2: Administering Shared Folders by Using Dfs
Lesson 3: Using NTFS Special Access Permissions
Lesson 4: Managing Disk Quotas on NTFS Volumes
Lesson 5: Increasing Security with EFS
Lesson 6: Using Disk Defragmenter
Review
Chapter 9 -- Configuring Remote Access
Lesson 1: Understanding the New Authentication Protocols in Windows 2000
Lesson 2: Configuring Inbound Connections
Lesson 3: Configuring Outbound Connections
Lesson 4: Examining Remote Access Policies
Lesson 5: Creating a Remote Access Policy
Review
Chapter 10 -- Supporting DHCP and WINS
Lesson 1: New DHCP Functionality
Lesson 2: New WINS Functionality
Review
Chapter 11 -- Managing Disks
Lesson 1: Introduction to Disk Management
Lesson 2: Common Disk Management Tasks
Review
Chapter 12 -- Implementing Disaster Protection
Lesson 1: Using Fault-Tolerant Volumes
Lesson 2: Using Advanced Startup Options
Lesson 3: Using the Recovery Console
Lesson 4: Using the Backup Utility
Lesson 5: Performing an Emergency Repair
Review
Chapter 13 -- Upgrading a Network to Windows 2000
Lesson 1: Planning a Network Upgrade
Lesson 2: Establishing the Root Domain
Lesson 3: Upgrading Domain Controllers and Member Servers
Lesson 4: Upgrading Client Operating Systems
Review
Chapter 14 -- Using Remote Installation Services
Lesson 1: Performing Remote Installations
Lesson 2: Creating Distribution Servers
Review
Appendix A -- Questions and Answers
Appendix B -- Creating Setup Disks
About This Electronic Book
About Microsoft Press


[Previous] [Next]

Lesson 3: Using the Recovery Console

The Windows 2000 Recovery Console is a command-line interface that you can use to perform a variety of troubleshooting and recovery tasks, including the following:

  • Starting and stopping services
  • Reading and writing data on a local drive (including drives that are formatted with the NTFS file system)
  • Formatting hard disks

Installing and Starting the Recovery Console

To install the Recovery Console, start a command prompt in Windows 2000, change to the I386 (or Alpha) folder on the Windows 2000 CD-ROM, and then run the Winnt32 command with the /cmdcons switch. After you install the Recovery Console, you can access it from the startup menu. You can also access the Recovery Console by using the Windows 2000 Setup disks or the Windows 2000 CD-ROM to start your computer and then selecting the Recovery Console option when you are prompted to choose repair options.

After you start the Recovery Console, you must specify which installation of Windows 2000 you want to log on to (if you have a dual boot or multiple boot configuration), and then you must log on as the Administrator user.

Understanding the Recovery Console Commands

There are a number of commands available in the Recovery Console. Table 12.3 describes some of these commands.

Table 12.3 Recovery Console Commands

Command Description
CD or Chdir Displays the name of the current folder or changes the current folder
Chkdsk Checks a disk and displays a status report
Cls Clears the screen
Copy Copies a single file to another location
Del or Delete Deletes one or more files
Dir Displays a list of files and subfolders in a folder
Disable Disables a system service or a device driver
Enable Starts or enables a system service or a device driver
Exit Exits the Recovery Console and restarts your computer
Fdisk Manages partitions on your hard disks
Fixboot Writes a new partition boot sector onto the system partition
Fixmbr Repairs the master boot record of the partition boot sector
Format Formats a disk
Help Lists the commands that you can use in the Recovery Console
Listsvc Lists all available services and drivers on the computer
Logon Logs on to a Windows 2000 installation
Map Displays the drive letter mappings
MD or Mkdir Creates a folder
More Displays a text file
RD or Rmdir Deletes a folder
REN or Rename Renames a single file
Systemroot Sets the current folder to the systemroot folder of the system that you are currently logged on to
Type Displays a text file

Practice: Using the Recovery Console

In this practice, you will install and start the Recovery Console. You will look at Help to determine the commands available in the Recovery Console, you will use Listsrv to view the services, and then you will use the Disable command to disable the Alerter service.

Exercise 1: Installing the Windows 2000 Recovery Console

In this exercise, you will install the Recovery Console.

  • To install the Recovery Console
    1. Log on as Administrator.
    2. Insert the CD-ROM that you used to install Microsoft Windows 2000 Server into the CD-ROM drive.
    3. When the Microsoft Windows 2000 CD window appears, close it.
    4. In the Run dialog box, type <X>:\i386\winnt32 /cmdcons (where <X> represents the letter assigned to your CD-ROM drive), and then click OK.
    5. The Windows 2000 Setup dialog box appears.

    6. Click Yes to install the Windows 2000 Recovery Console.
    7. Windows 2000 Setup installs the Windows 2000 Recovery Console to your hard disk.

    8. Click OK to close the Windows 2000 Server Setup dialog box.

    Exercise 2: Using the Windows 2000 Recovery Console

    In this exercise, you will use the Help command to view the available Recovery Console commands. You will then view and scroll through a list of all available services. Finally, you will disable the Alerter service.

    1. Restart your computer.
    2. Select Microsoft Windows 2000 Recovery Console from the boot loader menu.
    3. The Windows 2000 Recovery Console starts up and prompts you to select which Windows 2000 installation you would like to log on to. If you have more than one Windows 2000 installation on this computer, they will be listed here.

    4. Type the number corresponding to the installation you want to log on to, and then press Enter.
    5. Type password when prompted for the Administrator password, and then press Enter.

    NOTE
    As of the writing of this training kit, the administrator's password may not be accepted. This is a limitation in pre-release versions of the Windows 2000 Server software. If this occurs when you attempt to log on in the Recovery Console, leave the password box empty and press Enter.

    1. Type help and then press Enter to see the list of available commands.
    2. To view all available services, type listsvc and press Enter.
    3. Press Spacebar to scroll through each page of available services until you are returned to a command prompt.
    4. To disable the alerter service, type disable alerter, and then press Enter.
    5. You are prompted that the Alerter service has a start type of SERVICE_AUTO_START, but that it is now disabled, with a start type of SERVICE_DISABLED.

    6. Type exit and then press Enter to restart your computer.

    Exercise 3: Restarting the Alerter Service

    In this exercise, you will confirm that the Alerter service is disabled, and then you will restart it.

    1. Log on as Administrator.
    2. Open Computer Management, expand Services And Applications, and then click Services.
    3. Notice that the Startup type value for the Alerter service is Disabled.

    4. Double-click Alerter, change the Startup Type to Automatic, and then click OK.
    5. Right-click Alerter, and then click Start.
    6. Close Computer Management.
    7. Restart your computer.

    Lesson Summary

    The Windows 2000 Recovery Console is a command-line interface that you can use to perform a variety of troubleshooting and recovery tasks, including starting and stopping services, reading and writing data on a local drive, and formatting hard disks. You install the Recovery Console by starting a command prompt, changing to the I386 (or Alpha) folder on the Windows 2000 CD-ROM, and running the Winnt32 command along with the /cmdcons switch. After you install the Recovery Console, you can access it from the startup menu or by using the Windows 2000 Setup disks or the Windows 2000 CD-ROM to start your computer and then selecting the Recovery Console option when you are prompted to choose repair options.