I downloaded the file but still the same problem pls help me.from microsoft vcredist but still.

Solution
try this:
right click start button
choose command prompt (admin)
type SFC /scannow and press enter

this scans system files and may fix this behaviour
once its done, copy/paste the next command into same window:
DISM /Online /Cleanup-Image /RestoreHealth

If it throws an error at you saying needs source, and you have the anniversary version of win 10, do the following:
Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where...

Colif

Win 11 Master
Moderator
try this:
right click start button
choose command prompt (admin)
type SFC /scannow and press enter

this scans system files and may fix this behaviour
once its done, copy/paste the next command into same window:
DISM /Online /Cleanup-Image /RestoreHealth

If it throws an error at you saying needs source, and you have the anniversary version of win 10, do the following:
Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

If it throws error at you and you don't have the Anniversary edition of win 10, click the link above leading to ISO file and then click the update now link on that page and it will download the upgrade assistant for win 10, and running that is likely to fix this error for you

ONce DISM is finishing, redo an SFC /scannow and restart PC and see if its fixed your problem.

DISM cleans the files SFC uses to clean your files.
 
Solution