Michael Posted September 26, 2016 Posted September 26, 2016 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?
Michael Posted September 27, 2016 Author Posted September 27, 2016 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
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