1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #15501 inTerActionVRI, Jun 9, 2020
    Last edited: Jun 10, 2020
    Can you provide on next version the support for removing CallingShellApp? I always remove without problems with NTlite.
    I use notepad++ with "compare" plugin downloaded directly from the "Plugins">"Plugins Admin" menu. In this way, in order to identify small errors I make the comparison between original files and the ones I am editing. It is very intuitive. Especially when I make massive substitutions.
    It certainly makes life easier.

    Edit: Correcting the wrong name "CallShellApp" to the correct name "CallingShellApp".
     
  2. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    276
    297
    10
    #15502 sergey130270, Jun 9, 2020
    Last edited: Jun 9, 2020
    Thank you endlessly for your responsiveness and help.
     
  3. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    276
    297
    10
    #15503 sergey130270, Jun 9, 2020
    Last edited: Jun 9, 2020
    Thank you very much. A little tweaked
    for /f "tokens=*" %%z in ('"dir /ad /b "%~dp0Addons\%ImageArchitecture%\Temp"" 2^>nul') do (
    echo.Copying [%%z] files to Install.wim
    xcopy "%~dp0Addons\%ImageArchitecture%\Temp\%%z" "%~dp0Mount\%%i\" /h /e /g /q /r /y
    )
     
  4. zcelakdgl

    zcelakdgl MDL Novice

    Nov 21, 2018
    26
    10
    0
    yes skip removing Windows Photo Viewer and other things, without use RemovePkgsList, because it have a 1 minute delay for each component.
     
  5. GrEaTwArRiOr

    GrEaTwArRiOr MDL Novice

    May 12, 2009
    14
    4
    0
    thank you i appreciated :)
     
  6. zcelakdgl

    zcelakdgl MDL Novice

    Nov 21, 2018
    26
    10
    0
    just tested, it does not work,
    if use this rem comment it will remove all menu like without this rem comment.
     
  7. GrEaTwArRiOr

    GrEaTwArRiOr MDL Novice

    May 12, 2009
    14
    4
    0
    thank you i also have found some bug in msmsg v10 while i try to remove all component from the Windows Components Menu > windows App

    Removing Solitaire Collection App Package... a window appear sorry don't have screenshot for that

    i have received this window of bug every index if i use * option

    but if i use only one index which is i tried workstation it completely removed

    iso used Win10_2004_English_x64.iso downloaded from microsoft
     
  8. aladdin2006

    aladdin2006 MDL Junior Member

    Feb 28, 2013
    97
    15
    0
    There is no license folder in that.
     
  9. xlincn

    xlincn MDL Novice

    Nov 9, 2013
    48
    15
    0
    Have the latest version of EdgeChrome?
     
  10. zcelakdgl

    zcelakdgl MDL Novice

    Nov 21, 2018
    26
    10
    0
    found a bug in version 10, system restore is broken, and it doesn't depend on whether the component is removed or not, also integration calc is broken too.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Try to open an image file as and select Windows Photo Viewer. But his folder is inside Program Files. However, there is no more link to it.
    Apply Tweak to enable Windows Photo Viewer as the default viewer.
     
  12. Kruton

    Kruton MDL Novice

    Sep 9, 2017
    23
    6
    0
    #15512 Kruton, Jun 11, 2020
    Last edited: Jun 11, 2020
    Where in the method are you integrating the CU update?
     
  13. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    My bad, forgot I copied and pasted a section from a previous post. Have updated my post now.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Copy the required entries from the template into the RemovePkgsList.txt and use the [4] Remove -> [4] Remove Windows Components using Package List menu.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The slowness is due to the code protection I have added to ToolKitHelper program which needs to loaded into the memory and decoded, then executes the program, so each time the ToolKitHelper is called it repeats the process.

    I'm planning to add the support for accepting more than one component names for the ToolKitHelper so that it will speed up the process.

    Removal of Font, Keyboard layouts and languages is a huge list, will try to add them in future releases.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    They don't already exist, I do create them, Hyper-V is huge package and is connected with may other components, may be one day it will be added.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok will add it for removal.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The reason for delay I have already specified before, no matter you use the menu or the list the delay will be there, but if you use the category name instead of all the components in the category it will less time.

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok will check with multi-index removal.