1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    210
    10
    Hello, would you have product.ini 10240 and 10586?
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    No, i don't think i have them.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    Thanks for some info. Can't find much on google.
    Doing a tool to remove things from windows :D
    It's just for me to learn a bit how the things work.
     
  5. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    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!!!.
     
  6. jahike

    jahike MDL Novice

    Oct 30, 2017
    28
    5
    0
    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?
     
  7. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    #27347 Jingzin, Nov 23, 2024
    Last edited: Nov 23, 2024
    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.
     
  8. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    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
     
  9. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    Im not gonna use it because its useless, like your answers.
    Thanks for help.
     
  10. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    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.
     
  11. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    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.
     
  12. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    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"
     
  13. bababafasdfggg

    bababafasdfggg MDL Junior Member

    Oct 5, 2018
    50
    17
    0
    #27354 bababafasdfggg, Nov 25, 2024
    Last edited: Nov 25, 2024
    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.
     
  14. Teufel325

    Teufel325 MDL Novice

    Sep 30, 2009
    1
    0
    0
    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
     
  15. fabricio simoes

    fabricio simoes MDL Senior Member

    Dec 17, 2020
    331
    90
    10
    Will there still be continuity in the MSMG toolkit, it's been a while since there's been an update????
     
  16. MatePonczas

    MatePonczas MDL Novice

    Nov 21, 2015
    36
    10
    0
    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.
     
  17. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
  18. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,866
    90
    @betamaster9 you should probably check your ssd/hdd's health.