Re: XP Registry Problems

  • Thread starter Thread starter R. C. White
  • Start date Start date
R

R. C. White

Hi, Mike.

You already have the instructions, but they may be hard to understand if you
haven't done this sort of thing before.

Click Start | Run... A Run window will pop up with a box labeled Open:.
Type that single line:

regsvr32 %SystemRoot%\system32\mmcndmgr.dll

into that box and click OK. Easier than typing the line, just copy'n'paste
it; that way, you won't make a typo that might be a nuisance or might be
serious. For example, I had to go back and add a space between the 2 and
the % because it was missing from the original line and kept the command
from running.

That line runs the program "regsvr32", Registering the mmcndmgr.dll (Dynamic
Link Library) file, which is located in the system32 subdirectory of the
folder that is the %SystemRoot% folder for your computer. My %SystemRoot%
is D:\WinNT; yours is probably C:\Windows; whichever it is, that variable
name will find it on whatever system it is running on and use it.

RC
 
Hi R.C.


Thank You. Tried it but now get a message as follows.

LoadLibrary(C:\WINDOWS\system32\mmcndmgr.dll") failed -
invalid access to memory location.

Any other Ideas ? PLease
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

add remove programs and disk defragmenter disabled!!!! 1
Disk Defragmenter 1
MMC failed to initialize 3
MMC Failed to Initialize 3
getting Error code 0x80040200 0
Real Problem 1
Boot Problems 27
Device Manager 2

Back
Top