Hello all,
I've been using MDT 2012 for a while now to image machines in our environment with success for the most part. Just recently, however, I've been running into issues at the point where the deployment is supposed to be activating Windows where it will just fail the deployment. It outputs a number of errors, including:
Text
Windows cannot remove Microsoft.VCLibs.120.00_12.0.20812.1_x86__8wekyb3d8bbwe because the current user does not have that package installed. Use Get-AppxPackage to see the list of packages installed.NOTE: For additional information, look for [ActivityId] 5f3738f0-b9a2-0001-0581-375fa2b9d001 in the Event Log or use the command line Get-AppxLog -ActivityID 5f3738f0-b9a2-0001-0581-375fa2b9d001]LOG]!+ Get-AppxPackage -AllUsers | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~]
Which I'm familiar with because I've seen this...