|
"Access Denied" while replacing corrupt wininet.dll
My wife's laptop won't bootup. We've got an error:
STOP: c0000221 {Bad Image Checksum}
The image wininet.dll is possibly corrupt. The header checksum does not match the computed checksum.
So I copied a new image to a USB key and booted from a Windows install disk to a recovery console where I entered:
cd c:\windows\system32
ren wininet.dll wininet.old
copy g:\minint\wininet.dll c:\windows\system32\wininet.dll
But after the last command, I got an "access denied" error.
Can anyone help me with gaining write abilities? (I don't often use the Windows command line, and am unfamiliar with methods of changing privileges.)
|