1. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    You can compare the registry before and after the changes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. BT 1

    BT 1 MDL Junior Member

    Feb 16, 2017
    82
    16
    0
    Would it also be possible to get this tool to inactivate the "Reserved storage" in the ISO one is tweaking so it`s not activated after install. Then one do not have to wait for a cumulative update to get the result after inactivating on a live Os.
     
  3. letmeout

    letmeout MDL Novice

    Jun 15, 2020
    6
    0
    0
    i have this problem, how to skip this issue ?
     
  4. gool

    gool MDL Novice

    Aug 8, 2015
    1
    0
    0
    msmg como mantenho o Microsoft Solitaire Collection e não o removo quando removo componentes cujos arquivos dependem dele. obrigado
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You can't remove the Show Cortana Button from the taskbar context menu and will check with the OOBE part to hide the Cortana Page.


     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Still the official App ISO is not released by the Microsoft to get the License files for v2004.

    For Notepad and Wordpad Appx we need the License files to install but you can get the Notepad and Wordpad as cab files from Features on Demand ISO or through UUP site.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Open the O&O and then open the RegFromApp and select the O&O from the list of opened applications and make changes in the O&O App, the changes will be reflected in RegFromApp window.

    Save the contents of RegFromApp to a registry file.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Check in Customize -> Apply Tweaks -> [H] Disable Microsoft Reserved Storage Space for Windows Updates

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will upload just the fixed Toolkit.cmd today, check in the download link.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Check in the removal menu, it show the dependencies.

    Advertising XAML
    Windows Store

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's built in, you need to enable them using the tweaks, check in Customize -> Apply Tweaks.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    As requested by many users, I have added more options to ToolKitHelper program to accept more than one component names and also to remove components present in the package list.

    This is available from next version of ToolKit.

    Code:
    D:\Work\w10>ToolKitHelper.exe
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0
    
    Usage:
           ToolKitHelper.exe <path_to_offline_image> <component_name>
           ToolKitHelper.exe <path_to_offline_image> <component_name1;component_name2;component_name3>
           ToolKitHelper.exe <path_to_offline_image> <component_list.txt>
    

    Code:
    D:\Work\w10>ToolKitHelper.exe mount
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0
    
    Usage:
           ToolKitHelper.exe <path_to_offline_image> <component_name>
           ToolKitHelper.exe <path_to_offline_image> <component_name1;component_name2;component_name3>
           ToolKitHelper.exe <path_to_offline_image> <component_list.txt>
    

    Code:
    D:\Work\w10>ToolKitHelper.exe mount SpeechRecognition
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0
    
    Image Version: 10.0.19041.329
    
    Component : SpeechRecognition
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    

    Code:
    D:\Work\w10>ToolKitHelper.exe mount AdobeFlashForWindows;AssignedAccess;MultiPointConnector
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0
    
    Image Version: 10.0.19041.329
    
    Component : AdobeFlashForWindows
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : AssignedAccess
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : MultiPointConnector
    
    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    

    Code:
    D:\Work\w10>ToolKitHelper.exe mount System
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0
    
    Image Version: 10.0.19041.329
    
    Component : DeviceLockdown
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : EaseOfAccessThemes
    
    Removing Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : EasyTransfer
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : FileHistory
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : Paint
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : SecurityCenter
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : StepsRecorder
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : SystemRestore
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : WindowsBackup
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : WindowsSubsystemForLinux
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : WindowsToGo
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : Wordpad
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    

    Code:
    D:\Work\w10>type RemovePkgList.txt
    InternetExplorer
    WindowsMediaPlayer
    UnifiedTelemetryClient
    RemoteAssistance
    WindowsDefender
    WindowsStore
    

    Code:
    D:\Work\w10>ToolKitHelper.exe mount RemovePkgList.txt
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3348.0
    
    Image Version: 10.0.19041.329
    
    Component : InternetExplorer
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : WindowsMediaPlayer
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : UnifiedTelemetryClient
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : RemoteAssistance
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : WindowsDefender
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    Component : WindowsStore
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    D:\Work\w10>
    
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #15554 MSMG, Jun 15, 2020
    Last edited: Jun 15, 2020
    (OP)
    I have restored the Visual C Runtime Pack for ToolKit and uploaded a newer Toolkit.cmd with fix for source index selection and also support for integrating Visual C Runtime Pack.

    Do test the Visual C Runtime Pack and report back.
     
  14. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Will this work if I copy the new ToolKitHelper.exe to ToolKit\Bin and select Remove with List (menu 4 > 3)?

    From your post, I understand that I will also need to modify my RemovePkgsList.txt as shown below.

    Code:
    ToolKitHelper:Cortana
    ToolKitHelper:GameExplorer
    ToolKitHelper:MapControl
    ToolKitHelper:OneDrive
    ToolKitHelper:PeopleExperienceHost
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:3DViewer
    ToolKitHelper:AdvertisingXaml
    ToolKitHelper:Alarms
    ToolKitHelper:BingWeather
    ToolKitHelper:Calculator
    ToolKitHelper:Camera
    ToolKitHelper:CommunicationsApps
    ToolKitHelper:DesktopAppInstaller
    ToolKitHelper:FeedbackHub
    ToolKitHelper:GetHelp
    ToolKitHelper:Getstarted
    ToolKitHelper:HEIFImageExtension
    ToolKitHelper:Maps
    ToolKitHelper:MixedRealityPortal
    ToolKitHelper:OfficeHub
    ToolKitHelper:OfficeOneNote
    ToolKitHelper:Paint3D
    ToolKitHelper:People
    ToolKitHelper:Photos
    ToolKitHelper:ScreenSketch
    ToolKitHelper:SkypeApp
    ToolKitHelper:SolitaireCollection
    ToolKitHelper:SoundRecorder
    ToolKitHelper:StickyNotes
    ToolKitHelper:VP9VideoExtensions
    ToolKitHelper:WalletService
    ToolKitHelper:WebMediaExtensions
    ToolKitHelper:WebpImageExtensions
    ToolKitHelper:XboxApp
    ToolKitHelper:XboxIdentityProvider
    ToolKitHelper:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo

    Code:
    Cortana
    GameExplorer
    MapControl
    OneDrive
    PeopleExperienceHost
    RetailDemoContent
    SkypeORTC
    SecureAssessmentBrowser
    WindowsMixedReality
    XboxGameCallableUI
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Calculator
    Camera
    CommunicationsApps
    DesktopAppInstaller
    FeedbackHub
    GetHelp
    Getstarted
    HEIFImageExtension
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    Photos
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    VP9VideoExtensions
    WalletService
    WebMediaExtensions
    WebpImageExtensions
    XboxApp
    XboxIdentityProvider
    YourPhone
    ZuneMusic
    ZuneVideo
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Both the Toolkit.cmd the RemovePkgsList.txt needs modification to adapt to newer ToolKitHelper.exe.

    Now need to separate the RemovePkgsList.txt for ToolKitHelper.exe and the normal DISM method.


     
  16. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Very confused right now, but I am sure you or somebody will explain soon when new ToolKitHelper.exe is released.

    Have updated my ToolKit with your new ToolKit.cmd.
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The changes you have shown in the RemovePkgsList.txt is correct for next release.

    Since the RemovePkgsList.txt is used by ToolKit for removing component using both the ToolKitHelper.exe and DISM methods, now this will change, two lists will be made like ToolKitHelper_RemovePkgsList.txt and DISM_RemovePkgsList.txt and the changes will be made to Toolkit.cmd

     
  18. xlincn

    xlincn MDL Novice

    Nov 9, 2013
    48
    15
    0
    if "%ImageIndexNo%" gtr %ImageCount% (
    ecoh.

    Should be:
    if "%ImageIndexNo%" gtr %ImageCount% (
    echo.

    ???????
     
  19. GrEaTwArRiOr

    GrEaTwArRiOr MDL Novice

    May 12, 2009
    14
    4
    0
    hi MSMG,

    sorry if this has been asked already i have just added .net but there is only one option available which is 3.5 how can add 4.8 and 4.6.2 also i have added vc runtime i have some appx package how can integrate?, i would like to integrate the new windows terminal and eartrumpet and some others appx i have downloaded appx package from microsoft but i couldn't figure it out how to do that well also im using RemovePkgsList and RemoveAppsList also i have no idea what is this use for DisableFeaturesList and EnableFeaturesList please advise.

    regards
    :)