angelkyo Posted June 8, 2018 Share Posted June 8, 2018 About how to convert SKU, homebrew Windows 10 17134.1 Enterprise S/SN. The following tutorial uses the Enterprise SN as an example, and the S edition is the same. Load the en_windows_10_business_editions_version_1803_updated_march_2018_x64_dvd_12063333.iso and export the Enterprise Edition image to F:\Ent.wim DISM.exe /Export-Image /SourceImageFile:E:\sources\install.wim /SourceIndex:2 /DestinationImageFile:F:\Ent.wim Mount the Ent.wim to F:\mount DISM.exe /Mount-Wim /WimFile:F:\Ent.wim /index:1 /MountDir:F:\mount Add two SKU packages: dism /image:F:\mount /Add-Package:F:\Microsoft-Windows-Editions-EnterpriseSN-Package-amd64-10.0.14393.0.cab dism /image:F:\mount /Add-Package:F:\Microsoft-Windows-Security-SPP-Component-SKU-EnterpriseSN-Package-amd64-10.0.14393.0.cab For Enterprise S x64: Site:https://www.upload.ee ShareCode:/files/8535360/EnterpriseS.zip.html For Enterprise SN x64: Site:https://www.upload.ee ShareCode:/files/8535355/EnterpriseSN.zip.html Then perform DISM.exe /Image:F:\mount /Get-CurrentEdition see it can correctly identify the system version? Error: 0x800f0805 Unrecognized because SN edition information was not added to the Component Based Servicing of the registry Use NSudo to open the registry Select HKEY_LOCAL_MACHINE, and then File-Load Hive. find F:\mount\Windows\System32\config\SOFTWARE and load it, load name 12345 Registry Editor, File - Import EntSN.reg Registry Editor, Select 12345, File - Unload Hive. Use NSudo to run the CMD command prompt and copy the two files to F:\mount\Windows\servicing\Packages Two file is: Microsoft-Windows-EnterpriseSNEdition~31bf3856ad364e35~amd64~~10.0.14393.0.cat Microsoft-Windows-EnterpriseSNEdition~31bf3856ad364e35~amd64~~10.0.14393.0.mum xcopy F:\Microsoft-Windows-EnterpriseSNEdition~31bf3856ad364e35~amd64~~10.0.14393.0.* F:\mount\Windows\servicing\Packages Set product key: DISM.exe /Image:F:\mount /Set-ProductKey:QFFDN-GRT3P-VKWWX-X7T3R-8B639 Let's execute DISM.exe again DISM.exe /Image:F:\mount /Get-CurrentEdition Finally, save the changes DISM.exe /Unmount-Wim /MountDir:F:\mount /commit Export, this step can not be less, the revised image must be re-exported, do not ask why. DISM.exe /Export-Image /SourceImageFile:F:\Ent.wim /SourceIndex:1 /DestinationImageFile:F:\install.wim Done. Link to comment Share on other sites More sharing options...
user@nsaneforums Posted June 8, 2018 Share Posted June 8, 2018 need space dism /image:F:\mount /Add-Package:F:\Microsoft-Windows-Editions-EnterpriseSN-Package-amd64-10.0.14393.0.cab dism /image:F:\mount /Add-Package:F:\Microsoft-Windows-Security-SPP-Component-SKU-EnterpriseSN-Package-amd64-10.0.14393.0.cab DISM.exe /Unmount-Wim /MountDir:F:\mount /commit my EnterpriseS Link to comment Share on other sites More sharing options...
user@nsaneforums Posted June 12, 2018 Share Posted June 12, 2018 do you have the needed files for the x86 ? Link to comment Share on other sites More sharing options...
angelkyo Posted June 12, 2018 Author Share Posted June 12, 2018 2 hours ago, user@nsaneforums said: do you have the needed files for the x86 ? For Enterprise S x86 Site: https://www.upload.ee ShareCode: /files/8552314/EntS_x86.zip.html For Enterprise SN x86 Site: https://www.upload.ee ShareCode: /files/8552321/EntSN_x86.zip.html Link to comment Share on other sites More sharing options...
user@nsaneforums Posted June 14, 2018 Share Posted June 14, 2018 @angelkyo how do you get those files? cab/cat/mum is sure that ? SourceIndex:2 WIM Information: --------------------- GUID: {F3FF33DA-F690-4DC8-AF7D-73BBD90C85CF} Image Count: 10 Compression: LZX Part Number: 1/1 Attributes: 0x8 RP_FIX Image Index: 1 ------------------- Name: Windows 10 Education Description: Windows 10 Education Flags: Education Files: 102213 Folders: 20912 Expanded Size: 14924 MB Image Index: 2 ------------------- Name: Windows 10 Education N Description: Windows 10 Education N Flags: EducationN Files: 95603 Folders: 20234 Expanded Size: 13896 MB Image Index: 3 ------------------- Name: Windows 10 Enterprise Description: Windows 10 Enterprise Flags: Enterprise Files: 102215 Folders: 20912 Expanded Size: 14924 MB Image Index: 4 ------------------- Name: Windows 10 Enterprise N Description: Windows 10 Enterprise N Flags: EnterpriseN Files: 95600 Folders: 20234 Expanded Size: 13896 MB Image Index: 5 ------------------- Name: Windows 10 Pro Description: Windows 10 Pro Flags: Professional Files: 102210 Folders: 20912 Expanded Size: 14924 MB Image Index: 6 ------------------- Name: Windows 10 Pro N Description: Windows 10 Pro N Flags: ProfessionalN Files: 95599 Folders: 20234 Expanded Size: 13896 MB Image Index: 7 ------------------- Name: Windows 10 Pro Education Description: Windows 10 Pro Education Flags: ProfessionalEducation Files: 102211 Folders: 20912 Expanded Size: 14924 MB Image Index: 8 ------------------- Name: Windows 10 Pro Education N Description: Windows 10 Pro Education N Flags: ProfessionalEducationN Files: 95601 Folders: 20234 Expanded Size: 13896 MB Image Index: 9 ------------------- Name: Windows 10 Pro for Workstations Description: Windows 10 Pro for Workstations Flags: ProfessionalWorkstation Files: 102212 Folders: 20912 Expanded Size: 14924 MB Image Index: 10 ------------------- Name: Windows 10 Pro N for Workstations Description: Windows 10 Pro N for Workstations Flags: ProfessionalWorkstationN Files: 95602 Folders: 20234 Expanded Size: 13896 MB Link to comment Share on other sites More sharing options...
angelkyo Posted June 15, 2018 Author Share Posted June 15, 2018 21 hours ago, user@nsaneforums said: @angelkyo how do you get those files? cab/cat/mum cab package export: https://forums.mydigitallife.net/threads/package-telemetry-removal-guide-v1-0.70798/page-3#post-1271056 cat&mum In the install.wim file. Link to comment Share on other sites More sharing options...
DelMember26 Posted June 15, 2018 Share Posted June 15, 2018 whats the advantage of using enterpriseS in win 10 1803? does it changes 1803 usual windows update cycle or does it removes all the metro apps? Link to comment Share on other sites More sharing options...
jonaaa20 Posted June 15, 2018 Share Posted June 15, 2018 10 hours ago, ShiningDog said: whats the advantage of using enterpriseS in win 10 1803? does it changes 1803 usual windows update cycle or does it removes all the metro apps? I didn't see any advantages by using it and no, it doesn't remove all the metro apps. Link to comment Share on other sites More sharing options...
JeepWillys58 Posted March 2, 2021 Share Posted March 2, 2021 On 6/8/2018 at 7:24 AM, angelkyo said: About how to convert SKU, homebrew Windows 10 17134.1 Enterprise S/SN. The following tutorial uses the Enterprise SN as an example, and the S edition is the same. Load the en_windows_10_business_editions_version_1803_updated_march_2018_x64_dvd_12063333.iso and export the Enterprise Edition image to F:\Ent.wim DISM.exe /Export-Image /SourceImageFile:E:\sources\install.wim /SourceIndex:2 /DestinationImageFile:F:\Ent.wim Mount the Ent.wim to F:\mount DISM.exe /Mount-Wim /WimFile:F:\Ent.wim /index:1 /MountDir:F:\mount Add two SKU packages: dism /image:F:\mount /Add-Package:F:\Microsoft-Windows-Editions-EnterpriseSN-Package-amd64-10.0.14393.0.cab dism /image:F:\mount /Add-Package:F:\Microsoft-Windows-Security-SPP-Component-SKU-EnterpriseSN-Package-amd64-10.0.14393.0.cab For Enterprise S x64: Site:https://www.upload.ee ShareCode:/files/8535360/EnterpriseS.zip.html For Enterprise SN x64: Site:https://www.upload.ee ShareCode:/files/8535355/EnterpriseSN.zip.html Then perform DISM.exe /Image:F:\mount /Get-CurrentEdition see it can correctly identify the system version? Error: 0x800f0805 Unrecognized because SN edition information was not added to the Component Based Servicing of the registry Use NSudo to open the registry Select HKEY_LOCAL_MACHINE, and then File-Load Hive. find F:\mount\Windows\System32\config\SOFTWARE and load it, load name 12345 Registry Editor, File - Import EntSN.reg Registry Editor, Select 12345, File - Unload Hive. Use NSudo to run the CMD command prompt and copy the two files to F:\mount\Windows\servicing\Packages Two file is: Microsoft-Windows-EnterpriseSNEdition~31bf3856ad364e35~amd64~~10.0.14393.0.cat Microsoft-Windows-EnterpriseSNEdition~31bf3856ad364e35~amd64~~10.0.14393.0.mum xcopy F:\Microsoft-Windows-EnterpriseSNEdition~31bf3856ad364e35~amd64~~10.0.14393.0.* F:\mount\Windows\servicing\Packages Set product key: DISM.exe /Image:F:\mount /Set-ProductKey:QFFDN-GRT3P-VKWWX-X7T3R-8B639 Let's execute DISM.exe again DISM.exe /Image:F:\mount /Get-CurrentEdition Finally, save the changes DISM.exe /Unmount-Wim /MountDir:F:\mount /commit Export, this step can not be less, the revised image must be re-exported, do not ask why. DISM.exe /Export-Image /SourceImageFile:F:\Ent.wim /SourceIndex:1 /DestinationImageFile:F:\install.wim Done. Hi dear friend I hope you and all yours be safe and okay. Could you please upload these files again? Thanks in advanced Regards @JeepWillys58 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.