Jump to content

Recommended Posts

Posted

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!

Posted

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)

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...