R
Rodrigo Pizarro Admin
Hi everydody,
We are stucking with this issue for several week and would appreciate any help you could bring.
We are preparing a windows 10 deployment image for our company computers and we are struggling when we are trying to sysprep them.
We have removed all the possible applications apart of the system applications (that we cannot remove). When we try to sysprep our customized image, we are receiving the following log:
2018-08-03 12:30:12, Info SYSPRP ========================================================
2018-08-03 12:30:12, Info SYSPRP === Beginning of a new sysprep run ===
2018-08-03 12:30:12, Info SYSPRP ========================================================
2018-08-03 12:30:12, Info [0x0f004d] SYSPRP The time is now 2018-08-03 12:30:12
2018-08-03 12:30:12, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2018-08-03 12:30:12, Info [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2018-08-03 12:30:12, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2018-08-03 12:30:12, Warning SYSPRP WinMain: File operations pending
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'OOBE'
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'SHUTDOWN'
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'GENERALIZE'
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'
2018-08-03 12:30:12, Info [0x0f00d7] SYSPRP WinMainre-validing 'cleanup' internal providers.
2018-08-03 12:30:12, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
2018-08-03 12:30:12, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-08-03 12:30:13, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2018-08-03 12:30:13, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll without error
2018-08-03 12:30:13, Info [0x0f00d7] SYSPRP WinMainre-validing 'generalize' internal providers.
2018-08-03 12:30:13, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-08-03 12:30:13, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2018-08-03 12:30:13, Info SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.
2018-08-03 12:30:13, Error SYSPRP Failed to remove apps for the current user: 0x80080204.
2018-08-03 12:30:13, Error SYSPRP Exit code of RemoveAllApps thread was 0x80080204.
2018-08-03 12:30:13, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x80080204
2018-08-03 12:30:13, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x80080204
2018-08-03 12:30:13, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x80080204
2018-08-03 12:30:13, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x80080204
2018-08-03 12:30:13, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80080204
Could any one bring any idea?
We have followed this answer: https://support.microsoft.com/en-in...emove-or-update-windows-store-apps-that-inclu
Thanks in advance for your support.
Continue reading...
We are stucking with this issue for several week and would appreciate any help you could bring.
We are preparing a windows 10 deployment image for our company computers and we are struggling when we are trying to sysprep them.
We have removed all the possible applications apart of the system applications (that we cannot remove). When we try to sysprep our customized image, we are receiving the following log:
2018-08-03 12:30:12, Info SYSPRP ========================================================
2018-08-03 12:30:12, Info SYSPRP === Beginning of a new sysprep run ===
2018-08-03 12:30:12, Info SYSPRP ========================================================
2018-08-03 12:30:12, Info [0x0f004d] SYSPRP The time is now 2018-08-03 12:30:12
2018-08-03 12:30:12, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2018-08-03 12:30:12, Info [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2018-08-03 12:30:12, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2018-08-03 12:30:12, Warning SYSPRP WinMain: File operations pending
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'OOBE'
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'SHUTDOWN'
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'GENERALIZE'
2018-08-03 12:30:12, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'
2018-08-03 12:30:12, Info [0x0f00d7] SYSPRP WinMainre-validing 'cleanup' internal providers.
2018-08-03 12:30:12, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
2018-08-03 12:30:12, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-08-03 12:30:13, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2018-08-03 12:30:13, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll without error
2018-08-03 12:30:13, Info [0x0f00d7] SYSPRP WinMainre-validing 'generalize' internal providers.
2018-08-03 12:30:13, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-08-03 12:30:13, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-08-03 12:30:13, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2018-08-03 12:30:13, Info SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.
2018-08-03 12:30:13, Error SYSPRP Failed to remove apps for the current user: 0x80080204.
2018-08-03 12:30:13, Error SYSPRP Exit code of RemoveAllApps thread was 0x80080204.
2018-08-03 12:30:13, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x80080204
2018-08-03 12:30:13, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x80080204
2018-08-03 12:30:13, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x80080204
2018-08-03 12:30:13, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x80080204
2018-08-03 12:30:13, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80080204
Could any one bring any idea?
We have followed this answer: https://support.microsoft.com/en-in...emove-or-update-windows-store-apps-that-inclu
Thanks in advance for your support.
Continue reading...