I have upgrade my Hyperv win 10 image from 1909 to 20H2. I'm having issues capturing it though. It runs through the sysprep OK then restarts when it boots back up it's a black screen with the words 'Loading Files' in the bottom left and a grey progress bar across the bottom. This screen will flash up a couple of times until eventually the virtual PC shuts down.
I normally have to run these powershell commands to make sure it captures
Get-AppxProvisionedPackage -Online | Out-GridView -PassThru | Remove-AppxProvisionedPackage –Online
Get-AppxPackage | Out-GridView -PassThru | Remove-AppxPackage
any help would be appreciated
I normally have to run these powershell commands to make sure it captures
Get-AppxProvisionedPackage -Online | Out-GridView -PassThru | Remove-AppxProvisionedPackage –Online
Get-AppxPackage | Out-GridView -PassThru | Remove-AppxPackage
any help would be appreciated