How to extract missing system files from the DVD of Windows 7/Vista
How to Extract Files from the Windows 7 Installation DVD
http://www.sevenforums.com/tutorials/42776-extract-files-windows-7-installation-dvd.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
Answer accepted by question author
How to extract missing system files from the DVD of Windows 7/Vista
How to Extract Files from the Windows 7 Installation DVD
http://www.sevenforums.com/tutorials/42776-extract-files-windows-7-installation-dvd.html
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.
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.
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?
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:
Note :The %Windir% folder is the folder where you installed Microsoft Windows.
Regsvr32 Msxml.dll
Regsvr32 Msxml2.dll
Regsvr32 Msxml3.dll
Hope it helps.