example.py from havesxs import generate_sxs_name #amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.1_none_bf506ecc66a800df #amd64_microsoft-windows-servicingstack_31bf3856ad364e35_none_4a207b402ad93a1c servicingstack = { 'name': 'Microsoft-Windows-ServicingStack', 'culture': 'none', 'version': '10.0.19041.1', 'publicKeyToken': '31bf3856ad364e35', 'processorArchitecture': 'amd64', 'versionScope': 'nonSxS' } print(generate_sxs_name(servicingstack)) print(generate_sxs_name(servicingstack, winners=True))
thanks in dism .log i found also f675e9a913898a5a edit: with correct pseudokey hash error at the beginning of construction so versioning trick doesn't work
hash of patched wcp.dll edited in amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.28000.1_none_d6d15b9f65ff658e.manifest, but still the same
Good news, glad to hear that. Too bad I don't have the proper hard&software to try it out (blank screen at first boot), and Bedi will stay in beta stage.
29610.1000 enterpriseg x64 constructed by MUCS Code: Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.29610.1000 Current edition is: Current Edition : EnterpriseG The operation completed successfully.
Criar_Arquivo_CAT.cmd Edit: Code: :ASSCAT "%~1" sign /v /fd sha256 /f "C:\OfflineImageSigner.cer" "%~2" goto :eof Steps: Code: 0. Dism /Mount-Image /ImageFile:C:\install.wim /Index:1 /MountDir:C:\mount 1. Run OfflineImageSigner.ps1 2. Run Inject-CertToMountedImage.ps1 3. Run Criar_Arquivo_CAT.cmd 4. Add New Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.28000.1.cat + Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.28000.1.mum from Criar_Arquivo_CAT Folder to sxs Folder 5. Dism /Image:C:\mount /Apply-Unattend:C:\1.xml
Results: Code: PS C:\Users\User> Dism /Image:C:\mount /Apply-Unattend:C:\1.xml Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.28000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.28000.1 [==========================100.0%==========================] The operation completed successfully. PS C:\Users\User> Dism /Image:C:\mount /Apply-Unattend:C:\2.xml Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.28000.1 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. PS C:\Users\User> Dism /Image:C:\mount /Set-Edition:EnterpriseG Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.28000.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. PS C:\Users\User> Sfc /ScanNow /OffBootDir=C:\mount /OffWinDir=C:\mount\Windows Beginning system scan. This process will take some time. Windows Resource Protection did not find any integrity violations. PS C:\Users\User> Dism /Image:C:\mount /Get-CurrentEdition Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.28000.1 Current edition is: Current Edition : EnterpriseG The operation completed successfully. PS C:\Users\User> Dism /Image:C:\mount /Get-TargetEditions Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.28000.1 Editions that can be upgraded to: (The current edition cannot be upgraded to any target editions.) The operation completed successfully. PS C:\Users\User> [All Credit ] Bira Google AI
works with construction too Code: C:\>dism /image:mount /apply-unattend:1.xml Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.28000.1 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully.