That is normal behavior on XP, that it does not allow you to delete system files or replace them...
but there is a way...
1. You need to boot into SAFEMODE...
2. then use the SEARCH function on
c:\windows, and you will notice that it is found in more than one place in the system...
CHOOSE the one with the HIGHEST VERSION (right click the file and then properties >> Version)
3. then you can copy that file over to the following DIRs:
c:\windows\system32\
and
c:\windows\system32\dllcache
or you may also try in a CMD PROMPT the following command>
SFC /SCANNOW
if the SFC works, e.g. you reboot and all is fine, then ignore the rest of the post, as that you are done...
if it still wont let you replace the file, then I suggest you turn off Windows File Protection and try it again...
Disabling Windows File Protection
You may disable WFP by setting the value SFCDisable (REG_DWORD) in HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon. By default, SFCDisable is set to 0, which means WFP is active. Setting SFCDisable to 1 will disable WFP. Setting SFCDisable to 2 will disable WFP for the next system restart only (without a prompt to re-enable).
After WFP is disabled using the SFCDisable = 1 setting, the following message will appear after logon:
Warning! Windows File Protection is not active on this system. Would you like to enable Windows File Protection now? This will enable Windows File Protection until the next system restart. <Yes> <No>.
Clicking Yes will reactivate WFP until the next system restart. This message will appear at every successful logon until SFCDisable is set to 0.
NOTE: The above message will only be presented to Administrators.
source: Microsoft
or the same in other words:
Disabling Windows File Protection (WFP)
Ben
"If it works don't fix it! If it doesn't use a sledgehammer..."
How to ask a question, when posting them to a professional forum.
Only ask questions with yes/no answers if you want "yes" or "no"