JSI Tip 3624. What is the cmldr file in the root of my Windows 2000 System drive?

Jerold Schulman

April 24, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When you install the Recovery Console, the cmldr file is installed in the root of your System partition. When you select the Recovery Console on the boot menu, NTLDR loads cmldr to boot the Recovery Console.

To uninstall the Recovery Console:

1. Open a CMD prompt and type:

    attrib -r -s -h c:boot.ini
    attrib -r -s -h c:cmldr

2. Type:

    notepad c:boot.ini

3. Remove the C:CMDCONSBOOTSECT.DAT="Microsoft Windows 2000 Recovery Console" /cmdcons or similar entry from c:boot.ini and save the file. Exit Notepad.

4. Type:

    attrib +r +s +h c:boot.ini


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like