Thursday, April 16, 2015

Windows 10 Fall Creators Update with unsigned mmc.exe

After upgrading to Windows 10 Fall Creators Update (Version: 1709, OS Build: 16299.64) mmc.exe is not recognized as a signed file.



  1. I tried to execute it from cmd as administrator and worked:


    c:\Windows\System32\mmc.exe c:\Windows\System32\services.msc


  2. When I'm trying to start the Services app (that is using mmc.exe).
    enter image description here


    I get the following error


    enter image description here



The file indeed looks like unsigned (but I didn't checked on previous releases). Comparatively other executable file has the tab Digital Signature.


enter image description here



  1. I tried to fix everything by running with no success:


    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow



There is any solution to fix this?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...