Windows XP - Remove Recovery Console Restrictions

Remove Recovery Console (accessed via XP install CD) Restrictions.

This is done from within the XP operating system:

http://www.great-grandma.com/website-building-information/sites/default/files/systems/xp/win_xp_command_recovery_console-remove_restrict/recovery_console-remove_restrictions.html

XP Pro (only)

  1. : Run » secpol.msc
  2. Left-pane: Double-click "Local Policies".
  3. Left-pane again: Click "Security Options".
  4. Rght-pane: Double-click "Recovery Console: Allow Floppy Copy And Access To All Drives And Folders".
  5. Click the radio-button "Enabled".
  6. Click 'Ok'.

XP (any)

Change one 'Registery' value to allow access to various additional options while in 'Recovery' DOS mode achieved via Windows installation CD booting of computer.

  1. Run » regedit
  2. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole\
  3. "SetCommand". Put a value of 1.

Having booted from the XP installation CD, and now being in the 'Recovery Console',

  1. Allow access to all files and folders on the main system. In the Recovery Console prompt enter..

    set AllowAllPaths = true

  2. Allows file copying to removable media like floppy disks. Enter..

    set AllowRemovableMedia = true

  3. Alows wildcards in commands like "dir" and "del". Enter..

    set AllowWildCards = true

  4. Allow file copying without being prompted to continue when you are overwriting an existing file. Enter..

    set NoCopyPrompt = true

Note: For the four commands above,..

  • There must be a space before and after the "equals" sign.
  • The commands are not case-sensitive.

###