Sysprep Exit code of RemoveAllApps thread was 0x3cf2.

E

Emort

hello,

i'm going insane about creating a new machine template for deployment



When running sysprep i it breaks with the following error:


2019-03-06 11:38:14, Error SYSPRP Package Microsoft.RemoteDesktop_10.1.1088.0_x86__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.

2019-03-06 11:38:14, Error SYSPRP Failed to remove apps for the current user: 0x80073cf2.

2019-03-06 11:38:14, Error SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.

2019-03-06 11:38:14, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2

2019-03-06 11:38:14, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2

2019-03-06 11:38:14, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2

2019-03-06 11:38:14, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2

2019-03-06 11:38:14, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2



I have tried :

Removed all users under advanced system settings

then in random order.:

Remove-AppxPackage -Package Microsoft.RemoteDesktop_10.1.1088.0_x86__8wekyb3d8bbwe

Remove-AppxProvisionedPackage -Online -PackageName Microsoft.RemoteDesktop_10.1.1088.0_x86__8wekyb3d8bbwe

get-appxprovisionedpackage -online | remove-appxprovisionedpackage -online

Remove-AppxProvisionedPackage -Online -PackageName Microsoft.RemoteDesktop_10.1.1088.0_x86__8wekyb3d8bbwe


Rebooted between. NOTHING works where i'm i going wrong it almost seems like the AppxPackage cant be removed.?

Continue reading...
 
Back
Top Bottom