hey guys, looking for a quick tool to convert the latest pro/home iso I have (install.wim) to education version? thanks
You do know that from 16299.15 and up all iso's are full AiO iso's? @abbodi1406 provides a script that should do all for you (inside his UUP>ISO download), or @s1ave77 provides WES (Wim Edition Switcher). Or manually (using the consumer iso): Run in ADK DISM cmd (elevated): Code: Dism /mount-wim /wimfile:x:\install.wim /index:1 /mountdir:c:\mount dism.exe /image:c:\mount /Get-CurrentEdition dism.exe /image:c:\mount /Get-TargetEditions dism.exe /image:c:\mount /Set-Edition:Education dism /unmount-wim /mountdir:c:\mount /commit imagex /flags "Education" /info "x:\install.wim" 1 "Win 10 Education" "Win 10 Education"
thanks I know, I had a brain fart, lol.......long day.........I was trying use pro index to convert instead of core......go me, lol...
I find abbodis script the easiest and I believe they are all similarly fast since they use dism to do the job and you can also do it manually using dism.
Home or pro, both should work, depending on the build. Some builds work from both and some from home/csl/cloud.
Available targets from 17751.1 Home: Code: Getting Target Editions FOUND : CoreSingleLanguage FOUND : Professional FOUND : ProfessionalEducation FOUND : ProfessionalWorkstation FOUND : Education FOUND : ProfessionalCountrySpecific FOUND : ProfessionalSingleLanguage FOUND : ServerRdsh FOUND : Enterprise Spoiler: Home > Edu 17751.1 using WES Code: EDITION SWITCHER MAIN MENU WIMFILE : F:\uupdl-master14.56\17751.1.180828-1428.RS5_RELEASE_CLIENTMULTI_UUP_x64FRE_EN-US\sources\install.wim SOURCE SKU : Core TARGET SKU : Education TARGET NAME: Windows 10 Education TARGET DESC: Windows 10 Education [01] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Home | Core [02] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Pro | Professional [03] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Home N | CoreN [04] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Pro N | ProfessionalN Source: Core at index: 1 [A] AUTO TARGET CREATION [I] EXPORT INDICES [O] OPTIMIZE WIM [C] CHECK SPECIFIC WIM [D] DISCARD FAILED MOUNTS [N] SET NEW DATA [E] EXIT YOUR CHOICE ?: A Exporting index 1 to new WIM New WIM: E:\Test\wes.v0.01.24\install.install.edu.wim.wim Deployment Image Servicing and Management tool Version: 10.0.15063.0 Exporting image [==========================100.0%==========================] The operation completed successfully. Mounting new WIM Deployment Image Servicing and Management tool Version: 10.0.15063.0 Mounting image [==========================100.0%==========================] The operation completed successfully. Getting Target Editions FOUND : CoreSingleLanguage FOUND : Professional FOUND : ProfessionalEducation FOUND : ProfessionalWorkstation FOUND : Education FOUND : ProfessionalCountrySpecific FOUND : ProfessionalSingleLanguage FOUND : ServerRdsh FOUND : Enterprise TARGET FOUND. Setting Edition to Education Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image Version: 10.0.17751.1 Starting to update components... Starting to install product key... Finished installing product key. Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.17751.1 Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.17751.1 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Unmounting Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image File : E:\Test\wes.v0.01.24\install.install.edu.wim.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Setting Flags for Education ImageX Tool for Windows Copyright (C) Microsoft Corp. All rights reserved. Version: 10.0.10011.16384 Successfully set image name: [Windows 10 Education] Successfully set image description: [Windows 10 Education] Successfully set image flags: [Education] WIM Info Verbose Deployment Image Servicing and Management tool Version: 10.0.15063.0 Details for image : E:\Test\wes.v0.01.24\install.install.edu.wim.wim Index : 1 Name : Windows 10 Education Description : Windows 10 Education Size : 14.714.033.061 bytes WIM Bootable : No Architecture : x64 Hal : <undefined> Version : 10.0.17751 ServicePack Build : 1 ServicePack Level : 0 Edition : Education Installation : Client ProductType : WinNT ProductSuite : Terminal Server System Root : WINDOWS Directories : 18812 Files : 87294 Created : 29/08/2018 - 13:30:55 Modified : 03/09/2018 - 22:59:14 Languages : en-US (Default) The operation completed successfully. Exporting [P]proceed or [S]kip ?: Available targets from 17751.1 Pro: Code: Getting Target Editions FOUND : ProfessionalEducation FOUND : ProfessionalWorkstation FOUND : Education FOUND : ProfessionalCountrySpecific FOUND : ProfessionalSingleLanguage FOUND : ServerRdsh FOUND : Enterprise Spoiler: Pro > Edu 17751.1 using WES Code: EDITION SWITCHER MAIN MENU WIMFILE : F:\uupdl-master14.56\17751.1.180828-1428.RS5_RELEASE_CLIENTMULTI_UUP_x64FRE_EN-US\sources\install.wim SOURCE SKU : Professional TARGET SKU : Education TARGET NAME: Windows 10 Education TARGET DESC: Windows 10 Education [01] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Home | Core [02] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Pro | Professional [03] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Home N | CoreN [04] 31/08/2018 en-US x64 10.0.17751.1 Windows 10 Pro N | ProfessionalN Source: Professional at index: 2 [A] AUTO TARGET CREATION [I] EXPORT INDICES [O] OPTIMIZE WIM [C] CHECK SPECIFIC WIM [D] DISCARD FAILED MOUNTS [N] SET NEW DATA [E] EXIT YOUR CHOICE ?: A Exporting index 2 to new WIM New WIM: E:\Test\wes.v0.01.24\install.install.edu.2.wim.wim Deployment Image Servicing and Management tool Version: 10.0.15063.0 Exporting image [==========================100.0%==========================] The operation completed successfully. Mounting new WIM Deployment Image Servicing and Management tool Version: 10.0.15063.0 Mounting image [==========================100.0%==========================] The operation completed successfully. Getting Target Editions FOUND : ProfessionalEducation FOUND : ProfessionalWorkstation FOUND : Education FOUND : ProfessionalCountrySpecific FOUND : ProfessionalSingleLanguage FOUND : ServerRdsh FOUND : Enterprise TARGET FOUND. Setting Edition to Education Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image Version: 10.0.17751.1 Starting to update components... Starting to install product key... Finished installing product key. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Unmounting Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image File : E:\Test\wes.v0.01.24\install.install.edu.2.wim.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Setting Flags for Education ImageX Tool for Windows Copyright (C) Microsoft Corp. All rights reserved. Version: 10.0.10011.16384 Successfully set image name: [Windows 10 Education] Successfully set image description: [Windows 10 Education] Successfully set image flags: [Education] WIM Info Verbose Deployment Image Servicing and Management tool Version: 10.0.15063.0 Details for image : E:\Test\wes.v0.01.24\install.install.edu.2.wim.wim Index : 1 Name : Windows 10 Education Description : Windows 10 Education Size : 14.761.039.039 bytes WIM Bootable : No Architecture : x64 Hal : <undefined> Version : 10.0.17751 ServicePack Build : 1 ServicePack Level : 0 Edition : Education Installation : Client ProductType : WinNT ProductSuite : Terminal Server System Root : WINDOWS Directories : 18865 Files : 87342 Created : 29/08/2018 - 14:02:39 Modified : 03/09/2018 - 23:07:37 Languages : en-US (Default) The operation completed successfully. Exporting [P]proceed or [S]kip ?: