LukeAdl Posted June 7, 2019 Posted June 7, 2019 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,
DJ-1701 Posted June 7, 2019 Posted June 7, 2019 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.
Davit2005 Posted June 7, 2019 Posted June 7, 2019 (edited) 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 Edited June 7, 2019 by Davit2005
DJ-1701 Posted June 7, 2019 Posted June 7, 2019 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. 1
LukeAdl Posted June 7, 2019 Author Posted June 7, 2019 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
LukeAdl Posted June 7, 2019 Author Posted June 7, 2019 And the provisioning package freaks out when I try to install it from a remote device.
Davit2005 Posted June 7, 2019 Posted June 7, 2019 This new link then :-) https://docs.microsoft.com/en-us/windows/deployment/upgrade/windows-10-edition-upgrades
mdrabble Posted June 7, 2019 Posted June 7, 2019 (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 June 7, 2019 by mdrabble
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