can someone tell me how to fix this

Ryan Wilson 0 Reputation points
2026-07-25T23:11:16.71+00:00

User's image

Windows for home | Windows 11 | Windows update
0 comments No comments

2 answers

Sort by: Most helpful
  1. Marcin Policht 101.2K Reputation points MVP Volunteer Moderator
    2026-07-26T00:51:45.8166667+00:00

    Try downloading and installing the supported Microsoft Visual C++ Redistributable for Visual Studio 2015–2022 package. Microsoft combines the Visual C++ 2015, 2017, 2019, and 2022 runtimes into the same redistributable package, so installing the current version should replace or repair older 14.x runtime files, including 14.51.36247.

    Download the official x86 installer from Microsoft:

    https://aka.ms/vs/17/release/vc_redist.x86.exe

    After downloading, right-click vc_redist.x86.exe and select Run as administrator. If the runtime is already installed, the installer will show a Repair option. Choose Repair to restore missing or corrupted files. If Repair is not offered, uninstall the existing Microsoft Visual C++ 2015-2022 Redistributable (x86) from Settings → Apps → Installed apps (or Control Panel → Programs and Features) and then run the installer again.

    After installation completes, restart Windows. You can verify the installation by checking Apps → Installed apps for an entry similar to Microsoft Visual C++ 2015-2022 Redistributable (x86).


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


  2. John DeV 168.1K Reputation points Independent Advisor
    2026-07-25T23:50:57.0466667+00:00

    Hi, good day!

    Please try the following steps:

    First, uninstall all existing Microsoft Visual C++ Redistributable versions. Go to Settings > Apps > Installed apps (or Control Panel > Programs and Features) and remove every entry for Microsoft Visual C++ Redistributable.

    Before making any changes to the registry, it's a good idea to create a backup. In Registry Editor, select File > Export, choose a location to save the backup, and make sure All is selected under Export range.

    Once the backup is complete, press Windows + R, type regedit, and press Enter.

    Navigate to:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products

    Review each subkey under Products. In the right pane, check the ProductName value. If it begins with Microsoft Visual C++ 20XX, right-click that subkey and select Delete.

    After you've finished, restart your computer to apply the changes, then try the installation again.

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    Was this answer helpful?


Your answer

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