1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    @RadiantDark, use the content of this template list on "\Bin\Lists\RemovePkgsList.txt" file.
     
  2. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    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...
  3. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    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!!!
     
  4. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    #27184 imlost2, Aug 24, 2024
    Last edited: Aug 24, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    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 !!!
     
  6. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    #27186 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...
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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.
     
  8. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    10
    #27189 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
     
  9. 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?
     
  10. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    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.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #27192 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.
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    That config file works only in builds 22563 and later.
     
  13. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    Forgot that lol
     
  14. MatePonczas

    MatePonczas MDL Novice

    Nov 21, 2015
    36
    10
    0
    Hello.
    I know that I shouldn't ask about it in this topic, but if the MSMG will be active soon, can You tell us when the next upcoming version of MSMG will be released? Are you feeling okay?
     
  15. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    I think so too! The whole reason for this problem is Microsoft!
     
  16. Cristhian

    Cristhian MDL Novice

    Aug 7, 2018
    17
    7
    0
    #27197 Cristhian, Aug 29, 2024
    Last edited: Aug 29, 2024
    please add the ability to remove edge with dism:
    %DISM% /Image:"%InstallMount%\%%i" /Remove-Edge

    also add the ability to /Remove-Capability
     
  17. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    I wasn't aware that Microsoft "officially" wanted users to remove Edge except from European versions...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...