windows 10 console will not open

michael beachler 20 Reputation points
2025-08-29T14:18:22.7466667+00:00

I am unable to open console and receivethumbnail_IMG_7304

the following error message :

Windows for home | Windows 10 | Performance and system failures
0 comments No comments
{count} votes

Accepted answer
  1. Alvise C 3,880 Reputation points Independent Advisor
    2025-08-29T15:15:15.3966667+00:00

    hi michael, welcome in community

    this error code mean that mmc.exe is corrupt, run these commands, press WIN + X and open terminal as admin (or powershell as admin) then type

    dism /online /cleanup-image /restorehealth
    sfc /scanfile=c:\windows\system32\mmc.exe
    certutil -hashfile c:\windows\system32\mmc.exe sha256
    Ver
    

    let me know how it goes

    Elvis

    You found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.