MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,567
    59,634
    450
    18363.418 afaik.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. hoxlund

    hoxlund MDL Member

    Nov 6, 2017
    112
    54
    10
    was going to say, N versions are without media player
     
  3. arthr22

    arthr22 MDL Novice

    Jul 21, 2018
    2
    0
    0
    im probly as stupid as my fix, but at least i played gta that niight.
    On the other hands, the "media player features pack" installed succesfully (it was listed as installed but I coulnd found it anywhere) so the rockstar game launcher didnt work either... and the only downloadable mediaplayer i found on ms.com was made only for "N".

    I see you linked the correct files, is it possible to integrate them into the ISO?
    Thanks.
     
  4. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    279
    136
    10
    Thank you for that.
     
  5. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    I've just made fresh install. Used 18363.418 ISO (en-US), integrated latest SSU and CU (18363.449), removed everything except IE, Store and few more components. Everything went fine. No issues in OS' work so far.
     
  6. mhussain

    mhussain MDL Member

    Oct 1, 2012
    184
    50
    10
    hi there,
    to conferm,

    so you got the build
    18363.418 from uup,
    is it required for you to integrate updates in auder for msmg toolkit to remove items?
    or as soon as the images are mounted you can start the purge?
    if updates are required could you list which ones?
    thanks for msmg toolkit,
    would it be possible in future releaces for msmg to note which build the toolkit will work with e.g
    18363.418
    can i assume that the rtm release of win10 v1909 will work out the box?

    thanks,
    Majid
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    If you are using a 18362 source (ISO/UUP/ESD) then you need to integrate the below updates to get the build 18363.418

    Windows10.0-KB4521863-x64.msu (ServicingStack)
    Windows10.0-KB4516115-x64.msu (FlashPlayer)
    Windows10.0-KB4519573-x64.msu (NetCumulative)
    Windows10.0-KB4517389-x64.msu (Cumulative)
    Windows10.0-KB4517245-x64.cab (Enablement)

    If you are using a 18363.418 released ISO (en_windows_10_business_editions_version_1909_x64_dvd_ada535d0.iso) or the consumer edition will work.

    Also the latest Service Stack update (Windows10.0-KB4525419-x64.cab) and Cumulative Update (Windows10.0-KB4522355-x64.cab) can be used to get the latest version 18363.448

    Note: Unlike v1809 in v1903/9 the removed components do get restored when Windows Updates are used or when updates or integrated/installed after the OS Install.

     
  8. mhussain

    mhussain MDL Member

    Oct 1, 2012
    184
    50
    10
    msmg,
    you are an angel!
    currently building the iso via uup,
    thanks for msmg toolkit!
    could you tell me if in the future, there will be a version of msmg toolkit that will function with older windows versions?
    currently, we have to use older msmg releaces, for older windows builds?
    I guess what i'm asking is will there be one msmg toolkit version that will function with older releases and current?
    thanks for your wonderful programme!
    Majid
     
  9. raptorddd

    raptorddd MDL Junior Member

    Aug 17, 2019
    68
    18
    0
    #13029 raptorddd, Oct 30, 2019
    Last edited: Oct 30, 2019
    is there a list of things that shouldnt be removed that will brake things.?
    what are the packs for.?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,567
    59,634
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. wjshome

    wjshome MDL Novice

    Dec 31, 2009
    6
    2
    0
    Hi MSMG,

    I tried to remove most of components using below image:
    cn_windows_10_business_editions_version_1909_x64_dvd_0ca83907.iso

    I kept the windows store app. The app can be open without any issue in the main page, but when click into a particular app page (trying to install an app), it crashed.
    I'm not sure any dependencies I should keep if I want the windows store app running normally (be able to install apps)?

    Thanks.
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,209
    7,533
    210
    Hi try run sfc /scannow and see if solve the issue
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Try retaining XboxIdentityProvider and for screening URL's sent to Store Apps the Smart Screen is required for Smart Screen to work Windows Defender is required.

     
  14. 正义羊

    正义羊 MDL Member

    Feb 21, 2016
    115
    52
    10
    @MSMG ,I designed a simple about page.Now in my Localization Lab,code A.

    Code:
    ::-------------------------------------------------------------------------------------------
    :: MSMG ToolKit - About
    ::-------------------------------------------------------------------------------------------
    :About
    
    cls
    echo.===============================================================================
    echo.                            MSMG ToolKit - About
    echo.===============================================================================
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.                                MSMG ToolKit
    echo.
    echo.                          Version %Tver% Lab Version %Tlab%
    echo.
    echo.               Copyright (c) 2013-2019 MSMG. All rights reserved.
    echo.
    echo.
    echo.
    echo.              MSMG ToolKit, Windows are registered trademarks of their respective authors or companies.
    echo.
    echo.
    echo. [1] Return to Main Menu
    echo. [2] Return to Tools Menu
    echo.
    echo.===============================================================================
    choice /C:12 /N /M "Enter Your Choice : "
    if errorlevel 2 goto :ToolsMenu
    if errorlevel 1 goto :MainMenu
    Version is ToolKit's version,use value 'Tver'; Lab Version is my lab cade, use value 'Tlab'
    e.g. Version=9.5,Lab Version A

    In Tools Menu,I add a new Menu item 'about'.

    Code:
    ::-------------------------------------------------------------------------------------------
    :: MSMG ToolKit - Tools Menu
    ::-------------------------------------------------------------------------------------------
    :ToolsMenu
    
    cls
    echo.===============================================================================
    echo.                           MSMG ToolKit - Tools Menu
    echo.===============================================================================
    echo.
    echo.  [1]   WIM Manager
    echo.
    echo.  [2]   Debug
    echo.
    echo.  [3]   Options
    echo.
    echo.  [4]   About
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.  [X]   Go Back
    echo.
    echo.===============================================================================
    echo.
    choice /C:1234X /N /M "Enter Your Choice : "
    if errorlevel 5 goto :MainMenu
    if errorlevel 4 goto :About
    if errorlevel 3 goto :Options
    if errorlevel 2 goto :Debug
    if errorlevel 1 goto :WIMManger
    ::-------------------------------------------------------------------------------------------
     
  15. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    MSMG Toolkit supports LTSC 2019 for features removal?
     
  16. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,030
    1,328
    90
    yes.
    v8.8
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    ty
     
  18. Stafamu

    Stafamu MDL Novice

    Sep 22, 2018
    28
    14
    0
    Isn't 8.8 is appropriate for LTSB builds and 9.4+,9.5 can be used on LTSC versions?
    Thanks in advance