Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 24-08-2007, 02:07 PM   #1 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Arrow Tutor: Using The Recovery Console


The Recovery Console

Few of us, like me will attempt to make a fresh installation if something fails and doesn’t bother about entering the recovery console itself. Please keep in mind its one of the most useful tool to recover from the error without any data loss! Whenever u get a errode]r message stating you to fix it in Recovery Console, please don’t neglect it… Go for it… its easy and faster than install the OS again.
The Recovery Console Provides access to your system’s files systems on your HDD (FAT, FAT32 and NTFS). With this level of access, we system admin can access files and dir’s. More importantly, the admin has the capability to start and stop services and therefore repair the system.

Starting the Recovery Console (RC)

The Recovery Console can be accessed from the Windows XP Professional installation CD-ROM or from your Windows XP Professional Setup floppy disks. It can also be installed to the local hard disk by typing the following command at a command prompt:

Code:
D:\I386\WINNT32.EXE /cmdcons
In this prompt, D: represents the CD-ROM drive where the Windows XP Pro installation CD-ROM is located.


Type and press enter the command in MS DOS and after few seconds its appears as shown below.


Then It promts you to select Yes or No...., Click On yes....

Quote:
Note: You cannot install RC on a mirrored disk. You need to break the mirror and install it.
To start the Recovery Console using the installation disk, follow these steps:
1. Boot the computer from the Windows XP Professional installation CD-ROM or from the Windows XP Pro Setup floppy disks. At the Setup Notification screen, press Enter.
2. On the Welcome To Setup screen, press R to repair a Windows installation.


- The Setup Screen with the repair option.

3. Select the Windows XP Professional installation you want to repair, and press Enter.
4. Enter the password for the local administrator account.



To start the Recovery Console that was installed to the local hard disk, take these steps:
1. Boot the computer. At the Operating System selection screen, select Microsoft Windows Recovery Console.


2. Select the Windows XP Professional installation you want to repair, and press Enter.
3. Enter the password for the local administrator account.


Using the Recovery Console
The Recovery Console is a command-line interface. Most of the commands are derived from MS-DOS commands, so, if you are familiar with MS-DOS, you can figure out what a command does. If you are not sure what a command does, help can be obtained by typing the command followed by /?.Table 14.1 lists the commands supported by the Recovery Console.

Recovery Console commands.

Attrib - Changes attributes on one file or directory
Batch - Executes commands specified in a text file
Bootcfg - Boots configuration and recovery
Cd/chdir - Displays the name of the current directory or switches to a new directory
Chkdsk - Checks a disk and displays a status report
Cls- Clears the screen
Copy - Copies a single file to another location
Del/delete - Deletes one file
Dir - Displays a list of files and subdirectories in a directory
Disable - Disables a Windows system service or driver
Diskpart - Manages the partitions on your hard disk volumes
Enable - Enables a Windows system service or driver
Exit - Exits the Recovery Console and restarts the computer
Expand - Expands a compressed file
Fixboot- Writes a new boot sector onto the system partition
Fixmbr - Repairs the master boot code of the boot partition
Format - Formats a disk for use with Windows
Help - Displays information about commands supported by the Recovery Console
Listsvc - Lists all available services and drivers on the computer
Logon - Lists the detected installations of Windows and requests the local administrator password for those installations
Map - Lists the drive letter to physical device mappings that are currently active
Md/mkdir - Creates a directory
More/type - Displays a text file to the screen
Net Use Maps a network share to a drive letter
Rd/rmdir - Removes (deletes) a directory
Ren/rename - Renames a single file
Set - Displays and sets Recovery Console environment variables
Systemroot - Sets the current directory to %systemroot%[/code]

By default, the Recovery Console only permits access to the following directories:
> %systemroot%
> Root directory of local disks
> cmdcons and any subdirectories
> Directories on floppy disks and CD-ROMs

Access can be gained to other directories by changing the local Group Policy settings as described in the following steps:
1. Select Start | Run, and enter "MMC"
2. Click the Console drop-down menu, and select Add/Remove Snap-In.
3. Click Add.
4. From the list of snap-ins, select Group Policy, and click Add.
5. The Select Group Policy Object dialog box will be displayed. Verify that Local Computer is listed, and click Finish.
6. Click Close on the Add Stand-Alone Snap-In dialog box.
7. Click OK to close the Add/Remove Snap-In dialog box.
8. Double-click Local Computer Policy.
9. Double-click Computer Configuration.
10. Double-click Windows Settings.
11. Double-click Security Settings.
12. Double-click Local Policies.
13. Select Security Options.
14. Double-click Recovery Console: Allow floppy copy and access to all drives and all folders.
15. The Local Security Policy Setting dialog box will be displayed. Select Enabled, and click OK.

