MSMG ToolKit

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

  1. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    650
    423
    30
    Dice que el cleanup solo se hace cuando NO vas a integrar actualizaciones, pero si vas a integrar actualizaciones no se requiere hacer este paso.
    Tu sabes que LTSC EVAL no se puede activar cierto?

    Saludos.
     
  2. Pacunauta

    Pacunauta MDL Novice

    Oct 3, 2018
    21
    9
    0
    Gracias!

    Lo se, prefiero que sea asi, cada mes formateo e instalo desde 0, soy un purista.
    --------------------
    Thank you!

    I know, I prefer it to be that way, every month I format and install from 0, I am a purist.
     
  3. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    765
    134
    30
    how long before this is fixed: The "ToolKitHelper_CEIP_SQM" command does not work in Removal component via Package List

    still not fixed in 9.3.2
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Do check the RemovePkgsList_Template.txt, the syntax has been changed, now ToolKitHelper: is used instead if ToolKitHelper_
     
  5. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    765
    134
    30
    will do, thank you
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. 正义羊

    正义羊 MDL Member

    Feb 21, 2016
    115
    52
    10
    :: Checking whether the selected Source OS is a Windows 10 19H1 Client Non-refreshed Image
    if "%SelectedSourceOS%" equ "w10" if "%ImageBuild%" equ "18362" if "%ImageServicePackBuild%" neq "1" if "%ImageServicePackBuild%" neq "30" (
    echo.ToolKit component removal only work with the below Source OS Images...
    echo.
    echo.Windows 10 v1809 ^(10.0.18362.1 and 10.0.18362.30^).
    goto :Stop


    the text is Windows 10 v1903 ^(10.0.18362.1 and 10.0.18362.30^) instead of Windows 10 v1809 ^(10.0.18362.1 and 10.0.18362.30^).
    please change this text.because 10.0.18362.* is not 1809,it's 1903 :)
     
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
    @MIMMO61

    As a temporary measure, to get rid of most of those apps I run these commands in PowerShell:
    Code:
    Get-AppxPackage -AllUsers | Remove-AppxPackage
    
    Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Thank you, corrected.

     
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
    Thank you very much for the suggestions
     
  10. 正义羊

    正义羊 MDL Member

    Feb 21, 2016
    115
    52
    10
    You're welcome.I will continue to make the Toolkit Chinese Simplified localization for every future version.
     
  11. OrdinaryNova

    OrdinaryNova MDL Novice

    Mar 15, 2019
    32
    3
    0
    @MSMG
    Don't want to bother or so but any estimation for 1903 Advanced Components?
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    254
    63
    10
  13. kompassorpigo

    kompassorpigo MDL Junior Member

    Jun 22, 2016
    84
    14
    0
    Is it a good idea to rename isos to shorter names ("18362.1.190318-1202.19H1_RELEASE_CLIENTMULTI_X64FRE_EN-US.ISO" - > "183621")? Windows is notoriously bad with long paths/filenames, so I thought this could help speed up iso modification and avoid some complications.

    Or does the toolkit depend on the filename following a certain naming scheme?
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Very sorry can't give an ETA for v1903 as the component removal needs to be worked to the minute level so that the removed components shouldn't not get restored with an update as well as the Windows Update should also work.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Renaming of the ISO is not required, you just need to keep the Toolkit folder path size to minimum.

     
  16. Shitagi

    Shitagi MDL Junior Member

    Nov 21, 2012
    51
    6
    0
    Which version of 1903 is supported? I take it 18362.30 won't ever be added?
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Support for 18362.30 is already added in the current version.