1. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    Windows 7 does not come with IE11 by default if I remember correctly.
    Make sure you integrate the base IE11 package before doing the updates.

    At that time I was using "KUC" to integrate and IE11 was an additional package.

    Cheers.
     
  2. sousaf265

    sousaf265 MDL Novice

    May 30, 2015
    23
    0
    0

    Actually, I already integrated the IE11 (Without any updates) into ISO with CMD commands before, and now I just wanted to integrate updates recently released. The other security updates and net framework were integrated perfectly. Maybe i'll try to do this with other program, just to stay as up to date as possible.
    Thank you for answer it!
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    At present the current Toolkit doesn't allow to remove System Apps or other Components for 18362.1, then how did you removed it using the Toolkit?

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    IE11 requires certain pre-requisite updates to be integrate and the Toolkit provides an IE11 pack for Windows 7, download the IE11 pack from the Toolkit download link and extract the pack to Toolkit\Packs folder as specified in the readme.txt.

    Then use Integrate Internet Explorer 11 from Integrate Features Menu.

     
  5. xingthx

    xingthx MDL Novice

    Aug 31, 2012
    4
    0
    0
    edit file .\packs\RemovePkgsList.txt using file RemovePkgsList_Template.txt.
    template file contains the apps and components.
    so the next verison will support it ?
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    No even that way it won't remove since I have only added Apps removal for v1903, the support for v1903 component removal will take more time since MS has done changes to Cumulative update to restore the removed components and so need to work on it properly.

     
  7. xingthx

    xingthx MDL Novice

    Aug 31, 2012
    4
    0
    0
    ok,got it.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Updated the Toolkit to v9.3.2

    v9.3.2
    + Updated ToolKit's Bin folder with Windows 10 20H1 Insider Preview WADK (v10.0.18898.1000) Tools.
    + Fixed a Bug in the Feature "Integrate Language Packs" Where the extraction of Localized Resource files failed for Windows 10 v1607 Client/Server Source OS.
    + Updated the Feature "Remove Windows Component" to support removing Narrator Quick Start System App for Windows 10 v1809 Source OS.
    + Updated the Feature "Remove Windows Component" to support removing Windows Apps for Windows 10 v1903 (v10.0.18362.30) Source OS.
    + Fixed a Bug in the Feature "Remove Windows Component Using Package List" where the Toolkit failed to parse the ToolkitHelper.exe component name if more than one '_' present.

    Note: I have changed the syntax for RemovePkgsList.txt to use ':' instead of '_' for ToolKitHelper Components Name.
     
  9. biatche

    biatche MDL Addicted

    Nov 14, 2009
    569
    143
    30
    first to reply to thank for release of 9.3.2

    been refreshign.
     
  10. haremmon

    haremmon MDL Novice

    Aug 29, 2016
    20
    18
    0
    Thank you for this information. I was wondering this too as to why the system and windows apps removals were not available. Look forward to seeing a solution to Microsoft's changes in v1903.
     
  11. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    @MSMG Thank you again for your hard work.

    Testing v9.3.2 now with the following:
    • x86 ISO: 18362.30.190401-0842.19H1_RELEASE_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO
    • x86 SSU: windows10.0-kb4498523-x86_ef839686aee13279ed4e3656150eed43d525949c.msu
    • x86 CU: windows10.0-kb4497935-x86_8cd569b78eb22e22e5cf5f32b471f170f410ff4f.msu
    • x64 ISO:18362.30.190401-0943.19H1_RELEASE_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO
    • x64 SSU: windows10.0-kb4498523-x64_a0ff434be44cddb3c4e6c9e3a9a8d150e3ddc5fa.msu
    • x64 CU: windows10.0-kb4497935-x64_e1e15758afc9d32ca57779428d145cfba3a12e4b.msu
     
  12. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    767
    616
    30
    Very pleased to report that I encountered no problems with v9.3.2 and the above files. SFC scanned before and after Windows Updates and found no issues.

    Extract ISO (1 > 3)

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

    Integrate Win32 calculator (3 > 3 > B)

    Remove all metro apps (4 > 1 > 1 > 8)

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

    Cleanup (6 > 1)

    Apply changes to image (6 > 2)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)
     
  13. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
    #11315 sergey130270, Jun 2, 2019
    Last edited: Jun 2, 2019
    Hello guys! Help me please, created a script for importing reg-files, I can not import a reg-file, writes that Error: Error accessing the registry. Please see what is missing. Through SuperCMD.v2.1 everything is imported well, but through the command line I can not import the reg-file in the connected image into the bushes [PE4-SYSTEM] and [PE4-SOFTWARE].
    Thank.
    Here is its contents:

    @echo off
    md "%~dp0Mount"
    echo.
    echo Mount image...
    echo -----------------------------------------------
    echo.
    dism /Mount-Wim /WimFile:"%~dp0boot.wim" /Index:2 /MountDir:"%~dp0Mount"

    Set Target="%~dp0Mount"

    echo Connecting a registry hive ...
    echo -----------------------------------------------
    echo.
    reg load HKEY_LOCAL_MACHINE\PE4-SOFTWARE "%Target%\Windows\System32\config\SOFTWARE"
    reg load HKEY_LOCAL_MACHINE\PE4-SYSTEM "%Target%\Windows\System32\config\SYSTEM"
    reg load HKEY_LOCAL_MACHINE\PE4-USER "%Target%\Windows\System32\config\USER"
    Echo.
    Echo Registry shrubs connected...
    Echo.
    Pause
    echo Importing Values to Registry ...
    echo -----------------------------------------------
    echo.
    reg import "%~dp0REG.reg" Error: Error accessing the registry
    Echo.
    Pause
    Echo ----------------------------
    reg unload HKEY_LOCAL_MACHINE\PE4-SOFTWARE
    reg unload HKEY_LOCAL_MACHINE\PE4-SYSTEM
    reg unload HKEY_LOCAL_MACHINE\PE4-USER
    Cls
    Echo.
    Echo Registry shrubs disabled...
    Echo.
    Pause
    echo Copying files ...
    echo -----------------------------------------------
    echo.
    xcopy "%~dp0FALES" "%~dp0Mount" /E /Q /H /Y
    echo.
    echo -----------------------------------------------
    echo.
    dism /Unmount-Wim /MountDir:"%~dp0Mount" /Commit
    echo.
    pause
    exit
     
  14. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    122
    23
    10
    Is there any reason to use 18362.30 as opposed to 18362.1? In case I plan to update online after installation.
    Thank you for the update!
     
  15. kal

    kal MDL Member

    Aug 18, 2007
    105
    21
    10
    I've found the problem: integrating Win 32 Calc does break start menu and search ui after first reboot. It work on first boot, but when I install Vmware tools and reboot, everything is broken.
     
  16. LordVardus

    LordVardus MDL Novice

    Apr 4, 2018
    34
    6
    0
    good day
    when I remove the metro apps at the 1903
    but stay under C: \Program Files\WindowsApps the whole apps folder earlier they were also removed or not?
     
  17. LeoKesler

    LeoKesler MDL Novice

    Feb 11, 2008
    14
    4
    0
    In file RemovePkgsList_template.txt and RemoveAppsList_W10_v1903_Template.txt some entries are almost the same, like:

    Microsoft.MicrosoftSolitaireCollection -- ToolKitHelper:SolitaireCollection
    Microsoft.Office.OneNote -- ToolKitHelper:OfficeOneNote
    (...)

    Do I need to keep both entries in RemovePkgList.txt and RemoveAppsList.txt ?
     
  18. intro

    intro MDL Member

    Apr 10, 2010
    239
    52
    10
    #11320 intro, Jun 2, 2019
    Last edited: Jun 2, 2019
    MSMG would you happen to know why, after removing all apps and advanced components except IE in w10 x64 pro en us 1809, I can't install the netflix app properly using powershell (it installs but won't open}. If I do the same with LTSC the netflix app installs and works using powershell. Is there an app or component (if removed} that doesn't let powershell install an app properly?