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
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.
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.
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
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...
@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.
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.
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
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
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.