MSMG ToolKit

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

  1. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    53
    9
    0
    Hi!!!
    Microsoft has published official ISO images for Windows 10 Build 19041 , related to the functional update, code-named 20H1. Using these images, you can perform a clean installation of the system on your PC.
    Recall that assembly 19041 was released on the Late Access channel in December last year, and it was it that received RTM status. This means that the development of the 20H1 update is complete. Microsoft is currently testing Windows Insider members to identify and fix key issues with the new version of the system. The public release of Windows 10 (version 2004) will take place this spring.
    It may be time to enable 20H1-19041 support in the MSMG ToolKit. Let users test. Why wait until spring?
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
    I do not mind waiting a month or two for @MSMG to tweak the ToolKit and ToolKitHelper. Small things might change until the official ISOs are released, but I am sure MSMG will be monitoring what work might need to do until the final image is released.

    Many bugs are found and fixed a month or so after release and I would rather not risk my data while finding out what they are myself. If others wish to do so, then let them at their own peril. :D
     
  3. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    53
    9
    0
    These errors are detected all the time!!! Windows 10 permanent Insider version!!!
     
  4. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    272
    58
    10
    MSMG MDL Developer
    Please; Tell Me:
    How Do I Remove All Windows Apps from Build 19041.84?
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    The ToolKit is not updated yet to support v19041 But you can use the DISM method to remove them using ToolKit's -> Remove Windows Apps using AppList menu.

     
  6. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    272
    58
    10
    MSMG MDL Developer
    DISM method to remove them using ToolKit's -> Remove Windows?
    But? I Do Not Know How to Do it?
    Can You Give Me An Example?
     
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    282
    137
    10
    After running wim-tweak, the search processes were still running (after multiple reboots), and the search components were still installed.

    I'll keep experimenting
     
  8. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    272
    58
    10
    I'm Sorry, But I Don't Understand How it's Done?
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Yes DISM method will not completely remove the components, it may leave few files and registry.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    - Check in <ToolKit\Bin\Lists\RemoveAppsList_W10_10.0.18362_Template.txt> to get the App names and add them to <ToolKit\Bin\Lists\RemoveAppsList.txt>

    - Use the ToolKit's [4] -> Remove -> Remove Windows Apps using Apps List Menu.

    Note: Some Apps might not be present or some new Apps may be present in the v19041.

     
  11. boyonthebus

    boyonthebus MDL Addicted

    Sep 16, 2018
    918
    573
    30
    Mount install.wim. In Windows Powershell as administrator run
    Code:
    Get-AppxProvisionedPackage -path <path to mount directory> | Remove-AppxProvisionedPackage -path <path to mount directory>
    Save and dismount. Bye bye apps.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    53
    9
    0
    Hi! How do I integrate NetFX35 using the MSMG ToolKit in Windows 10 Pro 2004-19041. 84 ? And also is it possible to integrate Dart ?
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    The Toolkit needs to be updated to support W10 v2004, the next version will be W10 v2004 ready (at least the Integration part).

     
  14. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    53
    9
    0
    Is there another way to integrate NetFX35 in Windows 10 Pro 2004-19041. 84?
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    - Mount the image as usual using ToolKit

    - Open a Admin command prompt and change the current path to the ToolKit folder.

    - Run the below command in the opened command prompt

    Code:
    DISM /Image:Mount\Install /Add-Package:DVD\sources\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
    
    - Save the Image using the ToolKit.

     
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    282
    137
    10
    Indeed: Files, registry settings, group policy, services and so on.

    I gave up. I don't know what packages I can uninstall and how to get toolkit to do it.
     
  17. adabo

    adabo MDL Novice

    Aug 2, 2009
    15
    1
    0
    #14259 adabo, Feb 29, 2020
    Last edited: Feb 29, 2020
    I tried the toolkit and, as an experiment, removed and disabled everything. I used the two full template txt files. After installing Windows I found that I could not longer type in the start menu. eg. Press winkey and type 'notepad' to launch/run notepad. Which feature/app/pkgs disables that? I'd like to make another ISO including the ability to type in the start menu search bar. Thanks! Great work on this amazing project.

    Windows 10 Pro 1909

    *Edit: I wonder if it's Cortana. I guess everything is all rolled up into Cortana now? I don't need any special features, just type and run applications from the start menu. Save me some mouse clicks.
     
  18. AeonX

    AeonX MDL Addicted

    May 24, 2013
    695
    542
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...