0X80070002
The system cannot find the file specified.
- Symbol / family
- ERROR_FILE_NOT_FOUND
- Signed decimal
- -2147024894
- Unsigned decimal
- 2147942402
What it means here
Windows surfaced a Win32 file-not-found result as an HRESULT.
What to check next
- Confirm the referenced path and file exist.
- Check whether security software quarantined or redirected the file.
- Review the operation's surrounding log lines for the missing path.
Technical reference: Microsoft documentation or Microsoft-hosted support material