Tweaking Windows Recovery Console
The Windows Recovery Console is designed to help system administrators recover Windows-based computer that fails to start up properly. It is available only in command prompt. Hence the name "Console" attached. It looks like the Windows 9x boot disk, but Windows Recovery Console is more powerful and features rich than the old Windows boot disk.
Basically, Windows Recovery Console allow system administrators to:
- Copy, rename, replace, and access to operating system files and folders
- Enable or disable Windows services for next system bootup
- Repair the file system boot sector or the Master Boot Record (MBR)
- Create and format partitions
- the root folder
- the %SystemRoot% folder and sub folders of the Windows installation
- the Cmdcons folder
- the removable media drives such as the CD-ROM drive or the DVD-ROM drive
Although, limitations imposed on default setup that stated above could be resolved by
- First, enable setting in Local Security Policy.
- Click on Start button,
- Click on Run menu,
- Type gpedit.msc and click OK button,
- Click on Computer Configuration, Windows Setting, Security Setting, Local Policies, Security Options,
- Look for "Recovery Console: Allow floppy copy and access to all drives and all folders" policy on the right pane and double-click it,
- Select Enabled,
- Click OK
Note! As a security measures, it might be wise to double-click on "Recovery Console: Allow automatic administrative logon" policy too and disable it. - Second and last, boot up to Windows Recovery Console, logon with Administrator login account, and execute these two commands:
- set AllowRemovableMedia = true
- set AllowAllPaths = true
- set AllowWildCards = true to allow wildcard support for some commands such as del.
- set NoCopyPrompt = true to disable prompt when overwriting an existing file.
- Install Windows Recovery Console
- Search more related info with Google Search engine built-in
This article has no comments yet. Why don't write your comments for this article?
So, feel free to write your comments for this article...