That key doesnt have that property name "hash", here is the list of properties: S256H identity f!appxmanifest.xml f!appxblockmap.xml f!appxsignature.p7x c!microsoft-w..oyment04140_31bf3856ad364e35_10.0.26100.1742_bf18ace204a97877
Not that useless I just don't have much time anymore. Yesterday uploaded toolkit.cmd to chatgpt code copilot and asked it to correct toolkit.cmd so it supports windows 11 24h2 and ai did it, even was showing lines it was correcting. I haven't tested it as no much free time anymore. You could easily find all you answers and how to fix your issue using AIs. So don't be afraid.
With this u can't. And u find that with many other things u can't also. So u need to start thinking "by yourself". And while using more and more AI u will loose that ability totally.
So the main problem is connection between this key: HKLM:\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_10.0.26100.1_none_05aae033ab703f80 And those two: HKLM:\COMPONENTS\DerivedData\VersionedIndex\10.0.26100.1738 (WinBuild.160101.0800)\ComponentFamilies\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_none_c8ba7229e439fc7d HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_none_c8ba7229e439fc7d The problem is : 05aae033ab703f80 And : c8ba7229e439fc7d And after two hours wasting time on stupid AI i ended up with nothing. Maybe its "truncated hash" or maybe "unique numbers and letters". Both give me "BIG NOTHING"
So i made a script in powershell that uses few .manifest files located in WinSxS directory (depends how many thing i want to remove use). Only those. Example: #Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewy $PeopleExperienceHost = @( "amd64_microsoft-windows-i..levance-queryclient_31bf3856ad364e35_10.0.26100.1_none_b3ac5c7bf14e54f0.manifest", "amd64_microsoft-windows-i..al-people-relevance_31bf3856ad364e35_10.0.26100.1591_none_f6469ba7f6220709.manifest", "amd64_microsoft-windows-p...appxmain.resources_31bf3856ad364e35_10.0.26100.1_pl-pl_8ca1a5a0614e2458.manifest", "amd64_microsoft-windows-p..riencehost.appxmain_31bf3856ad364e35_10.0.26100.1150_none_7da6e7654a833d6c.manifest", "amd64_microsoft-windows-p..iencehost.appxsetup_31bf3856ad364e35_10.0.26100.1_none_838db81eea600c10.manifest") And by reading that .manifest im getting (files, registry keys, scheduled tasks, services etc.) Of course need to remove all hard-links also. And remove also SCHEMA registry key(s) if they are present. Need to find registry keys in COMPONENTS hive and also remove it. HKLM:\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_10.0.26100.1_none_05aae033ab703f80 And i need to match those with: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_none_c8ba7229e439fc7d It need to be exact thing because some things in there are with same name and just that last part of the key name is different. Tested my script on live windows 11 ltsc. My script only accept single variable with array to do this. I know that i put wrong registry keys for that manifests its just an example. I really doubt that Windows Update will make that thing back, didn't tested it yet. And SFC/ScanNow reports no errors.
Hello, I'm new here and use Toolkit. I wanted to update Windows from 22621.4460 to 22621.4541 "C:\Toolkit_v13.7\Updates\w11"windows11.0-kb5046732-x64_1bf296dfb373b6d12bcf97bb6f1ef335cbfaeb07.msu I copied everything into the right folder. Unfortunately nothing happened Used an original version from MSDN. Teufel325
Will there still be continuity in the MSMG toolkit, it's been a while since there's been an update????
Hello everyone. Does anybody have a contact with MSMG? Maybe he diet, as we wouldn't like it to happen. I have lost any hope as this project could be reborn.
For Windows 11 24H2 Classic Install Setup better Functional there Solution to Create a Winpeshl.ini which is manualy to Copy into Monuted Boot.wim Setup Image into Folder /Windows/System32 ( maybe after Copy the Inheritance authorization is to remove and set System as owner in File Properties) So Winpeshl.ini content should be: [LaunchApp] AppPath = %SYSTEMDRIVE%\sources\setup.exe
Guys, how to find connection between: Microsoft-Windows-SenseClient-FoD-Package~31bf3856ad364e35~amd64~~10.0.26100.1.mum and C:\Windows\WinSxS\Manifests ? I found these manifests: "amd64_microsoft-windows-s..oyment-languagepack_31bf3856ad364e35_10.0.26100.1_pl-pl_1b214ff787d7d401.manifest", "amd64_microsoft-windows-senseclient-deployment_31bf3856ad364e35_10.0.26100.1_none_193a5a74934f87c6.manifest", "amd64_windows-senseclient-mdm_31bf3856ad364e35_10.0.26100.1_none_291b7793209cfed2.manifest", "amd64_windows-senseclient-service.resources_31bf3856ad364e35_10.0.26100.1_pl-pl_b13f932df25397fd.manifest", "amd64_windows-senseclient-service_31bf3856ad364e35_10.0.26100.1_none_a518656df7c165fb.manifest" But can't see any connection inside that files to package or to manifest. It should be connected somehow for sure. Manifest is the egg? or chicken? or maybe mum file?
Anybody know if MSMG can be run twice, in sequence, to modify two Windows index entries on a single ISO? For instance Index #6 for Windows 11 Pro and Index #11 for Windows for Workstations, assuming the ISO from UUDUMP only contains those two versions in the ISO index.
I can help you. Can you find me on Discord? Its better for sharing code blocks and for tests when we are in development.
This should be up to MSMG. I am out of time... I have promised an update for Toolkit.cmd and I couldn't finished it yet. Just update your Package Manager app (Bandizip, 7zip, WinRAR, etc).
All right, no worries. I don't have a lot of time on my hands either this holiday season, so I know how it is.