[SOLVED] how do i fix this system error?

Feb 22, 2019
1
0
10
hey guys, so lately every time i try install something on my pc it doesn’t wanna install because iv been getting this pop up saying “system error api-ms-win-crt-runtime-|1-1.0dll is missing from your computer” how can i fix this issue ?
 
Solution
Hi mbk98 :)


This system error means that Universal CRT, which is part of the Visual C++ Redistributable has either failed to install properly, or is corrupt.

First check your system32 files by opening an elevated Command Prompt and typing "SFC /SCANNOW" without the quotation marks. (report the results).
Ensure that all Windows updates are installed.
You can download and repair Visual C++ Redistributable from here: https://visualstudio.microsoft.com/downloads/
Hi mbk98 :)


This system error means that Universal CRT, which is part of the Visual C++ Redistributable has either failed to install properly, or is corrupt.

First check your system32 files by opening an elevated Command Prompt and typing "SFC /SCANNOW" without the quotation marks. (report the results).
Ensure that all Windows updates are installed.
You can download and repair Visual C++ Redistributable from here: https://visualstudio.microsoft.com/downloads/
 
Last edited:
Solution