Sysprep geht nicht - Brauche dringend Hilfe
Hallo Ich habe ein Notebook vorbereitet mit Windows 10. Alles Updates installiert und will nun sysprep ausführen.
Folgender LOG
2017-10-20 10:40:09, Error SYSPRP Package CortanaListenUIApp_10.0.15063.0_neutral__cw5n1h2txyewy was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2017-10-20 10:40:09, Error SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2017-10-20 10:40:09, Error SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2017-10-20 10:40:09, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2017-10-20 10:40:09, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2017-10-20 10:40:09, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2017-10-20 10:40:09, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2017-10-20 10:40:09, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
Ich kann diese Cortanalisten UI APP nicht entfernen auch nicht über Power Shell!!
Jemand eine IDee ?!
Folgender LOG
2017-10-20 10:40:09, Error SYSPRP Package CortanaListenUIApp_10.0.15063.0_neutral__cw5n1h2txyewy was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2017-10-20 10:40:09, Error SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2017-10-20 10:40:09, Error SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2017-10-20 10:40:09, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2017-10-20 10:40:09, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2017-10-20 10:40:09, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2017-10-20 10:40:09, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2017-10-20 10:40:09, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
Ich kann diese Cortanalisten UI APP nicht entfernen auch nicht über Power Shell!!
Jemand eine IDee ?!
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 352353
Url: https://administrator.de/contentid/352353
Ausgedruckt am: 23.11.2024 um 02:11 Uhr
9 Kommentare
Neuester Kommentar
Updates installiert man generell nicht vor dem Sysprep, das macht man per dism injection nachträglich.
Außerdem sollte man das zur Einrichtung genutzte Konto vor dem Sysprep löschen.
Zieh dir mal die Doku zu Sysprep rein ...
So iss das wenn man dringend handelt und keine Zeit investiert das Manual zu lesen .
Außerdem sollte man das zur Einrichtung genutzte Konto vor dem Sysprep löschen.
Zieh dir mal die Doku zu Sysprep rein ...
So iss das wenn man dringend handelt und keine Zeit investiert das Manual zu lesen .
Hi,
E.
Updates installiert man generell nicht vor dem Sysprep, das macht man per dism injection nachträglich.
Wieso das denn?! Das ist doch gängige Praxis, dass man von verschiedenen Updateständen auch verschiedene Sysprep-Images erstellt. Das machen wir bei uns im virtualisierten Umfeld nur so.Außerdem sollte man das zur Einrichtung genutzte Konto vor dem Sysprep löschen.
Sysprep löscht alle Konten, wenn man "generalisiert".E.
Ich meine die App-Updates, die verhindern wie oben ein erfolgreiches Sysprep wenn man sie im Userkonto einspielt und nicht Systemweit über Provisioning.
Und das Sysprep am besten vom integrierten Admin-Konto oder Audit-Mode aus anwerfen.
Und das Sysprep am besten vom integrierten Admin-Konto oder Audit-Mode aus anwerfen.
Hi,
das Problem hatte ich in letzter Zeit auch. Ich hatte dann die Windows Apps per Script gelöscht. Komischerweise habe ich das Problem unter Windows 10 in der Version 1709 nicht.
Edit: Hast du das denn schon einmal probiert? (Ich merke dass ich jetzt schon im Freitag bin ;) )
Viele Grüße und schönes Wochenende
Yannik
das Problem hatte ich in letzter Zeit auch. Ich hatte dann die Windows Apps per Script gelöscht. Komischerweise habe ich das Problem unter Windows 10 in der Version 1709 nicht.
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *Appconnector* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *Messaging* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *ConnectivityStore* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *bingnews* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *CommsPhone* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *WindowsScan* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Get-AppxPackage *Office.Sway* | Remove-AppxPackage
Get-AppxPackage *Twitter* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackage
Edit: Hast du das denn schon einmal probiert? (Ich merke dass ich jetzt schon im Freitag bin ;) )
Viele Grüße und schönes Wochenende
Yannik
Da fehlt das -Allusers ...