Share via

having problem with C++

Kristen Hurley 0 Reputation points
2026-01-23T21:16:00.04+00:00

having trouble with Microsoft C++

It is being corrupted

I need my pc to be accessed by a Microsoft tech

I can be reached at Phone number removed by Moderator

Windows for business | Windows 365 Business
0 comments No comments

3 answers

Sort by: Most helpful
  1. Domic Vo 24,130 Reputation points Independent Advisor
    2026-01-26T13:18:55.29+00:00

    Good morning,

    I hope you are doing well.

    Have you found the answer useful? If everything is okay, don't forget to share your experience with the issue by accepting the answer. Should you need more information, free free to leave a message. Happy to help! :)

    Domic Vo.

    Was this answer helpful?

    0 comments No comments

  2. Domic Vo 24,130 Reputation points Independent Advisor
    2026-01-23T21:48:30.5933333+00:00

    Hello Kristen Hurley,

    If your Microsoft Visual C++ runtime libraries are corrupted, that will typically manifest as application crashes, missing DLL errors, or installer failures. This is not something that requires remote access by a Microsoft technician; it can be resolved locally with the correct repair steps.

    The most reliable way to fix this is to remove all installed Microsoft Visual C++ Redistributables from Control Panel > Programs and Features, then reinstall them cleanly. Microsoft provides official redistributable packages for each version (2008, 2010, 2012, 2013, 2015–2022). You should download them directly from Microsoft’s site to ensure integrity. For example, the latest supported package is available at:

    https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

    After uninstalling all existing redistributables, reboot the machine, then install the required versions again. Most modern applications depend on the 2015–2022 package, but older software may require 2010 or 2013. Installing all supported versions is often the safest approach.

    If corruption persists even after reinstalling, check the system integrity with:

    sfc /scannow

    DISM /Online /Cleanup-Image /RestoreHealth

    These commands repair system files and the component store, which can affect the runtime libraries.

    To clarify: Microsoft does not provide direct technician access to personal machines unless you are working through official enterprise support channels. For a personal or corporate PC, the supported path is to repair or reinstall the Visual C++ redistributables as described above. If you are in a managed environment, your IT department should handle this through software deployment tools.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-01-23T21:16:06.38+00:00

    If you are experiencing issues with Microsoft C++, and if you believe that your PC needs to be accessed by a Microsoft technician, you should contact Microsoft Support directly. Here are some steps you can follow to reach out to them:

    1. Use the Get Help app: In the search bar, type "Get Help" and open the app. Then, type "Chat with an agent" and follow the prompts to connect with a live agent.
    2. Contact support directly: You can also visit the Microsoft Support website to find the appropriate contact information for your issue.
    3. Be cautious of unsolicited support requests: If you received a message asking you to call a specific number, ensure it is legitimate. Microsoft does not contact users through unsolicited emails or calls.

    If you suspect that your issue may be related to a tech support scam, you can report it using the technical support scam form provided by Microsoft.

    For further assistance, please refer to the appropriate resources and ensure that you initiate contact with Microsoft support directly rather than responding to unsolicited requests.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.