The set command is disabled by default. Once this access has been granted via Group Policy, the set command is enabled. The following set command can provide several functions:
Set [variable - value]
In the preceding command line, variable can be the following:
> AllowWildCards—Enables wild-card support for some commands, such as copy.
> AllowAllPaths—Provides access to all files and folders on the system.
> AllRemovableMedia—Allows files to be copied to removable media, such as floppies.
> NoCopyPrompt—Causes the confirmation prompt during overwrites to be disabled.

Recovering the Boot Configuration by Using the Recovery Console
Problems with the boot configuration found in the Boot.ini file can be remedied by using the Recovery Console. The boot configuration can be recovered by using the BOOTCFG command, which contains several parameters to assist you in recovering from a boot configuration failure. The Table below lists and describes the BOOTCFG parameters.

Quote:
Warning: When using BOOTCFG /rebuild, always make a backup copy of your Boot.ini file. You can accomplish this from the Recovery Console by using the copy command.
Replacing the Registry by Using the Recovery Console
Problems with the Registry can be remedied by using the Recovery Console. Registry files can be replaced by using the copy command. Backup copies of the Registry files are kept in either the %systemroot%\repair folder or the %systemroot%\repair\regback folder.

To replace the Registry using the Recovery Console, follow these steps:

1. Start the Recovery Console, and enter the local administrator password.

BOOTCFG parameters.

Quote:
Command Description
Bootcfg /add Adds a Windows OS to the boot list
Bootcfg /default Sets the default boot entry
Bootcfg /disableredirect Disables redirection of the boot loader
Bootcfg /list Lists all current entries for the boot list
Bootcfg /rebuild Searches through all Windows installations and prompts for which to add
Bootcfg /redirect [PortBaudRate] [useBiosSettlngs] Enables the redirection of the boot loader to the specified location
Bootcfg /scan
Scans all disks for all Windows installations and displays the results

2. You will start in the %systemroot% directory (for example, C:\WINDOWS). Enter the following commands:

Code:
cd  repair\regback
copy   filename C:\WIND0WS\SYSTEM32\C0NFIG
Here, filename is the name of the Registry file to be copied.You should rename the current Registry files before replacing them. In case a problem occurs, this gives you the opportunity to return to the systems original condition.

Quote:
Warning: Files located in %systemroot%\repair\regback represent the Registry state the last time that the System State was backed up. Any changes made to the Registry files since then will be lost.
Thanks for reading my tutor… did it my self… extracted the commands by googling.

EDIT: To help members to access this tutor offline, i've attached a zipped PDF (text) file.

UPDATE: Click here to download this tutor with images.
Attached Files
File Type: zip Tutor_ Using The Recovery Console.zip (37.8 KB, 78 views)
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore

Last edited by Gigacore; 28-08-2007 at 05:04 PM. Reason: PDF file Attached
Gigacore is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 24-08-2007, 02:16 PM   #2 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: Tutor: Using The Recovery Console

good one.

also had tuto for recovering mbr.
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 24-08-2007, 02:40 PM   #3 (permalink)
damn busy...
 
utsav's Avatar
 
Join Date: Sep 2006
Location: Jhansi/Meerut
Posts: 1,990
Default Re: Tutor: Using The Recovery Console

cool yaar .i wanted this from a long time.short and easy to understand

keeeeeep it up
__________________
MSI GX660 with ATI 5870 :grin: ultimate gaming lappy :grin:
Dell Studio 15(1555)
1TB+1.5TB external|N86|ZTE Blade|5230|E63|EP-630|Soundmagic PL50|Sennheiser CXL 400|Meelec M11P+
www.techjunkiez.com
utsav is offline  
Old 24-08-2007, 02:46 PM   #4 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^^ Thanks Guys
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 24-08-2007, 03:22 PM   #5 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Tutor: Using The Recovery Console

Gr8 Tutorial Gigacore ! ... Keep em' coming !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 24-08-2007, 03:26 PM   #6 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ Thanks buddy
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-08-2007, 01:39 AM   #7 (permalink)
Broken In
 
Join Date: Apr 2005
Posts: 133
Default Re: Tutor: Using The Recovery Console

Thanks a lot buddy
__________________
Abhishek Bhattacharya
abhishek_del is offline  
Old 25-08-2007, 03:26 AM   #8 (permalink)
gooby pls
 
Third Eye's Avatar
 
Join Date: Apr 2006
Location: Not very far from you
Posts: 4,293
Default Re: Tutor: Using The Recovery Console

Gr8 Tutorial
__________________
:|
Third Eye is online now  
Old 25-08-2007, 06:17 AM   #9 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ thanks guys
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-08-2007, 03:34 PM   #10 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Tutor: Using The Recovery Console

Gr8 Tut.......
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 25-08-2007, 03:47 PM   #11 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 949
Default Re: Tutor: Using The Recovery Console

