Share via

Where do I get a copy of devmgmt.msc?

Anonymous
2012-08-24T05:58:23+00:00

Ran system file Checker to repair "MMC cannot open the file " My file is corrupt so I guess the next step is to take the recommendation of the post and replace it.

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-08-29T19:28:49+00:00

    I can not perform a repair install- I keep getting informed that the my copy is newer than that of the one I'm trying to install.

    When I registered them, they said the files didn't exist.

    Performing sfc/scannow resulted in this.

    I have run the sfc/scannow and received these errors:

    2012-08-28 13:29:45, Info                  CSI    00000139 [SR] Cannot repair member file [l:22{11}]"devmgmt.msc" of Microsoft-Windows-PnpDeviceManager, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

    2012-08-28 13:29:48, Info                  CSI    0000013b [SR] Cannot repair member file [l:22{11}]"devmgmt.msc" of Microsoft-Windows-PnpDeviceManager, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

    2012-08-28 13:29:48, Info                  CSI    0000013c [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.WindowsFoundationDelivery"

    2012-08-28 13:29:48, Info                  CSI    0000013f [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"??\C:\Windows\System32"[l:22{11}]"devmgmt.msc"; source file in store is also corrupted

    2012-08-28 13:40:28, Info                  CSI    00000318 [SR] Cannot repair member file [l:22{11}]"devmgmt.msc" of Microsoft-Windows-PnpDeviceManager, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

    2012-08-28 13:40:28, Info                  CSI    0000031a [SR] Cannot repair member file [l:22{11}]"devmgmt.msc" of Microsoft-Windows-PnpDeviceManager, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

    2012-08-28 13:40:28, Info                  CSI    0000031b [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.WindowsFoundationDelivery"

    2012-08-28 13:40:28, Info                  CSI    0000031e [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"??\C:\Windows\System32"[l:22{11}]"devmgmt.msc"; source file in store is also corrupted

    I CAN open it when I access it via "Computer Management" in my "Administrative Tools"

    I am running Windows 7 Ultimate- SP1.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-08-27T20:31:13+00:00

    Hi,

    What happened when you tried to register them?

    Do you get any error message when you tried to follow the instructions I posted?

    Perform a repair install to fix this issue:

    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2

    http://support.microsoft.com/kb/2255099

    Warning: Before you perform an in-place upgrade, you should be prepared for a worst case scenario that results in your existing data on your computer being deleted. This data includes personal data, settings, hardware driver information, and software programs. If a worst case scenario occurs, you may have to reinstall all programs. Make sure that you back up personal data to disks or to other external storage devices before you perform an in-place upgrade.

    Post back with results.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-08-24T23:36:03+00:00

    I think I found the trouble- apparently Msxml.dll, Msxml2.dll and Msxml3.dll are not on my computer. I tried searching for them but couldn't find them. Normally I would use the "Repair" option, but I notice Windows 7 doesn't seem to have one. Where could I get these files?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-08-24T21:22:47+00:00

    Hi,

    This issue may occur when one or more of the .dll files that are used by the Microsoft Management Console (MMC) are missing or corrupted. These files include the following:

    Type CMD in start search

    Right click on CMD and select "Run as Administrator".

    Msxml.dll

    Msxml2.dll

    Msxml3.dll

    To resolve this issue, follow these steps:

    1. Click Start, click Run, type cmd, and then click OK.
    2. At the command prompt, type cd %windir%\system32, and then press ENTER.

    Note :The %Windir% folder is the folder where you installed Microsoft Windows.

    1. Type the following commands. Press ENTER after each command.

    Regsvr32 Msxml.dll

    Regsvr32 Msxml2.dll

    Regsvr32 Msxml3.dll

    1. Type exit, and then press ENTER to close the Command Prompt window.
    2. Restart the computer.

    Hope it helps.

    Was this answer helpful?

    0 comments No comments