loon Posted January 18, 2017 Report post Posted January 18, 2017 Same problem here, removed Sway, RemoteDesktop, and Eclipse app and the capture worked. Really wish MS would clean up stupid stuff like this. Quote Share this post Link to post Share on other sites More sharing options...
Adam Bise Posted February 28, 2017 Report post Posted February 28, 2017 I think this happens when you click start before running sysprep. Something about clicking start in Windows 10 seems to trigger store app installs. Also you can fix by creating a new local user, logging in as the new local user, delete local admin profile using control panel, log in as local admin (dont click start) delete new user profile and account, run capture media. If you are customizing an image prior to capture (and sysprep) as local administrator etc, try doing so without clicking start, or dump the local administrator profile mentioned above. Seems kind of retarded, perhaps I should have been using Audit Mode, although I read the same issue happens in that scenario as well. Anyway, you will save a little HDD space by running sysprep from a newly created profile. 1 Quote Share this post Link to post Share on other sites More sharing options...
Jasper Posted March 8, 2017 Report post Posted March 8, 2017 Thanks Adam Bise this saved the day for me, spent the better part of yesterday trying to get the Capture to run but kept getting sysprep failed, came in early today to have a fresh look at it and deleting the original profile I used to setup and configure W10, worked for me. Quote Share this post Link to post Share on other sites More sharing options...
Jasper Posted March 8, 2017 Report post Posted March 8, 2017 Spoke too soon Sysprep goes through but get error 0x80220014 on the reboot, looks like a known issue with the version of ADK. Quote Share this post Link to post Share on other sites More sharing options...
SSR Posted April 13, 2017 Report post Posted April 13, 2017 In case it helps anyone else with this problem, I got this with a Gen 2 VM. Created a Gen 1 VM and it got past the error (still waiting for it to fully capture though...).In case it helps anyone else with this problem, I got this with a Gen 2 VM. Created a Gen 1 VM and it got past the error (still waiting for it to fully capture though...). Quote Share this post Link to post Share on other sites More sharing options...
Erik Nettekoven Posted April 20, 2017 Report post Posted April 20, 2017 There is even an official microsoft KB about this issue: https://support.microsoft.com/en-us/help/2769827/sysprep-fails-after-you-remove-or-update-windows-store-apps-that-include-built-in-windows-images Quote Share this post Link to post Share on other sites More sharing options...
Albane Posted May 8, 2017 Report post Posted May 8, 2017 Wow, I had an account for this site already that worked... Since I have this problem constantly with Windows 10 and always get this forum on my searches.. here are my steps to resolve it. (Other employees build their own images, so they constantly f-up the local admin account). 1. Run the Powershell command 'Get-AppxPackage | Remove-AppxPackage' 2. As someone stated above, configure your registry settings for SysPrep. Open regedit and look for: HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\CleanupState\ Set to value: 2 HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\GeneralizationState\ Set to value: 7 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SoftwareProtectionPlatform\SkipRearm Set to value: 1 Then, run the command: msdtc -uninstall (wait a few seconds) msdtc -install (wait a few seconds) 3. From the Windows link above (except my edits to make it work) Run the Import-Module Appx PowerShell cmdlet. Run Import-Module Dism. Run Get-AppxPackage -AllUser | Where PublisherId -eq 8wekyb3d8bbwe | Format-List -Property PackageFullName,PackageUserInformation. Delete whatever account is tied to all of your Appx packages. Reboot the computer and create a new local admin Reboot the computer and login to your new admin account. Capture the image as your new admin account. Using these steps, I have been able to resolve all of my Windows 10 capture issues. The final step where I capture with a clean admin account has worked every time. Quote Share this post Link to post Share on other sites More sharing options...
ByDesign1977 Posted July 17, 2017 Report post Posted July 17, 2017 @Albane Many thanks for these steps. Worked like a charm Quote Share this post Link to post Share on other sites More sharing options...
loon Posted November 15, 2017 Report post Posted November 15, 2017 And update for 1709 capture. Remove the following apps: All games. News Paid WiFi Caller Skype Print 3D Weather XBox Live. Quote Share this post Link to post Share on other sites More sharing options...
jcolton Posted January 8, 2018 Report post Posted January 8, 2018 Get-AppXPackage -Name Microsoft.SkypeApp | Remove-AppXPackage Get-AppXPackage -Name 46928bounde.EclipseManager | Remove-AppXPackage Get-AppXPackage -Name ActiproSoftwareLLC.562882FEEB491 | Remove-AppXPackage Get-AppXPackage -Name AdobeSystemsIncorporated.AdobePhotoshopExpress | Remove-AppXPackage Get-AppXPackage -Name Microsoft.BingNews | Remove-AppXPackage Get-AppXPackage -Name Microsoft.NetworkSpeedTest | Remove-AppXPackage Get-AppXPackage -Name Microsoft.Office.Sway | Remove-AppXPackage Get-AppXPackage -Name Microsoft.RemoteDesktop | Remove-AppXPackage Quote Share this post Link to post Share on other sites More sharing options...