Friday, April 8, 2011

【 Weak current College 】 make WinXP to repair the system failure


The recovery console is Windows2000/XP/2003 technical fixes a system tool that can enable and disable services, format drives, on a local drive to read and write data (including formatted as NTFS file system drive), and perform many other administrative tasks, we even Windows2000/XP/2003 safety mode when you are unable to enter the fix system "magic weapon".

1. use Recovery Console

When you start your computer by choosing "MicrosoftWindowsRecoveryConsole" (that is, the recovery console), when the system when prompted, enter the administrator password (Administrator). And then at the system prompt, type "RecoveryConsole" command. Enter the "help" can be a column name, enter the command "help command name" you can get help for the specified command.
  
In fault console, we can use Attrib, Batch, Bootcfg, ChDir (CD), Chkdsk, Cls, Copy, Delete (Del), Dir, Disable, Enable, Diskpart, Format, Expand, Fixmbr and Fixboot commands, on the computer appears to fix various problems.

2. utility command introduction

Obviously, the recovery console on many of the commands are already familiar with, this will not repeat them. Here to introduce regular users usually do not frequently used commands, use them, we can easily accomplish many system maintenance work. This issue's "old tree flowers say D O S ③", describes the can in the recovery console using Expand, Rmdir command.
  
①Diskpart
  
Role: create and delete partitions on your hard drive.
  
Syntax: Diskpart [/add/delete] [device_namedrive_namepartition_name] [size]
  
Parameters: If you do not take any arguments, it will start Diskpart character-mode version of Windows.
  
/Add — create a new partition;
  
/Delete — delete an existing partition;
  
Drive_name — with a drive letter that you want to delete the partition, and uses both "/delete", such as "E:";
  
Partition_name: the partition name represents the question delete partition, you can replace the "drive_name" use (only with the simultaneous use of the "/delete");
  
Size — to create the partition size in megabytes (MB), and the simultaneous use of the "/add".
  
Instance:
  
Delete partition F — — diskpart/deleteF:
  
Create a partition 200MB — diskpart/addDeviceHardDisk0200
  
②Fixboot
  
Role: will a new partition boot sector write to the specified partition.
  
Syntax: Fixboot [drive]
  
Parameters: If you do not take any arguments, the Fixboot command to the user to log on to the system partition writes a new partition boot sector. If the system detects an invalid or non-standard partition table markup, the user will be prompted whether to continue execution of the order, unless you have problems accessing the drive, do not continue. The system partition write a new master boot record partition table may be corrupted and result in partitions cannot be accessed.
  
Example: to drive D system partition writes a new partition boot sector — FixbootD:

3. delete the recovery console

Although the recovery console is very easy to use, but if you don't like it, you can manually remove it. By: open "my computer" and double click to install the recovery console's hard drive, assuming for the C drive. Click "Tools → folder options", select "view" tab, select "Show hidden files and folders" option before check box, clear the "Hide protected operating system files" option before check box, the "OK" to exit.
  
We will now move on to the c drive root directory, delete the "Cmdcons" folder, the file Cmldr. Right-click the boot.ini file, select "Properties" in the opened window to clear the "read only" check box, the "OK" to exit. Then use the "Notepad", open the boot.ini file, remove the entry for the Recovery Console (usually "C:cmdconsbootsect.dat =" MicrosoftWindowsRecoveryConsole "/cmdcons"), save the file, close, and then restore the Boot.ini file is read-only property.



No comments:

Post a Comment