Author Topic: Minecraft EDU  (Read 8149 times)

0 Members and 1 Guest are viewing this topic.

Offline dfinney

  • Technicians
  • Board Veteran
  • *****
  • Posts: 1906
  • Gender: Male
    • Wallace high school
Minecraft EDU
« 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.
"Education is a progressive discovery of our own ignorance."

Offline Statach

  • Technician
  • Full Member
  • *
  • Posts: 241
  • Gender: Male
  • Speciality: Server admin
Re: Minecraft EDU
« Reply #1 on: June 17, 2019, 02:11:01 PM »
Yep on 80 machines here, would like a stand alone server option like the old version.

Offline dfinney

  • Technicians
  • Board Veteran
  • *****
  • Posts: 1906
  • Gender: Male
    • Wallace high school
Re: Minecraft EDU
« Reply #2 on: June 17, 2019, 04:26:18 PM »
Same here.
"Education is a progressive discovery of our own ignorance."

Offline Renegade

  • Full Member
  • ***
  • Posts: 130
  • Gender: Male
Re: Minecraft EDU
« Reply #3 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.

Offline dfinney

  • Technicians
  • Board Veteran
  • *****
  • Posts: 1906
  • Gender: Male
    • Wallace high school
Re: Minecraft EDU
« Reply #4 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.
"Education is a progressive discovery of our own ignorance."

Offline Statach

  • Technician
  • Full Member
  • *
  • Posts: 241
  • Gender: Male
  • Speciality: Server admin
Re: Minecraft EDU
« Reply #5 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.

Offline zyber

  • Full Member
  • ***
  • Posts: 235
Re: Minecraft EDU
« Reply #6 on: June 26, 2019, 10:12:02 AM »
The group is only to allow install. once installed, then everyone can use it.

Offline dfinney

  • Technicians
  • Board Veteran
  • *****
  • Posts: 1906
  • Gender: Male
    • Wallace high school
Re: Minecraft EDU
« Reply #7 on: June 26, 2019, 01:11:35 PM »
Yeah, zyber i was wondering was it install only.

"Education is a progressive discovery of our own ignorance."

Offline Renegade

  • Full Member
  • ***
  • Posts: 130
  • Gender: Male
Re: Minecraft EDU
« Reply #8 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.

Offline Renegade

  • Full Member
  • ***
  • Posts: 130
  • Gender: Male
Re: Minecraft EDU
« Reply #9 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

Offline Statach

  • Technician
  • Full Member
  • *
  • Posts: 241
  • Gender: Male
  • Speciality: Server admin
Re: Minecraft EDU
« Reply #10 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.