Microsft visual C++ runtime error R6016

彬 曹 0 Reputation points
2023-05-17T04:04:38.96+00:00

1

What is the cause of this error and How do I resolve this error?

system:win10 Professional Edition 21H2

memory:16GB

Information note:While the computer is running,Sometimes this error pops up,This problem occurs more often when a computer wakes up with a lock screen.

    All patches have been upgraded for version 21H2

I have uninstalled all visual C++,Download and install viual C++ 2015-2022 redistributable(x64、X86) 14.30.30704 from Microsoft.But the error still appears.

   
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-05-18T09:52:15.87+00:00

    Hi,

    According to the error message, please first check if there is enough space on your hard disk drive.

    Use the System File Checker to scan Windows system files. Open cmd as administrator and run the commands.

    DISM.exe /Online /Cleanup-image /Restorehealth 
    sfc /scannow
    

    Best Regards,

    Ian Xue

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

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