C2k Help

General => General Discussion => Topic started by: dfinney on June 07, 2019, 03:22:51 PM

Title: Minecraft EDU
Post by: dfinney on June 07, 2019, 03:22:51 PM
Anyone used the newly released version of Minecraft Education Edition on C2K.


Its amazing, its rock solid compared to the free EDU version we had to install ourselves.
Title: Re: Minecraft EDU
Post by: Statach on June 17, 2019, 02:11:01 PM
Yep on 80 machines here, would like a stand alone server option like the old version.
Title: Re: Minecraft EDU
Post by: dfinney on June 17, 2019, 04:26:18 PM
Same here.
Title: Re: Minecraft EDU
Post by: Renegade on June 24, 2019, 11:38:10 AM
Does anyone know how to uninstall it?

There's nothing listed in Add/Remove Programs and rebuilding the workstation doesn't work because once downloaded it adds it to Altiris.

Thanks.
Title: Re: Minecraft EDU
Post by: dfinney on June 25, 2019, 08:31:07 AM
Would removing the group stop people using it?

I don't know if that Minecraft group is for allowing install or use.
Title: Re: Minecraft EDU
Post by: Statach on June 26, 2019, 09:09:27 AM
I made an inquiry about removing or blocking minecraft yesterday, im told once its installed it cant be blocked because of 'the way win10 installs apps' and a policy cant be created because of that.

You can use power shell to remove it but like already said Altiris will re-install it even after a rebuild.
Title: Re: Minecraft EDU
Post by: zyber on June 26, 2019, 10:12:02 AM
The group is only to allow install. once installed, then everyone can use it.
Title: Re: Minecraft EDU
Post by: dfinney on June 26, 2019, 01:11:35 PM
Yeah, zyber i was wondering was it install only.

Title: Re: Minecraft EDU
Post by: Renegade on June 26, 2019, 03:50:45 PM
Carpita have an uninstall script.  They can run another script to detect which workstations have MC installed, and then run the uninstall to target them.  Obv they need to be powered on.
Title: Re: Minecraft EDU
Post by: Renegade on June 27, 2019, 08:23:29 AM
Quote
If you run the following 2 lines of powershell it will remove it just in case you find any with it still on it:
 
Get-AppxProvisionedPackage -Online | where packagename -like "Microsoft.MinecraftEducationEdition_1.4.0.0_neutral_~_8wekyb3d8bbwe" | Remove-AppxProvisionedPackage -Online
Get-AppxPackage -AllUsers "Microsoft.MinecraftEducationEdition_1.4.0.0_neutral_~_8wekyb3d8bbwe" | Remove-AppxPackage ?AllUsers
Title: Re: Minecraft EDU
Post by: Statach on July 08, 2019, 11:50:52 AM
Altiris will download it again after running the ps1 remove script unless capita remove at their end.