system .dll error messages please help !!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had left my comp on for 2 hours yesterday, after playing Shadowbane. When
I went back to my comp, i got an error message telling me that my
Mmcndmgr.dll file is corrupt or missing. I have updated everything with
microsoft, norton,
I cannot access disk defrag, device manager, adobe acrobat, or any games at
all.
Please help!!!!
 
April said:
I had left my comp on for 2 hours yesterday, after playing Shadowbane.
When
I went back to my comp, i got an error message telling me that my
Mmcndmgr.dll file is corrupt or missing. I have updated everything with
microsoft, norton,
I cannot access disk defrag, device manager, adobe acrobat, or any games
at
all.
Please help!!!!


Use System File Checker to replace corrupt system files. Type the following
in the Run dialog box or command prompt window.

sfc /scannow

Description of Windows XP and Windows Server 2003 System File Checker
(Sfc.exe)
http://support.microsoft.com/?kbid=310747

------

If you still receive this message, try typing the following in the run
dialog box.

cmd /k copy %systemroot%\system32\dllcache\mmcndmgr.dll
%systemroot%\system32

The above and following commands should be all one line if the command has
wrapped.

-----
Or you can type the following in the run dialog box if the
"c:\windows\servicepackfiles" exists.

cmd /k copy %systemroot%\servicepackfiles\mmcndmgr.dll %systemroot%\system32

If the "c:\windows\servicepackfiles" do not exist then insert your Windows
XP CD into the CD drive and type the following in the Run dialog box

expand <cd_driveletter>:\i386\mmcndmgr.dl_ %systemroot%\system32
 
Back
Top