0X80070003
The system cannot find the path specified.
- Symbol / family
- ERROR_PATH_NOT_FOUND
- Signed decimal
- -2147024893
- Unsigned decimal
- 2147942403
What it means here
Windows could not resolve one or more directories in the requested path.
What to check next
- Verify every parent directory and mapped location exists.
- Check environment-variable expansion and 32-bit versus 64-bit path redirection.
- Confirm the executing account can resolve network or redirected paths.
Technical reference: Microsoft documentation or Microsoft-hosted support material