Expand-WindowsImage -ImagePath "D:\20H2\install.wim" -ApplyPath "D:\20H2\home" -Index 1
How do I uninstall this image after I run it?
Expand-WindowsImage -ImagePath "D:\20H2\install.wim" -ApplyPath "D:\20H2\home" -Index 1
How do I uninstall this image after I run it?
Hi,
To cancel it you could press Ctrl+C. To delete the files you could run
Remove-Item -Path D:\20H2\home\* -Confirm
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
10 people are following this question.