Had the same issue. Eddie has right answer. Instead of doing each app though, I simplified it using
get-appxpackage | remove-appxpackage
This ran the cmd for all apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to capture windows 11 ISO image
I am using a windows 11 VM Based on Hyper V.
while running the image capture wizard received the get the error as below
Task Sequence: Image Capture Wizard has failed with the error code (0x00004005). the same file works for windows 10 VM.
Tried so far.
Task Sequence: Image Capture Wizard has failed with the error code (0x00004005) (sccm.ie)
Had the same issue. Eddie has right answer. Instead of doing each app though, I simplified it using
get-appxpackage | remove-appxpackage
This ran the cmd for all apps.
Run the following under Powershell as Admin to remove all the extra preinstalled AppxPackages that cause this error.
Get-AppxPackage AV1VideoExtension | Remove-AppxPackage
Get-AppxPackage BingNews | Remove-AppxPackage
Get-AppxPackage BingWeather | Remove-AppxPackage
Get-AppxPackage WebpImageExtension | Remove-AppxPackage
Get-AppxPackage HEIFImageExtension | Remove-AppxPackage
Get-AppxPackage ZuneMusic | Remove-AppxPackage
Get-AppxPackage ZuneVideo | Remove-AppxPackage
Get-AppxPackage MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage WindowsMaps | Remove-AppxPackage
Get-AppxPackage GetHelp | Remove-AppxPackage
Get-AppxPackage WindowsSoundRecorder | Remove-AppxPackage
Get-AppxPackage MicrosoftStickyNotes | Remove-AppxPackage
Get-AppxPackage PowerAutomateDesktop | Remove-AppxPackage
Get-AppxPackage Xbox | Remove-AppxPackage
Get-AppxPackage WindowsFeedbackHub | Remove-AppxPackage
Get-AppxPackage Todos | Remove-AppxPackage
Get-AppxPackage WindowsAlarms | Remove-AppxPackage
Get-AppxPackage YourPhone | Remove-AppxPackage
Get-AppxPackage SpotifyAB.SpotifyMusic | Remove-AppxPackage
Get-AppxPackage ScreenSketch | Remove-AppxPackage
Get-AppxPackage MicrosoftSolitaireCollection | Remove-AppxPackage
Get-AppxPackage Windows.Photos | Remove-AppxPackage
Get-AppxPackage OneDriveSync | Remove-AppxPackage
Get-AppxPackage SkypeApp | Remove-AppxPackage
Get-AppxPackage GamingApp | Remove-AppxPackage
Get-AppxPackage Microsoft.549981C3F5F10 | Remove-AppxPackage