Let xp fix the fault yourself

  
        

The Barrier Recovery Console is a tool for Windows 2000/XP/2003 dedicated to repairing systems that enables and disables services, formats drives, reads and writes data on local drives (including formats that are formatted as NTFS file systems) Drive), and perform many other management tasks, is the "Magic" that we can fix when the Windows 2000/XP/2003 security mode is not accessible.

1. Use the Recovery Console

When the computer starts, select "Microsoft Windows Recovery Console" (that is, the Recovery Console), and when prompted, enter the Administrator password. Then at the system prompt, type the “Recovery Console” command. Enter “help” to get a list of command names, enter the “help command name” to get help with the specified command.

In the faulty console, we can use Attrib, Batch, Bootcfg, ChDir (CD), Chkdsk, Cls, Copy, Delete (Del), Dir, Disable, Format, Diskpart, Enable, Expand, Fixmbr, Fixboot and other commands to fix various problems that occur on the computer.

2. Practical Commands Introduction

Obviously, many commands in the Recovery Console are familiar to us and will not be described here. The following are some of the commands that ordinary users usually do not use often. With them, we can easily complete many system maintenance tasks. In this issue, “Old Tree New Flowers says DOS3”, which introduces the Expand and Rmdir commands that can be used in the Recovery Console.

1Diskpart

Action: Create and delete partitions on your hard drive.

Syntax: Diskpart [/add /delete] [device_name drive_name partition_name] [size]

Parameter: If you do not take any parameters, the Windows character mode version of Diskpart will be started.

/add——Create a new partition;

/delete——Delete an existing partition;

drive_name——A partition to be deleted represented by a drive letter , only with “/delete”, such as “E:”;

partition_name—— the partition to be deleted represented by the partition name, can be used instead of <quo;drive_name”, (only with &ldquo ;/delete”Used at the same time;

size——The size of the partition to be created, expressed in megabytes (MB), used only with “/add ”.

Instance:

Delete F partition ——diskpart /delete F:

Create a 200MB partition ——diskpart /add DeviceHardDisk0 200

2Fixboot

Action: Write the new partition boot sector to the specified partition.

Syntax: Fixboot [drive]

Parameter: If you do not take any parameters, the Fixboot command will write the new partition boot sector to the system partition where the user is logged in. If the system detects an invalid or non-standard partition table tag, it will prompt the user to continue executing the command, and do not proceed unless there is a problem with the drive you are accessing. Writing a new master boot record to the system partition can corrupt the partition table and cause the partition to become inaccessible.

Instance: Write a new partition boot sector &mdash to the system partition of drive D; —Fixboot D:

3. Deleting the Recovery Console

Although the Recovery Console works well, if you don't like it, you can remove it manually. The method is:

Open "My Computer", double-click the hard drive on which the Recovery Console is installed, assuming the C drive. Click the <quo;Tools →Folder Options>, select the “View” tab, check the box next to the "Show all files and folders" option, clear “ Hide protected operating system files ” checkbox before the option, & ldquo; OK & rdquo; exit.

Now enter the root directory of the C drive, delete the "Cmdcons" folder, Cmldr file. Right-click on the Boot.ini file and select “Properties'; in the window that opens, clear the “read-only” checkbox, “OK" Then open the Boot.ini file in “Notepad”, delete the entry of the Recovery Console (usually "C:cmdconsbootsect.dat="Microsoft Windows Recovery Console"/cmdcons”), close the file after saving the file. Finally, restore the read-only property of the Boot.ini file.

Copyright © Windows knowledge All Rights Reserved