1. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    same as https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-1130#post-1732530
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    #22562 正义羊, Apr 26, 2022
    Last edited: Apr 26, 2022
    @MSMG ,

    Code:
    ===============================================================================
                        MSMG 工具箱 - 格式化 USB 闪存驱动器
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####正在开始格式化 USB 闪存驱动器##############################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    ####正在获取 USB 闪存驱动器选项################################################
    -------------------------------------------------------------------------------
    
    正在列出可用的 USB 闪存驱动器……
    FINDSTR: 无法打开 E:\Toolkit_v12.1\Temp\DiskList1.txt
    
    ===============================================================================
    -------------------------------------------------------------------------------
    ===============================================================================
    
    请输入 USB 闪存驱动器盘符 :
    FINDSTR: 无法打开 E:\Toolkit_v12.1\Temp\DiskList1.txt

    This is why I chose to be in the system root directory instead of the general directory.

    Update: this is my bad what I localize toolkit used old code.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #22563 inTerActionVRI, Apr 26, 2022
    Last edited: Apr 26, 2022
    So for the findstr to find the word that represents the removable in Chinese, I need to change from:
    可移动
    to:
    无法打开
    ?


    @正义羊,
    Can you go to cmd as admin and run:
    DISKPART
    then at DISKPART shell, perform:
    LIST VOLUME
    and post the output to me?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    Code:
    DISKPART> LIST VOLUME
    
      卷 ###      LTR  标签         FS     类型        大小     状态       信息
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      卷     0     C   Windows      NTFS   磁盘分区         128 GB  正常         启动
      卷     1     D                NTFS   磁盘分区         300 GB  正常
      卷     2     E                NTFS   磁盘分区         418 GB  正常
      卷     3     F                NTFS   磁盘分区        1059 GB  正常
      卷     4         SYSTEM       FAT32  磁盘分区         300 MB  正常         系统
      卷     5                      NTFS   磁盘分区         937 MB  正常         已隐藏
      卷     6     I                NTFS   可移动           59 GB  正常
    
    DISKPART>
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Very grateful for your attention.

    Status

    ---

    Removable

    But to get this line, it does not have to be the word status. It can be "LTR" in Portuguese is also LTR.
    I do not know if in English it's different. If it is equal, it is simpler.


    to perform in cmd as admin
    option 1.
    Code:
    echo OFF & cls & for /F "tokens=*" %# in ('^(echo.LIST VOLUME^) ^| DiskPart.exe ^| findstr /I "LTR --- Remov Amovible 可移动" ^| findstr /I /V "DISKPART"') do echo.%#
    
    option 2.
    Code:
    echo OFF & cls & for /F "tokens=*" %# in ('^(echo.LIST VOLUME^) ^| DiskPart.exe ^| findstr /I "LTR Stat 状态 --- Remov Amovible 可移动" ^| findstr /I /V "DISKPART"') do echo.%#
    

    for the record: option 1 and 2 displaying the same as below, pt-BR.
    Everyone who wants to test, are welcome. It helps to provide better suport for other languages.
    Code:
    Volume No.  Ltr  Rótulo       Fs     Tipo        Tamanho  Status     Informações
    ----------  ---  -----------  -----  ----------  -------  ---------  --------
    Volume 6     E   Janelas 11   NTFS   Removível   7680 MB  Íntegro
    
    If there was a DISM scheme with the "/English" flag that takes the data from the commands in English, regardless of the language of the image, it would be interesting.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. knigady

    knigady MDL Novice

    Jul 14, 2021
    2
    1
    0
    Hello. Could you please tell me what is the difference between these component removal presets:
    1)Gamer Edition
    2)Lite Edition
    3)Xtreme Lite Edition
    Can I see somewhere the lists of applications that are removed in these presets?
    Could you tell me why the Xtreme Lite Edition is not recommended for gaming? Is it somehow related to performance degradation, the presence of friezes or an increase in input lag? Thank you!
     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. n3ro97

    n3ro97 MDL Member

    Oct 17, 2018
    105
    63
    10
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #22570 inTerActionVRI, Apr 26, 2022
    Last edited: Apr 26, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    90
    13
    0
    Is there a way to view what the CustomToolkit configs actually remove in an easy way? I pretty much just want to create an LTSC version for gaming and work with WSL/MS Store support. This sadly used to be quite easy a few W10 versions ago but since then we've had more packages to deal with.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Select the preset you want to see.

    Select Start Removing Components.

    See the list displayed on the screen, and press 'R' to return and make your changes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. utils

    utils MDL Novice

    Jun 1, 2011
    6
    1
    0
    I'm seeking experienced advice to create install ISOs which include only the necessary/current updates.

    I've tried NTLite, KUC, WHDownloader, DISM commands, PortableUpdate WSUS Offline Update Community Edition, UUP Dump, and MSMG Toolkit.

    When updating Windows, some updates must be installed in a specific non-numerically-sequential order.

    KUC, for example, specifically skps/removes unneeded updates and installs what is needed in the "proper" order.

    WHDownloader also does this and also specifically reports some updates must NOT be integrated/slipstreamed.

    Two questions;

    1) What methods work to gather only the necessary updates as well as the proper installation sequence?

    2) When integrating/slipstreaming into install.wim, does MSMG Toolkit "know" that information? If not, how can it be instructed to integrate in the proper order?
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    does this by default (10/11)

    Doesn't integrate updates, it only offers downloads of the updates and only the necessary ones (for 10/11)
    All comes down to what updates are provided by the user, for simple and correct updating W10UI is advised to be used.

    In general for 10/11:

    SSU first
    pre-enabling .net35 (when desired)
    LCU last
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. utils

    utils MDL Novice

    Jun 1, 2011
    6
    1
    0
    Yes, I realize WHDownloader is only for gathering updates. Prehaps I could have worded the post better. Was trying to address which updates, which order, which app. Thanks for the advice.
     
  15. Buddahpest

    Buddahpest MDL Novice

    Jul 29, 2009
    9
    0
    0
    #22577 Buddahpest, Apr 29, 2022
    Last edited: Apr 29, 2022
    Please forgive me if this is mentioned somewhere, but I have searched to no avail. For Windows 11, what components absolutely need to be left installed in order for the store to work properly? I have tried several times to make an image that leaves from what I can tell are the core store components intact. However, whenever I open the store, it immediately closes after I open it.
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Dependencies list for WindowsStoreClient and WindowsStoreApp

    If you want to have UWP Appx running, you must keep WindowsStore and its dependencies.
    For you to know more about these dependency they are described next to the components in the Remove menu. "Needed for" or "Depends On".

    Needed for: Windows Store
    DesktopAppInstaller - is interesting to keep for working winget commands.
    WindowsStoreClient - Microsoft Store Client, required to Microsoft Store work
    WindowsStoreApp - Microsoft Store App
    StorePurchaseApp - Microsoft Store Purchase App, not sure if removed you're able to buy games, apps in the Microsoft Store without issues.
    ServicesStoreEngagement
    AdvertisingXaml
    AccountsControl - Required to sign in to apps.
    AADBrokerPlugin
    XboxIdentityProvider Xbox Identity Provider - Require for sign in to Xbox Console Companion
    XboxClient - required to xbox app work
    XboxApp "w10" equal GamingApp "w11" - Xbox Console Companion
    XboxSpeechToTextOverlay
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Buddahpest

    Buddahpest MDL Novice

    Jul 29, 2009
    9
    0
    0
    Thank you very much!
     
  18. xlincn

    xlincn MDL Junior Member

    Nov 9, 2013
    59
    18
    0
    22610.1 was released, and MSMG ToolKit did not know when it would be supported