SFC does not recognize my CD

  • Thread starter Thread starter RON PURVIS
  • Start date Start date
R

RON PURVIS

I am running Win XP Home edition. The System File Checker or SFC does not
recognize my CD. I am have installed all the service packs and the hotfixes.
Any ideas how to correct this?
 
what is the value of this registry key?

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup

it should be X:\ where X is your cd drive letter

http://tinyurl.com/wltz

hth

philip ashley
 
Place the Win XP CD in the CD drive.
When Autoplay starts just click the X and close it.
Click Start button, select Run and type in "sfc /scannow" without the quotes
and the system should scan for missing/corrupt MS OS files and replace them
with the originals found on the disk.

NOTES -
Note this operation cannot complete without the install CD. Therefore it is
important to insert the install CD before launching the above command. If
the install path have changed since the original install, then you have to
change the source path so SFC can find the install files.
Sometimes the WinXP Home will ask for the WinXP Pro CD, but this is not
problem as long the above condition have been met. Though it might require
that one press Retry several times before the System File Checking begins.

Note to see all options for the System File Checker:
SFC /?

If you need to change the install path
You can change where XP/NT expects to find the XP/NT CD, to do this edit the
registry.
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion]
Sourcepath=D:\I386

[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows\CurrentVersion \Setup]
Sourcepath=D:\


Note you can save the registry key first by:
On the File menu, click Export.
In the File name box, type SaveKey, and then click Save.
Or create a system restore point prior to editing.
Note: If the registry key is not there, you can simply create one by going
edit > new.



http://support.microsoft.com/default.aspx?scid=kb;EN-US;322756
HOW TO: Back Up, Edit, and Restore the Registry in Windows XP
Disclaimer: Modifying the registry can cause serious problems that may
require you to reinstall your operating system. Use the information provided
at your own risk.




http://support.microsoft.com/default.aspx?scid=kb;en-us;310747
Description of Windows XP and Windows Server 2003 System File Checker
(Sfc.exe)
 
Back
Top