Extend the recovery console
Use WindowsXP recovery console as a mini-operating system that is used to troubleshoot or "recover" a Windows installation. It can be even more useful and easier to use with the following tweeks.
- enable the SET command
- Navigate the registry
- HKEY_LOCAL_MACHINE
- Software
- Microsoft
- Windows NT
- CurrentVersion
- Setup
- Recovery Console
- change the following setting
- setting = "SetCommand"
- value = 1
allow access to all folders
SET AllowAllPaths = TRUEallow access to all removable media
AllowRemovableMedia = TRUEenable the use of Wildcards (* or ?)
AllowWildCards = TRUEcopy without constant prompting
NoCopyPrompt = TRUE
base on: "The OS Inside The OS" by Fred Langa
InformationWeek, May 1, 2006

Comments
Post new comment