1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #15921 inTerActionVRI, Jul 16, 2020
    Last edited: Jul 17, 2020
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110

    Sent an 2020-07-16_v2 updated file in the post above.


    Reported a problem in the question "Do you want to Enable Fraunhofer MP3 Professional Codec ? ['Y'es/'N'o] :" mentioned in the post "https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-796#post-1607819" by friend @roedel.
    Problem solved.

    As @MSMG said in the post "https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-797#post-1607940":
    Content Delivery Manager is needed for OOBE for v1809 / v1903 / v1909 / v2004 / v2009 OS.
    Windows Error Reporting is needed for OOBE for v1903 / v1909 OS.
    These Components will no longer be automatically removed by the "Editions Custom Selection Removal Script" options available in CustomToolkit.
    If you want, just access the "Remove Privacy Components Menu" to remove "Windows Error Reporting" and "Remove System Components Menu" to remove "Content Delivery Manager".

    Thnks!

    Edit: reinserted Windows Error Reporting uder conditions
     
  2. i will try your custom script tmrw . thanks for your job .
     
  3. benten

    benten MDL Novice

    Jul 6, 2008
    1
    0
    0
    Tried v10.1 on latest ISO download from Microsoft via the media creator (x64 Pro English International v2004) and it runs fine until any removal of components when just removing one it would take a long time (5-7 minutes) or just stop doing anything.
    Thought I would try v10 to see if any faster as I made one a few weeks back and it was very fast but that version fails to find any chosen indexes from its list.
     
  4. @RaiyvaN latest custom toolkit script 2020-07-16_v2 Worked Great . thank you .
     
  5. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    I do not integrate, I remove components from the system!
    What to do in this case?
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I hope you have integrated the necessary updates before removing the components.

    Removing components one by one will take some time due to the code protection added to the removal program, but if you use the Remove components using package list method, it will be faster.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    What's the image you are using? If more than one index is present in the image then the image size will not be reduced.

     
  8. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    Before deleting, I export the desired edition (Enterprise)!
    I always use only the edition!
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #15929 inTerActionVRI, Jul 17, 2020
    Last edited: Jul 25, 2020
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110

    Sent an 2020-07-17 updated file in the post above.


    Code:
    ...
           if "%Component%" equ "PrivacyComponents" (
               %ToolKitHelper% "%InstallMount%\%%i" AssignedAccess;CEIP_SQM;FaceRecognition;KernelDebugging;LocationService;PicturePassword;PinEnrollment;UnifiedTelemetryClient;WiFiNetworkManager;WindowsInsiderHub
               if "%ImageBuild%" equ "17763" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting
               if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting
               if "%ImageBuild%" equ "19041" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting
               if "%ImageBuild%" equ "19042" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting
           )
    )else(
           if "%Component%" equ "PrivacyComponents" (
               %ToolKitHelper% "%InstallMount%" AssignedAccess;CEIP_SQM;FaceRecognition;KernelDebugging;LocationService;PicturePassword;PinEnrollment;UnifiedTelemetryClient;WiFiNetworkManager;WindowsInsiderHub
               if "%ImageBuild%" equ "17763" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting
               if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting
               if "%ImageBuild%" equ "19041" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting
               if "%ImageBuild%" equ "19042" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting
           )
    )
    

    Windows Error Reporting is needed for OOBE for v1903 / v1909 OS.
    This component has been reinserted and will pass again, according to specific conditions, to be automatically removed by the "Editions Custom Selection Removal Script" options available in CustomToolkit. Conditions prevent removal on versions v1903 / v1909.

    Only for:
    Remove All Privacy Components
    Accessibility Edition
    Lite Edition
    Xtreme Lite Edition
    Content Delivery Manager is needed for OOBE for v1809 / v1903 / v1909 / v2004 / v2009 OS.
    For this Component, if you want, just access the "Remove System Components Menu" to remove "Content Delivery Manager".

    I also made available a model of my AutoUnattend *.xml answer file with a ReadMe for those who want to play a little.

    Edit 2020-07-25

    Thnks!
     
  10. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    its 388,not 338
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    A suggestion:

    @MSMG, when you have some time, I don't know if it's already in the project ... But could you add the features to remove "Microsoft.Windows.CallingShellApp" and the new "Windows Feature Experience Pack"?

    There must be a lot of people wanting to see what features disappear when removing this new package.

    Thanks!
     
  12. Dusktilldawn

    Dusktilldawn MDL Junior Member

    Oct 24, 2009
    51
    10
    0
    #15934 Dusktilldawn, Jul 18, 2020
    Last edited: Jul 19, 2020
    hello master:
    1. windows released new file for "win 8.1 U3 x64" which name is "Windows8.1-KB4566425-x64.msu" in the WHD\w81\x64\Baseline\ folder
    2. toolkit still asks superseded version which name is "windows8.1-kb4562253-x64"
    do you have any recommendation for it
    thanks in advance


    So does (w10 LTSC 2019) "Win 10.0.17763.1339 (Win10 RS5 [1809]"
    does not integrate general updates. Cumulative file.
    toolkit says "The package Package_for_DotNetRollup is not applicable to the image"
     
  13. kgbab

    kgbab MDL Novice

    Jul 15, 2010
    10
    5
    0
    #15935 kgbab, Jul 19, 2020
    Last edited: Jul 19, 2020
    I'm not the master but:
    Edit Toolkit.cmd: find "4562253" and replace all lines with "4566425" and save the file.
    Τhat does the job.
     
  14. Dusktilldawn

    Dusktilldawn MDL Junior Member

    Oct 24, 2009
    51
    10
    0
    dear kgbab thank you for your replay

    you may right technically but:
    as you know, there are more new files
    moreover we may not know what are the superseded ones for replacing them
    I am afraid.. still we need a master..:)
     
  15. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    MSMG
    Do you need to uninstall the old one to integrate the new Edge? Or can I integrate without removing the old one?