1. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    @MSMG
    just made an image and tryed it in a vm,
    after install completed the vm rebooted and
    no narrator when I tryed to launch it,
    could you list the items in your list that could remove narrator?
    i'm blind and I require narrator
    I left ease of access theams
    removed all other items,
    Majid
     
  2. haremmon

    haremmon MDL Novice

    Aug 29, 2016
    20
    18
    0
    Hello @agarbar90 an update as Windows 10 2004 released cumulative update and was installed on my system.
    Sadly, it did restore the removed items. In my case, snipping tool was restored.

    I am sure there are more apps that were restored during the cumulative update.
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have updated the Edge Chromium Pack to 83.0.478.45 for Windows 7 x86, Windows 8.1 and Windows 10 OS.

    Couldn't make a Windows 7 x64 pack due to some error, no matter trying many times the pack didn't worked.

     
  4. Wysseli

    Wysseli MDL Novice

    Jun 11, 2020
    2
    0
    0
    MSMG, How to remove cortana?

    p.s
    ToolkitHelper does not completely remove it, there are buttons on the taskbar and a suggestion to enable it during installation!
     
  5. xhemal1325

    xhemal1325 MDL Member

    May 24, 2014
    124
    10
    10
    Evrything working good with V2004 and latest MSMG Toolkit ? should i got for debload or use older versions of Windows 10 ?!
     
  6. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    MSMG, when the apps pack for 19041 is expected? Is it possible to add notepad and wordpad appx in it?
     
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    How do you extract the keys from O&O?
     
  8. 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...
  9. BT 1

    BT 1 MDL Junior Member

    Feb 16, 2017
    82
    18
    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.
     
  10. letmeout

    letmeout MDL Novice

    Jun 15, 2020
    6
    0
    0
    i have this problem, how to skip this issue ?
     
  11. 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
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.


     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  15. MSMG

    MSMG MDL Developer

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

     
  16. MSMG

    MSMG MDL Developer

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

     
  17. MSMG

    MSMG MDL Developer

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

    Advertising XAML
    Windows Store

     
  18. MSMG

    MSMG MDL Developer

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

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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>