Hello I have Windows 10 1809 Consumer ISO. How do I go about deleting all the versions except Professional edition? Thank you.
Extract the consumer iso and run this cmd in an elevated cmd: Code: dism /English /Get-WimInfo /WimFile:x:\install.wim Check which index is Pro, use the index nr at the next line at /SourceIndex:X dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity Now replace the original wim with the newly exported one.
Thank you very much for replying so quickly. I forgot to mention that I wanted Pro and Pro N (indexes 3 & 4). Would I uses /SourceIndex:3,4 ? Thanks again!
For two indexes to be exported just repeat this line with the different /sourceindex:X in, like this: Code: dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:3 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:4 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
Using either UUP or ESD you can make ISO with only Pro. 17763.379.190312-0539.rs5_release_svc_refresh_CLIENTCONSUMER_RET_x64FRE_en-us.esd 17763.379.190312-0539.RS5_RELEASE_SVC_REFRESH_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO
I have Windows 10 ISO Dated April 2019. How can I find out what build of Windows 10? for Example: Code: 17763.379.190312-0539.rs5 I appreciate any and all comments. Thank You!
It is the first two numbers, 17763.379 17763 is October 2018 Update and 18362 is May 2019 Update. 17134 is April 2018 Update. Older versions were not supported anymore.
Does anyone know what these iot versions are for or what makes them differ from the regular ones? Code: en_windows_10_iot_enterprise_ltsc_2019_x86_dvd_2255a237.iso en_windows_10_iot_core_version_1809_updated_sept_2018_arm32_arm64_x86_x64_dvd_eea4d696.iso I was checking msdn.rg-adguard.net for some sums and I came across them. ---edit I am talking about installations on regular x86/x64 hardware, not arm/arm64.
Thanks. I found this about iot core version, so I won't bother testing it. Code: Windows 10 IoT Core, which runs Universal Windows Platform (UWP) apps