Share via

Buggy Net Framework/Visual C++?

Anonymous
2023-10-20T04:16:16+00:00

Something is wrong with my Windows, I have noticed that some applications or games do not work correctly or take too long to load, mainly emulators or games that are a little old from 2008-2009, upon investigation I realized that there is some type of bug with applications or games that use Visual C++ Redistributables or Net Framework, it had previously happened to me and what I did was reinstall the net framework and it worked but I tried again and nothing, sometimes it works for a few days and again it starts to fail, many games take a long time to open or the emulators They fail or take too long to load, I don't understand what could be causing this.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-10-21T15:18:09+00:00

    You can use the Media Creation Tool to perform the repair upgrade, this procedure will repair all Windows files, apps, services, and registry keys.

    1-Download the media creation tool.

    https://go.microsoft.com/fwlink/?LinkId=691209

    2-Run the tool and select 'Upgrade this pc now'

    3-Select the option 'Keep all my files and apps'

    4-Then click to update.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-10-20T16:12:36+00:00

    I had tried it before, and I have done it again, for the sfc /scannow results were: Windows Resource Protection found no violations of integrity.

    For DISM:

    No component store corruption detected.

    No component store corruption detected.

    The operation completed successfully.

    And already tried the Net Framework Repair Tool, is there another way to see if my windows have corrupted files?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-10-20T05:58:22+00:00

    Hi, NGC,

    Sorry to hear you're experiencing this issue.

    Usually, this problem is caused by corrupted files on Windows. You can use these commands to find and repair the corrupted files.

    1-Right-Click on Start then click on Windows Powershell (admin)

    2- Type these commands.

    sfc /scannow (and press Enter)

    Dism /Online /Cleanup-Image /ScanHealth (and press Enter)

    Dism /Online /Cleanup-Image /CheckHealth (and press Enter)

    3- The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth argument to repair the image.

    4-Type this command and press Enter:

    Dism /Online /Cleanup-Image /RestoreHealth

    Then you can use the .NET Framework Repair Tool, this tool detects and tries to fix some frequently occurring issues with the setup of Microsoft .NET Framework or with updates to the Microsoft .NET Framework. You can download the .NET Framework Repair Tool at this link.

    https://www.microsoft.com/en-us/download/detail...

    I hope this information helps. If you have any questions, please let me know and I'll be glad to assist you further.

    Was this answer helpful?

    0 comments No comments