
Hello, thank you for reaching out to Microsoft Q&A.
The computer is missing the specific .dll files, which might have become corrupt or unreachable for some reason.
- Download Visual C++ Redistributables from the Official Microsoft website -
Microsoft Visual C++ Redistributable latest supported downloads
- Download the X86 one and the x64 one.
- First, try installing the x86 one and wait for the installation to complete.
- Then, install the x64-bit version.
- Restart your computer.
- If you're still experiencing the same issue, Open the Command Prompt (Administrator) Windows and run these commands one by one.
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Restart your computer.
Let me know if you still need more help.