1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Microsoft has ported DirectX 9 Runtime to Store Appx format as a dependency component for Gaming App (Xbox App) for Windows 11 v22H1

    Code:
    Microsoft.DirectXRuntime_9.29.1974.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.DirectXRuntime_9.29.1974.0_x86__8wekyb3d8bbwe.Appx
    
    Also there a new dependent component for Gaming App (Xbox App) for Windows 11 v22H1

    Code:
    Microsoft.GamingServices_2.57.3002.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    
    Probably these components may be required for Windows 11 v21H2 too.
     
  2. 1kari

    1kari MDL Novice

    Oct 14, 2018
    19
    9
    0
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    No, it's not a solution to your question. But it is a good practice to let the use of Windows Update aside if it is for personal use.

    I create my Uupdump Isos without the Edgechromium. And, I'm not having problems with this way. I have to test a windows update to know if there is bothering. But it is not worth the effort, if within that practice I am being happy.
     
  4. 1kari

    1kari MDL Novice

    Oct 14, 2018
    19
    9
    0
    How will you tell us?
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,647
    3,390
    60
    I'm sorry, I expressed myself badly. I'm happy with custom ISO and InPlace upgrade method.
     
  6. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    @MSMG -

    I just need a more compacted Win 10 VHD:
    * For use as a iDevice Backup toolkit which means:

    * Apple iTunes + iCloud and
    * Maybe iMazing

    For making local backups.

    But it needs to be "working" in terms of .NET etc whatever is needed for Apple

    What SECTIONS would SURELY be the safest to remove using MSMG without issue and which might be in GRAY areas?
     
  7. crashnburn

    crashnburn MDL Addicted

    Mar 18, 2010
    574
    25
    30
    Is there a how to for this method?

    How often do you guys do this method?

    Is there a way to "semi script" it so that doing it maybe once in a while is easier to repeat everytime?


    This method is not same as the above mentioned Custom ISO method?

    Please do share links to both methods / pros vs cons?
     
  8. maka213

    maka213 MDL Novice

    Aug 24, 2012
    41
    12
    0

    Modify your ISO with the Toolkit and then run the ISO on your system and follow the instructions. It's actually pretty easy. I do it whenever the Toolkit is updated to work with the newest ISO's.
     
  9. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,672
    2,223
    60
    @MSMG When integrating visual c++ runtimes, the toolkit is still looking for v2019 instead of v2022. Renaming the file in the VCRuntime folder lets integration run successfully.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    I haven't tried Apple software's with components removed custom image created with Toolkit.

    You can try removing all but Multimedia, System components and test the image.

    Then you can try removing selected components from Multimedia and System components and see if it works.

     
  11. 1kari

    1kari MDL Novice

    Oct 14, 2018
    19
    9
    0
    Question for the experts. Why am I not integrating this registry key with toolkit?

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\AppX90nv6nhay5n6a98fnetv7tpk64pp35es\Application]
    "AppUserModelID"="-"
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Yes the VC Runtime 2019 Pack has been replaced with 2022, the next Toolkit version will work without issue.

     
  13. babyboom666

    babyboom666 MDL Novice

    Nov 14, 2010
    36
    16
    0
    @MSMG Please update NET5 (Win10) to 5.0.10 version ;)
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Yes will update it soon.

     
  15. 1kari

    1kari MDL Novice

    Oct 14, 2018
    19
    9
    0
    I'll answer myself... v11.8 adds the key without any problems. Who can guess what it's for? ;)
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    #20397 MSMG, Sep 18, 2021
    Last edited: Sep 18, 2021
    (OP)
    Is that reg key is deleting or assigning the subkey value? if it's deleting the subkey value then the correct syntax is

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\AppX90nv6nhay5n6a98fnetv7tpk64pp35es\Application]
    "AppUserModelID"=-
    

     
  17. 1kari

    1kari MDL Novice

    Oct 14, 2018
    19
    9
    0
    This key cleans up the trash after the trashmongers.... I had to look for a solution myself. It was nowhere to be found.
     

    Attached Files:

  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210