MSMG ToolKit

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

  1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Code:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ShowCortanaButton"=dword:00000000
    
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Fixed.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    DISM method is the usual /Remove-Package which works when there is .mum file for any component, it's best for older OS like W7,W81 and Pre W10 RS2 builds.

    For newer Windows 10 version, the Microsoft have merged many packages and so it's difficult to use the DISM method.

    In DISM method, the removal is not always complete, it leaves behind many leftovers.

    But the ToolKitHelper is manual removal method which removes the component properly and also maintains components compatibility.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Always do integrate the language packs or features before the updates, since this way it will update the files/registry related to the language packs or the feature packs.

    Since v1903/v1904 share same base, the script requires changes to use the v1903 files for v1909 too.

    Don't change the filenames just change the folder name from 10.0.18362 to 10.0.18363

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Code:
    DISM /Image:Mount\Install /Get-Features | findstr "Feature"
    
     
  6. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    71
    2
    0
    Does MSMG ToolKit v10.0 work well with Windows 10 (v2004 20H1) MSDN x64Bit (Build 19041.208)?
    Without making cumulative updates?
    I want to know if everything can be removed.
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Yes it works.

     
  8. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    #15608 Windows 10 User, Jun 19, 2020
    Last edited: Jun 19, 2020
    What about 20H2 (2009)? May I integrate the EP (as well as the latest CU) on 20H1 before starting to remove components? If so, may I have any problems when removing components or may them not be successfully removed even if MSMG ToolKit states they were?
     
  9. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    103
    49
    10
    Not supported yet...
     
  10. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
    Tested v10.0 and latest ToolKitHelper with 2004 and the latest SSU and CU.

    It is with delight that I can report that I did not receive any SFC errors. Seems that this is now fixed in 2004.

    • x86 ISO: 19041.264.200511-0456.VB_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO
    • x86 SSU: windows10.0-kb4560366-x86_a3e87cf039c5a25ba3e4200892cfee30911d4689.msu
    • x86 CU: windows10.0-kb4567523-x86_aa491155b1a4ef11720472e2ecc6c621b553f7b8.msu
    • x64 ISO: 19041.264.200511-0456.VB_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO
    • x64 SSU: windows10.0-kb4560366-x64_653c88cde27a1adff38843c1b054fbbcef380b6f.msu
    • x64: CU: windows10.0-kb4567523-x64_34b4dbb86f35d25ce4cb839aa4007079323507d3.msu
    Extract ISO (1 > 3)

    Select source (1 > 1) (also mount boot and recovery images)

    Integrate Win32 calculator (3 > 3 > C)

    Apply SSU and CU updates (3 > 4 > 2 > 1 > 4)

    Apply setup media update (3 > 4 > 2 > 2)

    Remove using RemovePkgsList.txt (4 > 3)
    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

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 8 > B/D/J)

    Cleanup (6 > 1)

    Apply changes to image (6 > 2 > Y)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)
     
  11. voli

    voli MDL Novice

    Nov 10, 2007
    11
    1
    0
    Where are the files located for Apply setup media update? having a hard time finding them
     
  12. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
    I don't add any files for this - this is a fix for the Windows installer.
     
  13. voli

    voli MDL Novice

    Nov 10, 2007
    11
    1
    0
    ahh, what was the issue with it?
     
  14. .GDi

    .GDi MDL Novice

    Jul 13, 2010
    2
    1
    0
    Greetings!

    Sorry if this been on topic before,
    ...but shouldnt the "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\" registry keys keep the (de)provisioned apps removed? Because most of them came back after the 2004 update.
    Had no problem with the update from 1903 to 1909, but seems broken now, as they reappeared.
    Do we know why?
     
  15. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    30
  16. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...I would like to integrate this reg to fix the winver 20H2, does anyone know how?
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EditionVersion" /f /v EditionBuildQfe /t REG_DWORD /d 331
     
  17. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,030
    1,328
    90
    #15617 windows builder, Jun 20, 2020
    Last edited: Jun 20, 2020
    create .reg file and put it in folder:
    ToolKit_v10.0\Custom\Registry\w10\x64(x86)

    and integrate it through the .reg file integration menu (5)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Clamarc

    Clamarc MDL Novice

    Jun 20, 2020
    4
    2
    0
    hi,
    I have a Windows 1903 build 18362.116 ISO image and I'm using Toolkit v8.8.

    The most recent cumulative build for this version is 18362.900.
    I downloaded build 18362.900 cab and copied it to the Packs folder of the Toolkit to integrate in the ISO image.

    At the end of the integration, the last line of the updates log file appears:

    Package Identity: Package_for_RollupFix ~ 31bf3856ad364e35 ~ amd64 ~~ 18362.900.1.8
    State: Install Pending
    Release Type: Update
    Install Time: 20/06/2020 05:23

    My questions are:
    When I save changes and create the new ISO file, will the update integration be installed?

    If the answer is not installed, how do I have to update it? ... from my build 18362.116 to build 18362.900 there are 26 cumulative build cab files! ... I will have to copy all these cab files to the toolkit updates folder so that updates can be installed correctly?

    thank you
    Clamarc
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    There are two ways you can update the Windows Installation files

    1) Using a dynamic update released by MS, which contains the updated windows installations files.

    For Windows 10 v2004 Setup Media update download here the current update is KB4557956

    2) Using the ToolKit's [2]->[4]-> Integrate Windows Setup Media Updates menu, this copies the updated installation files from boot.wim to Windows Installation sources folder, for this you should have integrated the latest SSU and LCU to boot.wim.