1. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    184
    10
    Yes, i stand corrected. I was focused on component removal. As i said I still find MSMG is useful for lots of things, but for me using an autounattend.xml file is faster and more reliable for component removal and tweak adjustments. There are lots of tools to mount install.wim but MSMG & autounattend.xml works best for me. Not throwing shade at all and never said any approach was "best".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,081
    2,835
    90
    Do you see anything unusual here?
     
  3. odjinan

    odjinan MDL Novice

    Apr 13, 2013
    33
    23
    0
    "remove everything, nothing work"

    just read the documentation~
     
  4. RadiantDark

    RadiantDark MDL Novice

    Mar 3, 2023
    2
    0
    0
    Link, please
     
  5. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,081
    2,835
    90
    README.txt right next to Start.cmd. Read, please.
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @RadiantDark, use the content of this template list on "\Bin\Lists\RemovePkgsList.txt" file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    184
    10
    @inTerActionVRI Nice to see you back on this thread, my friend.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    389
    695
    10
    Dear @inTerActionVRI do you know if there are new VCRuntime VC.tpk files to integrate in windows 10 iso with
    MSMG ToolKit ?
    The last one are from june 2023 ...
    Thanks in advance!!!
     
  9. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    184
    10
    #27171 imlost2, Aug 24, 2024
    Last edited: Aug 24, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    389
    695
    10
    Thanks , my SetupComplete looks like this :

    @echo off
    %SystemDrive%
    label %SystemDrive% SISTEM
    Compact /CompactOS:always
    compact /c /s /i /a /exe:XPRESS8K "%SystemDrive%\*"
    powercfg /hibernate off
    net accounts /maxpwage:unlimited
    netsh advfirewall set allprofiles state off >nul
    call "%WINDIR%\Setup\Scripts\Tweaks.bat"
    shutdown /r /t 6
    del /q /f "%0"

    where i have in folder Scripts the 2 files :
    SetupComplete
    Tweaks

    can i add in the folder :
    DirectX_Redist_Repack_x86_x64.exe
    VisualCppRedist_AIO_x86_x64.exe ???

    and what command should i add ?

    Thanks for any advice !!!
     
  11. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    184
    10
    #27173 imlost2, Aug 24, 2024
    Last edited: Aug 25, 2024
    Yes, you can add almost any executable app that has a silent install switch, just precede the file name with

    Code:
    START /WAIT %~dp0\ 
    to let Windows setup know to expand to current directory path of the running batch file to locate your setup file.

    VisualCppRedist_AIO_x86_x64.exe is shown in my code example, above.
    I don't know the silent install command for DirectX.

    Hope that helps.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    If you disable hibernation you will disable hiberboot.
    This will slow down you windows boot speed.

    Enabling hibernation again will not be enough to reactivate the hiberboot function.

    Regarding the TPKs, only MSMG updates these files; literally the most current TPKs are those available in the MSMG repositories.
    I also use something similar to SetupComplete. And I integrate the abbodi packages.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    389
    695
    10
    #27176 balanadi, Aug 25, 2024
    Last edited: Aug 25, 2024
    Thanks for this tip , but i build my lite Windows and on boot i have only 60 services running and it starts in 5 to 8 seconds since i press the start button.

    I do not find hibernation necessary for my day to day usage. I consider it uses a lot of unnecessary services running in the sleep mode and this uses a lot of memory .
    :):):)

    Capture3.JPG Capture.JPG Capture1.JPG Capture2.JPG
     
  14. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Greetings! Something I don't understand... Microsoft began to selectively remove applications installed through the Msmg Toolkit...
    This has never happened before... I tried it in different ways... for example, I use the Windows 10 Pro 20H1_19041.1 image, I integrate it through the Toolkit ("C:\Toolkit\Packs\Apps "), for example:
    Microsoft.AV1VideoExtension_1.2.2331.0_neutral_~_8wekyb3d8bbwe
    Microsoft.HEVCVideoExtension_2.1.2191.0_neutral_~_8wekyb3d8bbwe
    Microsoft.MPEG2VideoExtension_1.0.61931.0_neutral_~_8wekyb3d8bbwe
    I check through Dism++: everything is installed.
    Integrating updates to Windows 10 Pro 22H2_19045.4842
    Checking through Dism++ : extensions are in place.
    I install Windows, there are no extensions that I integrated ...
    I go to the folder along the path: "C:\Program Files\WindowsApps" and I see that a new folder "DeletedAllUserPackages" has been created ("C:\Program Files\WindowsApps\DeletedAllUserPackages") and my extensions integrated through the Toolkit in it.
    It turns out that during the installation of Windows... selective applications and extensions are removed ...
    I tried to integrate after updating Windows immediately on Windows 10 Pro 22H2_19045.4842... the same "trouble"(
    Maybe there is a workaround so that integrated applications and extensions are not deleted during the Windows installation process?
     
  15. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    Download 22H2_19045.4842 from uup dump go to config file remove and add whatever you like install windows and see if it works. That's what I would probably do.
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #27179 inTerActionVRI, Aug 27, 2024
    Last edited: Aug 27, 2024
    Check if these versions are still compatible with Windows 10.
    upload_2024-8-27_10-46-2.png
    Check min supported build version in "*Manifest.xml".
    upload_2024-8-27_10-48-8.png
    upload_2024-8-27_10-51-33.png
    Just examples... Pay attention on MaxVersionTested. This is not means that is not compatible with newer builds.

    Another thing: You should integrate Inbox Apps after integrating Updates.
    That's why the Inbox Apps Menu was moved to after the Update Integration Menu.

    If it's nothing like that, it seems like MS is taking preparatory steps for when Windows 10 is discontinued. I think a lot of features will be cut.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    That config file works only in builds 22563 and later.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...