Jump to content

Recommended Posts

Posted

Hello All, most of the computers are set on Windows 10 pro on our domain however we wanted to change them to Windows 10 education as there is around 60 computers is there any way to do this wide scale rather than going to every single one.

 

Any help is appreciated

 

Kind Regards,

Posted
Depends... what are you using for deployment? If your using SCCM, you should be able to setup an Upgrade Operating System task sequence... if not, we might have to think of some creative ideas. :)
Posted
This got me thinking to a few years back when I had to change a server 2008 R2 to Enterprise Edition and it was a simplish command. I don't know if this will be of any help but may be worth a try if you fit the requirements and if you have no SCCM or re-imaging is out of the question.

 

https://docs.microsoft.com/en-us/education/windows/change-to-pro-education

 

Only issue with that might be that it is Pro Education and not Education. Education has more features than Pro Education ironically.

  • Thanks 1
Posted
I do have netsupport on all the PCs which lets me run files to all computers. So i was thinking if there was a command to install a provisioning package or a command to run a upgrade with the key then I could push it out. Just cant find one
Posted (edited)

What about using dism?

 

Not sure if you can script this or if run manually

 

; Current Win version

Dism /Online /Get-CurrentEdition

 

 

; List Windows Version you can upgrade too

Dism /Online /Get-TargetEditions

 

 

; Change product key to Edu product key

Changepk.exe /productkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

Edited by mdrabble

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