Windows – Missing api-ms-win-crt-runtime-|1-1.0 dll

dllvisual c++windows

I'm having problem running cmder
and I got this error message

The program can't start because api-ms-win-crt-runtime-|1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem

I'm in Windows 7 x86
I've installed VC++ redist 2013 and 2015 but no luck

Best Answer

You also have to install the Update for Universal C Runtime in Windows This update install the missing Api-ms-win-crt-runtime-l1-1-0.dll.

Related Question