Jump to content

Recommended Posts

Posted

Hi all,

 

Currently building/testing a new 1607 image, however I've stumbled across an issue running Sysprep along with MinecraftEdu pre-installed (The Microsoft version, not the Java version). I downloaded and ran the Offline version of MinecraftEdu.

 

I can run Sysprep without the Generalise option, but that of course is no good for me!

 

I then ran the following commands in the context of the account you install MinecraftEdu - (elevated Powershell) -

 

Get-AppxPackage | Select Name, PackageFullName

 

And then:

 

Remove-AppxPackage Microsoft.MinecraftEducationEdition_0.142.0.0_x86__8wekyb3d8bbwe

 

Sysprep now runs fine and I can run with the Generalise option, but of course MinecraftEdu is now uninstalled. So how (if possible), can I include an image with it included?

Posted

On closer inspection, the Powershell script is using this method and I can see the:

 

/Online /Add-ProvisionedAppxPackage

 

Command, so I'm at a loss as to why Sysprep is unable to Generalise, as the App is provisioned for all users.

 

I've attached the Powershell script as it's too big to post.Install.ps1

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...