To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Recovery Console

From Wikipedia, the free encyclopedia

Recovery Console
Developer(s)Microsoft
Initial releaseFebruary 17, 2000; 24 years ago (2000-02-17)
Operating systemMicrosoft Windows
PlatformIA-32, x86-64, Itanium
SuccessorWindows Recovery Environment
TypeCommand-line interpreter

The Recovery Console is a feature of the Windows 2000,[1] Windows XP[2] and Windows Server 2003 operating systems. It provides the means for administrators to perform a limited range of tasks using a command-line interface.

Its primary function is to enable administrators to recover from situations where Windows does not boot as far as presenting its graphical user interface. The recovery console is used to provide a way to access the hard drive in an emergency through the command prompt.

The Recovery Console can be accessed in two ways, either through the original installation media used to install Windows, or by installing it onto the hard drive and adding it to the NTLDR menu. However, the latter option is much more risky than the former one because it requires that the computer can boot to the point that NTLDR loads, or else the Recovery Console will not work at all.[3]

YouTube Encyclopedic

  • 1/5
    Views:
    70 990
    754 977
    54 413
    69 177
    6 007
  • Loading the Recovery Console in Windows XP for beginners
  • System Restore Using the Recovery Console in Windows XP
  • XP Recovery Console Installation
  • Boot Recovery Console From USB Pendrive by Britec
  • Installing the Recovery Console in XP

Transcription

Abilities

The Recovery Console has a simple command-line interpreter (or CLI). Many of the available commands closely resemble the commands that are normally available in cmd.exe, namely attrib, copy, del, and so forth.

From the Recovery Console an administrator can:

  • create and remove directories, and copy, erase, display, and rename files
  • enable and disable services (which modifies the service control database in the registry, to take effect when the system is next bootstrapped)
  • repair boot file, using the bootcfg command
  • write a new master boot record to a disk, using the fixmbr command
  • write a new volume boot record to a volume, using the fixboot command
  • format volumes
  • expand files from the compressed format in which they are stored on the installation CD-ROM
  • perform a full chkdsk scan to repair corrupted disks and files, especially if the computer cannot be started properly

Filesystem access on the Recovery Console is by default severely limited. An administrator using the Recovery Console has only read-only access to all volumes except for the boot volume, and even on the boot volume only access to the root directory and to the Windows system directory (e.g. \WINNT). This can be changed by changing Security Policies to enable read/write access to the complete file system including copying files from removable media (i.e. floppy drives).

Commands

The following is a list of the Recovery Console internal commands:[1][2]

Although it appears in the list of commands available by using the help command, and in many articles about the Recovery Console (including those authored by Microsoft), the net command is not available. No protocol stacks are loaded, so there is no way to connect to a shared folder on a remote computer as implied.

See also

References

  1. ^ a b Microsoft. "Description of the Windows 2000 Recovery Console". KnowledgeBase. Archived from the original on 2011-11-04.
  2. ^ a b Microsoft. "Description of the Windows XP Recovery Console". KnowledgeBase. Archived from the original on 2014-09-08.
  3. ^ Eric A. Hall. "Primer: Creating A Windows XP Recovery Console CD Image".

External links

This page was last edited on 5 January 2024, at 20:44
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.