Avatar of Mark Warren
Mark Warren
Flag for United States of America asked on

Windows 10 Sysprep Issues

I am trying to create an image with Windows 10 Education and am having problems with Sysprep.  I ran these commands prior to running Sysprep:

Get-AppxPackage | % {if (!($_.IsFramework -or $_.PublisherId -eq "cw5n1h2txyewy")) {$_}} | Remove-AppxPackage

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online  

After running sysprep I get these errors from the log in setupact under Panther:

2016-08-18 08:49:14, Error                 SYSPRP Package Microsoft.Messaging_3.19.1001.0_x86__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.

2016-08-18 08:49:14, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.

2016-08-18 08:49:14, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.

2016-08-18 08:49:14, Error      [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2016-08-18 08:49:14, Error                 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2016-08-18 08:49:14, Error                 SYSPRP RunPlatformActions:Failed while validating SysprepSession actions; dwRet = 0x3cf2
2016-08-18 08:49:14, Error      [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2016-08-18 08:49:14, Error      [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
2016-08-18 08:49:23, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
2016-08-18 08:49:23, Info       [0x0f004d] SYSPRP The time is now 2016-08-18 08:49:23
Windows OSSoftware

Avatar of undefined
Last Comment
footech

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
footech

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61