1. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    Since Windows Terminal is not included in MSMG's Toolkit Packs, anybody know the best way to integrate Windows Terminal into Install.wim? Should I use the command, below, before or after preparing a MSMG image?

    Code:
    DISM.exe /Online /Add-ProvisionedAppxPackage
    /PackagePath:C:\path\to\msix\bundle\WindowsTerminal.msixbundle
    /DependencyPackagePath:C:\path\to\Microsoft.WindowsTerminal\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe.appx
    /DependencyPackagePath:C:\path\to\Microsoft.WindowsTerminal\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x86__8wekyb3d8bbwe.appx
    /LicencePath:C:\path\to\msix\license\file\License.xml
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    i dont think so because of you could use it, name it MrNico98 Toolkit and claim its yours ;)
     
  4. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    Not sure if that will make you happy but what i normally do is to use toolkit for whatever then install windows do more mods including adding apps like terminal etc then i use Dism++ to create .wim file which you can make bootable or add to windows iso installation or use it as backup you can restore in less than 3min.
     
  5. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    Thx u
     
  6. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0

    I only asked, I didn't say anything else
     
  7. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    However I read that ToolkitHelper.exe is FREEWARE so can I use it?
     
  8. Skunk1966

    Skunk1966 MDL Member

    Jul 15, 2011
    198
    242
    10
    the answer's in your question lol (freeware)
     
  9. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    yes its freeware and you can use it as long as you wish and if you like it you should think of donating few $ to MSMG creator of this toolkit.
     
  10. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    Absolutely yes, thank you
     
  11. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    #26731 MrNico98, Jan 12, 2024
    Last edited: Jan 12, 2024
    I try to use "ToolkitHelper.exe" but this error appears "error.PNG"
    I also attach the code "cattura1.PNG", and what cmd doing "cmd.PNG"
    How i can fix?

    %mount% is the folder Mount where is mounted one index of install.wim
     

    Attached Files:

  12. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    MSMG ToolKit v13.6
    + Updated the Feature "Remove Windows Component" to support Windows 11 Client v22H2 (v10.0.22621.1/v10.0.2262x.2134 [KB5029263])

    looks like 10.0.22631.2428 is unsupported...
     
  13. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    @Jingzin. Thanks. I use DISM++ and will try your advice. I got away from DISM++ because, for me, it made much larger *.wim files than MSMG and some other apps, sometimes by as much as 90-100MB even after I ran DISM++ image clean up.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    How can I remove Cortana in version 23H2? Does anyone have the code to do this?
     
  15. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    before using dism++ to create backup.wim use dism++ /disk cleanup to clean up sxs and other folders. Both dism++ and toolkit use the same commands and likely reason why toolkit created slimmer wim file is because of you used clean up wim option inside toolkit and didnt do cleaning before creating wim using dism++.
    also you should check dism++ options/more settings and change compression rate if you want smaller wim file and check exclusion list to make wim file even smaller.
     
  16. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    #26736 Jingzin, Jan 12, 2024
    Last edited: Jan 12, 2024
    didnt know theres cortana in 23h2.
    open admin cmd type winget list if it doesnt work open ms store and update app installer.
    then open cmd or termial again and type winget list
    see if cortana is there if so copy its full name
    type winget uninstall paste whatever you copied
    this works even against edge
     
  17. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    on install.wim
     
  18. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    use toolkit if you want to remove cortana or else from install.wim
     
  19. jifeiyun

    jifeiyun MDL Novice

    Aug 12, 2023
    16
    1
    0
    How to add third-party Apps
    Such as: Microsoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe.Appx
    B9ECED6F.ArmouryCrate_5.7.9.0_neutral_~_qmba6cd70vzyy.Msixbundle
     
  20. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    myself i would add it in windows using winget, armourycrate you can download from asus web, install it would add other whatever. then would use dism++ to create wim file you can use to add to your iso or use it as backup.