How to Install Windows Recovery Console to Your Hard Drive
Published on Wednesday, September 6th, 2006
The Problem
Have you ever encountered these Windows errors?
- “Missing or corrupt \Windows\System32\Config\System”
- “Missing or corrupt \Windows\System32\Config\Software”
- “Missing or corrupt \Windows\System32\hal.dll”
- “Missing or corrupt \Windows\System32\MSHTML.hlp.file”
When these errors occur, the typical solution is to boot from your Windows installation CD to repair the files. But what if you don’t have your Windows CD handy? This can be frustrating and time-consuming.
A Better Solution
Instead of scrambling to find your Windows CD every time you encounter these issues, you can:
- Copy your Windows installation files to a separate partition on your hard drive (not your Windows/system partition)
- Install the Windows Recovery Console directly to your hard drive
This way, you’ll have access to repair tools even without the physical Windows CD.
How to Install Recovery Console to Your Hard Drive
The process is straightforward:
- Insert your Windows CD into your CD drive
- Open Command Prompt
- Navigate to the I386 folder on your CD (assuming E: is your CD drive):
E: cd i386 - Run the following command to install Recovery Console:
winnt32 /cmdcons - Click “Yes” when prompted
- Wait for the installation to complete, then click “OK”
That’s it! The next time you boot your computer, you’ll see “Windows Recovery Console” as an option in your boot menu. This gives you access to system repair tools without needing the Windows CD.
Final Thoughts
This simple precaution can save you significant time and frustration when dealing with Windows system file errors. As the saying goes: “Don’t blame yourself, blame Windows for not supporting your skill level.”
Note: This guide applies primarily to Windows XP and earlier Windows versions.