MSC files not opening [Quick Guide]

Are you getting an error message along similar lines for a Windows utility? If so, these are a few potential fixes for MSC files that are not opening.
Table of Contents
How do I fix the MSC file not opening?
1. Scan the Registry
- Download CCleaner from their page.
- Open the software to install it.
- Run the app, then click Registry.
- Select all the registry item checkboxes and press Scan for Issues.
- Then, click on Fix selection issues to delete or repair invalid registry keys.
MSC system errors can be due to corrupted or invalid registry entries. As such, a registry scan might help fix MSC files that aren’t opening.
Windows doesn’t have a built-in registry cleaner, but there are plenty of third-party utility packages that include a registry scanner.
You can scan your registry files and restore them with CCleaner. The software will also keep you safe from other types of harmful or corrupted files.
2. Run the system file checker
- Press the Windows key + X.
- Select Command Prompt (Admin).
- Alternatively, enter cmd in a Windows search box.
- Hold the Ctrl + Shift keys and then select Command Prompt to open it as an administrator.
- In the Prompt window, input the following and press Enter:
sfc/scannow
- The SFC will scan for about 20-25 minutes.
- If SFC fixes anything, it will state, Windows Resource Protection found corrupt files and successfully repaired them.
- Restart Windows if the SFC does repair something.
The MMC cannot open the file error might be due to corrupted system files. System File Checker is a tool that scans for and fixes corrupted Windows system files, so it might fix the MSC file that isn’t opening.
3. Register DLL Files with Regsvr32
- First, press the Windows key + R to open Run.
- Then type regsvr32 in Run.
- Press the OK button.
- Open this folder path in the File Explorer:
C:/DocumentsAnd Settings/username/Application/Data/Microsoft/MMC.
- You’ll need to replace the username in that path with the actual username folder title.
- That folder contains MSC files.
- Look for the MSC tool that isn’t opening for you.
- Next, right-click the MSC tool that isn’t opening.
- Select the Rename option from the context menu.
- Enter filename_old as the new title for the MSC file.
- Then restart the Windows OS.
The Microsoft Management Console might have missing or corrupted DLL files that the MSC utility needs. In which case, Regsvr32 will come in handy for fixing the MSC error.
That’s a command-line utility that you can register DLLs with. This is one potential Regsvr32 fix for the “MMC cannot open the file” MSC error.
4. Register Msxml.dlls via the Command Prompt
- Open the Command Prompt from the Windows + X menu or by entering cmd in the Windows search box.
- Next, enter the following command:
C:Windowssystem32>cd %windir%system32
- Press the Return key.
- Now input the following commands in the Command Prompt, and press the Return key after entering each one:
Regsvr32 Msxml.dll
Regsvr32 Msxml2.dll
Regsvr32 Msxml3.dll
- Enter Exit and press Return to close the Command Prompt.
- Then you can restart Windows.
Alternatively, you can also register MMC DLLs with Regsvr32 via the Command Prompt. To do it, follow the aforementioned steps.
5. Fix MMC DLLs With File Association Fixer v2
- Download the app from their website.
- Open the software’s Zip folder in File Explorer.
- Press the Extract all button to extract it.
- You can open either a FAF x86 or x64 version of the program.
- The x86 is for 32-bit Windows platforms, and x64 is the 64-bit version.
- The software suggests that you set up a restore point.
- Click Fix Files to open the file type list in the snapshot directly below.
- Select the DLL check box, and press the Fix Selected button.
- Reboot your desktop or laptop.
File Association Fixer is software that enables you to fix broken file associations when the registry is corrupted, although the program seemingly doesn’t provide support for MSC file types.
You can feasibly fix Microsoft Management Console DLLs with File Association Fixer. So this might be a utility worth noting if an MSC file isn’t opening for you.