Hello hg943h9g8fehi-0423,
Thank you for posting in Q&A forum.
The error seems due to how the command handles paths and the mounting process. The error code 50, "The request is not supported," suggests that there might be an issue with how the paths are being interpreted or how the command is executed without the full path.
Here are some steps to troubleshoot this issue:
- As you've noted, specifying the full path to the desired creation directory seems to avoid the error. Ensure that you always use the full path when running the copype command.
- Ensure that you have the necessary permissions to create and modify files in the specified directory. Running the command prompt as an administrator can help avoid permission-related issues.
- If the error persists, you can manually unmount the boot.wim file using the DISM (Deployment Imaging Service and Management Tool) command:
dism /cleanup-wim
This command will clean up any mounted images that are no longer in use.
- Ensure that the ADK and the Windows Preinstallation Environment (WinPE) add-on are correctly installed and that there are no corrupted files. Reinstalling the ADK and WinPE add-on might help resolve any underlying issues.
- Check the logs for more detailed error messages. The logs can provide additional context that might help identify the root cause of the issue. Here's an example of how to use the copype command with the full path:
copype amd64 C:\Full\Path\To\Creation\Directory
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.