Share via

HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND

Anonymous
2023-08-01T10:17:30+00:00

Hi there!

sometimes randomlly i am not able to write via the search bar in the windows explorer via windows 10. i have ran sfc /scannow via cmd and noticed that error via the cbs log

HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND

any help plz!

Windows for home | Windows 10 | Windows update

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

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-08-01T12:38:29+00:00

    Hi, Jrr4415. I'm sorry to hear you're having this problem, and I hope I can assist you to find a satisfactory solution.

    I suggest running the commands below (you can run sfc again after the Dism commands), to check the system files and the disk.

    After that I will leave a tutorial to do the inplace upgrade that repairs windows completely.

    Run the following commands from the command prompt (as an administrator) one at a time:

    dism.exe /online /cleanup-image /scanhealth

    dism.exe /online /cleanup-image /restorehealth

    dism.exe /online /cleanup-image /startcomponentcleanup

    sfc /scannow

    chkdsk /R /F /X

    Reboot and check if the issue is resolved.

    If the problem persists, you can run the in place upgrade following the steps below:

    Visit the site below to start downloading the Media Creation Tool:

    https://www.microsoft.com/en-us/software-downlo...

    After completing the download, accept the Licensing Terms, click the Create Installation Media for another computer option, keep the Use recommended options for this computer option enabled, click Next and select ISO file, click Next and the download will begin.

    After that follow the step by step of the video below (Link with content in English).

    https://www.microsoft.com/en-us/videoplayer/emb...

    I hope it Helps

    Please note: This is a user-to-user community forum. We are users just like you who help others. We are not employees of Microsoft.

    1 person found this answer helpful.
    0 comments No comments