philellis Posted March 31, 2021 Author Posted March 31, 2021 Hi, Yes once i made a few changes to the database i was able to sysprep normally. Hope those tools help. 1
chazzy2501 Posted March 31, 2021 Posted March 31, 2021 Part of my sysprep process is to run this script. to remove the language experience pack! Remove-AppxPackage -Package Microsoft.LanguageExperiencePacken-GB_19041.11.22.0_neutral__8wekyb3d8bbwe -Allusers yay!
MYK-IT Posted March 31, 2021 Posted March 31, 2021 Could try extracting the (EDU) WIM image you want, removing (all) the Apps you don't need and applying all the latest available updates (before importing the WIM into MDT / SCCM etc) in one process using WIMWITCH. https://www.powershellgallery.com/packages/WIMWitch/3.0.0 https://msendpointmgr.com/wim-witch/
KK20 Posted March 31, 2021 Posted March 31, 2021 We have always run the following Get-AppxPackage -Name '*Microsoft.LanguageExperiencePacken-gb*' | Remove-AppxPackage -ErrorAction SilentlyContinue" before we generalize. As stated earlier, the panther setup error log should tell you the package that it fails on. We dont touch the appx other than that (we dont remove from the image any more, it caused more issues doing it that way for us) 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now