visual c++ documentation on asserts debug assertion failed on Windows 10

Anonymous
2018-03-25T15:27:54+00:00

visual c++ documentation on asserts debug assertion failed on Windows 10

Windows for home | Windows 10 | Settings

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
{count} votes
Answer accepted by question author
  1. Anonymous
    2018-03-25T17:33:03+00:00

    This maybe an issue with a system file being corrupt.

    You can try a couple things.

    Right click your start button and select Command prompt (Admin) to bring up elevated Command prompt.

    In Command prompt type sfc /scannow and press enter.

    Restart the computer.

    If that doesn't work then try this,

    Right click your start button and select Command prompt (Admin) to bring up elevated Command prompt.

    In the Administrator: Command Prompt window, type the following commands.

    Press Enter key after each command:

    DISM.exe /Online /Cleanup-image /Scanhealth

    DISM.exe /Online /Cleanup-image /Restorehealth

    Important: When you run this command, DISM uses Windows Update to provide the files that are required to fix corruptions.

    To close the Administrator: Command prompt window, type Exit, and then press Enter.

    Restart your computer.

    88 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful