None of my old uploads work anymore, the host went crazy and now on their new servers the links are made 10day temp, the Massgrave ISO links still work.
Thanks for some info. Can't find much on google. Doing a tool to remove things from windows It's just for me to learn a bit how the things work.
Guys, i have a little problem. So i have example manifest file: amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_10.0.26100.1_none_05aae033ab703f80.manifest I have also registry key that matches that name: HKLM:\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_10.0.26100.1_none_05aae033ab703f80 Problem is that i need to match the same exact thing in: HKLM:\COMPONENTS\DerivedData\VersionedIndex\10.0.26100.1738 (WinBuild.160101.0800)\ComponentFamilies\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_none_c8ba7229e439fc7d and: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_none_c8ba7229e439fc7d Can't do it becouse i dont know how to get that last part "c8ba7229e439fc7d". Can't see the connection between those. Anyone know how to get that? I need the exact same numbers(and letters) to match things to delete only those that need to be deleted. HELP!!!.
Speaking of Toolkit.cmd, I see that with update 13.7 "Microsoft.AVCEncoderVideoExtension_8wekyb3d8bbwe.xml" was added to the AppLicense folder, but the .AppxBundle for it is not in the "Apps" folder MSMG has listed online (this is just an oberservation, and no problem, as I can download it myself and already have) but it was not implemented support for AVCEncoderVideoExtension in the Toolkit.cmd script. I see that it is not supported in IMCK 13.7 either, but that is understandable, as it is based on MSMG Toolkit 13.7. When you go through and update Toolkit.cmd, will support for AVCEncoderVideoExtension be added as well?
Didn't read your question just screenshooted it and showed to gemini asking ai if it can help, did it help? Code: " Certainly! I can help you with this. Here's how to get the last part of the registry key, which is the hash of the file: Use a tool like Powershell or a registry editor to access the registry keys. Navigate to the registry key that contains the file name and hash. For example, HKLM:\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_10.0.26100.1_none_05aae033ab703f80. Read the value of the Hash or FileHash registry entry. This will be the hash of the file. Compare the hash to the hash in the other registry keys. If they match, the file is the same. Here is an example of how to do this using Powershell: PowerShell $registryKey = "HKLM:\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-a..ep-chxapp.appxsetup_31bf3856ad364e35_10.0.26100.1_none_05aae033ab703f80" $hash = Get-ItemProperty -Path $registryKey -Name Hash | Select-Object -ExpandProperty Hash Use code with caution. Once you have the hash, you can compare it to the hashes in the other registry keys to find matching files. I hope this helps! Let me know if you have any other questions.
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.