 |
Elite Member
|
|
Join Date: Sep 2006
Location: Bundaberg, Australia
Posts: 393
|
|
If you have multiple drives and partitions, this tip to the tutorial may be of help.
When you install Windows from a CD that has had a Service Pack slipstreamed into the installation files, when you run Windows File Protection's DOS commands, such as "sfc /scannow" it requests the original CD.
You insert the CD used to setup Windows but instead of accepting that disk, it repeatedly requests that you "Insert your Windows XP Professional Service Pack 2" CD.
In my case, the solution was to change the value in the "SourcePath" key in my registry showed "D:" which is the drive letter that was in effect for my primary CD-ROM drive during install.
Code:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePathIt
However, since install I have changed the drive letter for several devices, including the CD-ROM drive. Once I changed "D:" to "H:", SFC /SCANNOW worked fine.
Apparently, SFC/WFP looks at the registry to see if the SourcePath matches, instead of actually LOOKING at the CD's contents to verify validity.
Remember to backup your registry before making changes to it... 
__________________
Roses are #FF0000
Violets are #0000FF
All my base
Are belong to you...
In order to help you best, it helps that you post a detailed description of your problem, along with your system credentials and exactly what version of the Operating System you are running... 
Last edited by Arctos; 09-29-2006 at 10:58 PM.
|