Con più domande
Errore durante avvio SYSPREP

Domanda
-
Buongiorno,
spero possiate aiutarmi. Quando tento di avviare il sysprep, mi restituisce un errore. di seguito il log:
2018-11-09 10:01:52, Info SYSPRP ========================================================
2018-11-09 10:01:52, Info SYSPRP === Beginning of a new sysprep run ===
2018-11-09 10:01:52, Info SYSPRP ========================================================
2018-11-09 10:01:52, Info [0x0f004d] SYSPRP The time is now 2018-11-09 10:01:52
2018-11-09 10:01:52, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2018-11-09 10:01:52, Info [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2018-11-09 10:01:52, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2018-11-09 10:01:52, Info [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
2018-11-09 10:01:54, Info [0x0f00d7] SYSPRP WinMain:Pre-validing 'cleanup' internal providers.
2018-11-09 10:01:54, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
2018-11-09 10:01:54, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2018-11-09 10:01:54, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2018-11-09 10:01:54, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-11-09 10:01:54, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-11-09 10:01:54, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2018-11-09 10:01:54, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll without error
2018-11-09 10:01:54, Info [0x0f00d7] SYSPRP WinMain:Pre-validing 'generalize' internal providers.
2018-11-09 10:01:54, Info SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
2018-11-09 10:01:54, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2018-11-09 10:01:54, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2018-11-09 10:01:54, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2018-11-09 10:01:54, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2018-11-09 10:01:54, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2018-11-09 10:01:54, Info SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.
2018-11-09 10:01:54, Error SYSPRP Package Microsoft.NetworkSpeedTest_1.0.0.23_x64__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2018-11-09 10:01:54, Error SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2018-11-09 10:01:54, Error SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2018-11-09 10:01:54, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2018-11-09 10:01:54, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2018-11-09 10:01:54, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2018-11-09 10:01:54, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2018-11-09 10:01:54, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
2018-11-09 10:01:55, Info [0x0f0052] SYSPRP Shutting down SysPrep log
2018-11-09 10:01:55, Info [0x0f004d] SYSPRP The time is now 2018-11-09 10:01:55
Vi ringrazio per l'attenzione.
Buona giornata
Tutte le risposte
-
Buongiorno,
ho risolto autonomamente cancellando le varie app predefinite. di seguito la riga che ho avviato per ogni app:
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.DesktopAppInstaller_1.0.20921.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.MSPaint_5.1809.1017.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.MicrosoftOfficeHub_17.10314.31700.1000_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.WindowsCalculator_10.1809.2731.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.WindowsFeedbackHub_1.1805.2331.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.People_10.1808.2473.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.WindowsCamera_2018.824.60.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.MicrosoftStickyNotes_3.0.119.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.XboxGameOverlay_1.35.8001.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.WebMediaExtensions_1.0.12341.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.WindowsSoundRecorder_10.1809.2731.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.XboxIdentityProvider_12.45.6001.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.XboxGamingOverlay_1.16.1012.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.OneConnect_5.1809.2571.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.Getstarted_6.15.12641.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.Messaging_4.1810.2922.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.WindowsMaps_5.1809.2762.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.Print3D_3.1.2612.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq Microsoft.ZuneVideo_10.18082.13811.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUser | Where PackageFullName -eq microsoft.windowscommunicationsapps_16005.11001.20083.0_x64__8wekyb3d8bbwe| Remove-AppxPackage -AllUsersp.s. è probabile che manchino alcune app.
però questa è la soluzione
-
Non è sufficiente rimuovere singolarmente le App perché se il computer era stato precedentemente connesso ad internet potrebbero state installate automaticamente anche App non predefinite.
- Modificato Fabrizio-GMVP, Moderator martedì 13 ottobre 2020 15:24