1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I'm sorry, I expressed myself badly. I'm happy with custom ISO and InPlace upgrade method.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. 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?
     
  3. 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?
     
  4. 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.
     
  5. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    @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.
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  7. 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"="-"
     
  8. MSMG

    MSMG MDL Developer

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

     
  9. babyboom666

    babyboom666 MDL Novice

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

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes will update it soon.

     
  11. 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? ;)
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #20373 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"=-
    

     
  13. 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:

  14. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @MSMG
    How does this affect my removal of XboxApp, which is listed in the below RemovePkgsList.txt? Should I add these to the list?
    GameExplorer
    MapControl
    OneDrive
    PeopleExperienceHost
    RetailDemoContent
    SecureAssessmentBrowser
    SkypeORTC
    WindowsMixedReality
    WindowsStoreClient
    XboxClient
    XboxGameCallableUI
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Calculator
    Camera
    CommunicationsApps
    Cortana
    DesktopAppInstaller
    FeedbackHub
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    Photos
    ServicesStoreEngagement
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    StorePurchaseApp
    VP9VideoExtensions
    WalletService
    WebMediaExtensions
    WebpImageExtensions
    WindowsStoreApp
    XboxApp
    XboxIdentityProvider
    YourPhone
    ZuneMusic
    ZuneVideo
     
  15. ck3a19

    ck3a19 MDL Novice

    May 20, 2016
    20
    1
    0
    Thank you, please guide me how to integrate CU 194
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If you want to remove all Xbox components excluding Xbox Back-end for Windows 10 then you need to add these to the list.

    Code:
    XboxApp
    XboxGameOverlay
    XboxGamingOverlay
    XboxIdentityProvider
    XboxSpeechToTextOverlay
    
    If you want to remove all Xbox components excluding Xbox Back-end for Windows 11 then you need to add these to the list.

    Code:
    GamingApp
    XboxGameOverlay
    XboxGamingOverlay
    XboxIdentityProvider
    XboxSpeechToTextOverlay
    
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Check the readme.txt for instructions to use the Integrate WHD update pack method.