Great tutorial
__________________
E6850 3.0 Ghz, 4gb 667 Mhz RAM, Asus p5n Esli Mobo, Nvidia 8600GT 512mb, 400gb WD HDD, Samsung Syncmaster 920NW, Vista x64
hemant_mathur is offline  
Old 25-08-2007, 07:47 PM   #12 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ thanks guys
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 25-08-2007, 11:13 PM   #13 (permalink)
Wise Old Owl
 
clmlbx's Avatar
 
Join Date: Aug 2006
Location: Indore
Posts: 1,698
Default Re: Tutor: Using The Recovery Console

Fantastic Tut.

Really Very Important For Us

Thanks
clmlbx is online now  
Old 25-08-2007, 11:17 PM   #14 (permalink)
Phenom II X4 920 Owner
 
prateek_san's Avatar
 
Join Date: Sep 2004
Location: New Delhi
Posts: 400
Default Re: Tutor: Using The Recovery Console

great stuff....really applause......
__________________
"A strong positive mental attitude will create more miracles than any wonder drug." - Patricia Neal
prateek_san is offline  
Old 25-08-2007, 11:28 PM   #15 (permalink)
dá ûnrêäl Kiñg
 
zyberboy's Avatar
 
Join Date: Feb 2006
Location: kerala/calicut
Posts: 992
Smile Re: Tutor: Using The Recovery Console

Very useful tutorial...thnx
__________________
My Stomach pains:D:D
http://tinyurl.com/32jj4m
zyberboy is offline  
Old 26-08-2007, 02:05 AM   #16 (permalink)
Broken In
 
sauravktr's Avatar
 
Join Date: Nov 2006
Posts: 143
Default Re: Tutor: Using The Recovery Console

useful info....thanks
__________________
" 99% computer Problems are between the PC & the CHAIR "
sauravktr is offline  
Old 26-08-2007, 05:48 AM   #17 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ thanks guys
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 26-08-2007, 12:16 PM   #18 (permalink)
The Frozen Nova
 
casanova's Avatar
 
Join Date: Sep 2004
Location: Trespasser in Virtual Land
Posts: 1,641
Default Re: Tutor: Using The Recovery Console

Nice tutorial. Thanks for the offline pdf.
__________________
I dream of a better tomorrow... where chickens can cross roads and not have their motives questioned.

www.nerdweed.blogspot.com
casanova is offline  
Old 26-08-2007, 01:20 PM   #19 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ you are welcome
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 27-08-2007, 06:26 PM   #20 (permalink)
!FREEWARES!
 
Akshay's Avatar
 
Join Date: Aug 2004
Location: Mumbai
Posts: 1,077
Default Re: Tutor: Using The Recovery Console

Nice tutorial...
__________________
MBP 13.3";
PC: Core i-5 2400, Intel H67, GSkill 4GB DDR3, Sapphire 6850 Toxic, 1TB HDD, Samsung P2370
Steam (Cod-MW2 only) - akshay81
Akshay is offline  
Old 28-08-2007, 02:21 PM   #21 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ Thanks buddy!


EDIT: UPDATED WITH IMAGES !!
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 28-08-2007, 04:13 PM   #22 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Tutor: Using The Recovery Console

hey buddy the tut is gud.....
but it would be gr8 if u would add images in the pdf files.......
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 28-08-2007, 05:07 PM   #23 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ Thanks for the suggestion... I'll do it

Update: Added link to download PDF file with images
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore

Last edited by Gigacore; 28-08-2007 at 05:07 PM. Reason: Automerged Doublepost
Gigacore is offline  
Old 28-08-2007, 06:18 PM   #24 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Default Re: Tutor: Using The Recovery Console

very well presented tut ! look forward to more such from u now !
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline  
Old 28-08-2007, 06:21 PM   #25 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: Tutor: Using The Recovery Console

jhakas hai dude ...
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 28-08-2007, 06:27 PM   #26 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ whats that iMav (the only guy in my buddy list) i cant understand few words in hindi
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 28-08-2007, 06:49 PM   #27 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: Tutor: Using The Recovery Console

jhakas stands for amazing ... truly amazing ... its like a slang word like rapchik/jhakas etc ...
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 28-08-2007, 06:52 PM   #28 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ Alright iMav thanks
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 29-08-2007, 04:25 PM   #29 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Tutor: Using The Recovery Console

hey buddy......
The pdf file is Gr8.......
Clever Boy!!
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 29-08-2007, 04:32 PM   #30 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Tutor: Using The Recovery Console

^ thanks buddy
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pro Recovery console created fuzziye Software Q&A 2 06-04-2007 02:25 AM
How To Use The Recovery Console In Windows Xp dj{IB} Tutorials 1 17-10-2005 05:11 AM
Using Recovery Console sid_b6505 QnA (read only) 3 13-09-2005 10:45 PM
Recovery Console after XP Sp2 raj Software Q&A 4 20-02-2005 01:09 PM

 
Latest Threads
- by Who
- by Krow
- by clmlbx
- by Tech&ME
- by icebags

Advertisement




All times are GMT +5.5. The time now is 08:58 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2