Last Update: Dec 03, 2024 | Published: Jan 07, 2009
In the Windows XP/2003 Recovery Console I cannot access any drives or folders other than the system folder. Can I change this setting?
Yes. When you use the Windows Recovery Console, you can use only the following folders:
Note: If you try to obtain access to other folders, you receive an “Access Denied” error message. Also, while you are using the Windows Recovery Console, you cannot copy a file from the local hard disk to a floppy disk. You can copy a file from a floppy disk or from a CD-ROM to a hard disk, and from one hard disk to another hard disk.
If you pre-install the Recovery Console on a computer, you should use Group Policy to enhance the environment settings, adding power to the available file operations. To do so:
gpedit.msc
After you have enabled this Group Policy, when you enter the Recovery Console you can change the environment settings with the set command, by using the set variable = TRUE or FALSE syntax.
Note: Be sure to use a space on each side of the equal sign. If you do not, the set command generates a “syntax error” error message and does not work.
The following variables define the default environment. The variables, when set to TRUE, enlarge the scope of the environment setting and have the following meanings:
AllowWildCards = TRUE – Enable wildcard support for some commands (such as the del command).
AllowAllPaths = TRUE – Allows access to all files and folders on the computer.
AllowRemovableMedia = TRUE – Allow files to be copied to removable media, such as a floppy disk.
NoCopyPrompt = TRUE – Do not prompt when overwriting an existing file.
To see the current settings for the environment, type set without parameters at a command prompt.
Recovery Console topics include:
Description of the Windows XP Recovery Console – 314058
Add More Power to Recovery Console By Using Group Policy in Windows XP Professional – 310497