MSMG ToolKit

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

  1. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    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

    Joined:
    Oct 3, 2018
    Messages:
    21
    Likes Received:
    9
    Trophy Points:
    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

    Joined:
    May 1, 2011
    Messages:
    765
    Likes Received:
    134
    Trophy Points:
    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
     
  4. MSMG

    MSMG MDL Developer

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

    stayboogy MDL Addicted

    Joined:
    May 1, 2011
    Messages:
    765
    Likes Received:
    134
    Trophy Points:
    30
    will do, thank you
     
  6. 正义羊

    正义羊 MDL Member

    Joined:
    Feb 21, 2016
    Messages:
    115
    Likes Received:
    52
    Trophy Points:
    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. MIMMO61

    MIMMO61 MDL Senior Member

    Joined:
    Aug 19, 2009
    Messages:
    254
    Likes Received:
    63
    Trophy Points:
    10
  8. Feartamixg

    Feartamixg MDL Addicted

    Joined:
    May 15, 2016
    Messages:
    555
    Likes Received:
    423
    Trophy Points:
    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
     
  9. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Thank you, corrected.

     
  10. MIMMO61

    MIMMO61 MDL Senior Member

    Joined:
    Aug 19, 2009
    Messages:
    254
    Likes Received:
    63
    Trophy Points:
    10
    Thank you very much for the suggestions
     
  11. 正义羊

    正义羊 MDL Member

    Joined:
    Feb 21, 2016
    Messages:
    115
    Likes Received:
    52
    Trophy Points:
    10
    You're welcome.I will continue to make the Toolkit Chinese Simplified localization for every future version.
     
  12. OrdinaryNova

    OrdinaryNova MDL Novice

    Joined:
    Mar 15, 2019
    Messages:
    32
    Likes Received:
    3
    Trophy Points:
    0
    @MSMG
    Don't want to bother or so but any estimation for 1903 Advanced Components?
     
  13. MIMMO61

    MIMMO61 MDL Senior Member

    Joined:
    Aug 19, 2009
    Messages:
    254
    Likes Received:
    63
    Trophy Points:
    10
  14. kompassorpigo

    kompassorpigo MDL Junior Member

    Joined:
    Jun 22, 2016
    Messages:
    84
    Likes Received:
    14
    Trophy Points:
    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?
     
  15. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    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.

     
  16. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Renaming of the ISO is not required, you just need to keep the Toolkit folder path size to minimum.

     
  17. Shitagi

    Shitagi MDL Junior Member

    Joined:
    Nov 21, 2012
    Messages:
    51
    Likes Received:
    6
    Trophy Points:
    0
    Which version of 1903 is supported? I take it 18362.30 won't ever be added?
     
  18. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Support for 18362.30 is already added in the current version.