1. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    Can I use Toolkit 9.3.1 for update integration to W7 as well or only for features?
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes except removal you can use v9.3.1 for all OS's.

     
  3. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    Great! Thank you.
     
  4. Bm.Lava

    Bm.Lava MDL Novice

    Nov 16, 2013
    49
    8
    0
    #11224 Bm.Lava, May 29, 2019
    Last edited: May 29, 2019
    Here's what I'm doing from the last Redstone 5 and current 19H1 and getting the "Something went wrong! OOBEMSAHELLO" error on Microsoft account creation during setup.

    Select the Source Images
    Add Win 10 Pro VL Key via CMD
    Integrate all required Windows Feature: Data Deduplication, Dart, DirectX
    Cleanup the Source Image
    Integrate Windows Updates
    Integrate Microsoft .NET Framework 3.5
    Integrate all required Windows Custom Features: Default User Account Pictures, Custom System files: Font, Wallpaper
    Tweaks: Disable Installing 3rd Party Apps, Disable Windows Upgrade, Disable Windows Update, Disable Reserved Space, Force .NET Framework, MP3 Professional Codec, Enable ResetBase
    Import Custom StartMenu Layout
    Add HEVC appx via CMD
    Cleanup the Source Image
    Apply & Save Changes to Source Images
    Re-Build Source Images
    Convert to ESD
    Add Setup complete for activation KMS VL smart
    Build ISO

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Edge Tech

    Edge Tech MDL Novice

    Mar 6, 2019
    19
    1
    0
    Dude I can't remove some apps in 1903 like store , windows defender, update ect.....
     
  6. digitalized

    digitalized MDL Novice

    Nov 17, 2017
    30
    9
    0
  7. Edge Tech

    Edge Tech MDL Novice

    Mar 6, 2019
    19
    1
    0
    Is there is anyway to remove bloatware free for Windows 10 1903
     
  8. digitalized

    digitalized MDL Novice

    Nov 17, 2017
    30
    9
    0
    #11228 digitalized, May 29, 2019
    Last edited: May 29, 2019
    Apart from NTLite (a paid, closed-source product), the only other way would be to mount your image with DISM and use the various PowerShell cmdlets (Remove-AppXProvisionedPackage) etc.

    An NSudo command prompt will allow you to clear out some of the bloat from Windows\SystemApps\... (careful here though as this can cause problems with consistency checks etc.)

    You can also mount the install image registry to tidy that up (reg load and reg unload).

    To load the WIM registry:
    HKLM: [Mounted_image_dir]\Windows\System32\config\software
    HKCU for the Default user: [Mounted_image_dir]\Users\default\ntuser.dat

    Example (loading HKLM from the mounted image): reg load HKLM\wim-lm-registry e:\MountedImage\Windows\System32\config\software

    (and to unload it's simply "reg unload HKLM\wim-lm-registty" once regedit\any scripts using the loaded registry are terminated)
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Do test the image once excluding these steps

    - Custom Features
    - Tweaks


     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You may need to wait until the support is added to remove system apps and other components.

    But you can remove the Store & Xbox for v1903 with the current version by adding these below three lines to RemovePkgsList.txt file present in Packs folder and use the Remove Windows Components using Package List.

    ToolKitHelper_WindowsStore
    ToolKitHelper_XboxApp
    ToolKitHelper_XboxIdentityProvider


     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The System Apps and Other Component removal for v1903 may take more time since the MS has done some changes to the Cumulative updates so that it restores the removed components.

    Today did a initial test with v1903 x86 System Apps removal, though there were no installation errors or SFC scan errors but when Windows Update was ran all the removed components got restored back.

    I do think the WinSxS part needs more work to fix it.
     
  12. Forcecde

    Forcecde MDL Novice

    Oct 29, 2009
    8
    1
    0
    Hi, how to download language pack to 1809 es-MX to add multilanguage windows 10 iso??? Only find en-us
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Will we have any problem removing them (and configuring and removing other things, as well as integrating the updates) when it will be done since there are two builds, one which ends on .1 and another on .30 (I don't know which one is the final one)?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    First let me clarify that there is only one v1903 build and it's 10.0.18362.1, rest of the releases are just (10.0.18362.1 + CU).

    I'm testing with the base image 10.0.18362.1 and still I haven't added the support for .30 CU but it doesn't matter if the CU is integrated, the only problem is using WU the removed components are restored back.

     
  17. Forcecde

    Forcecde MDL Novice

    Oct 29, 2009
    8
    1
    0
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    I responded to this, and 1809 has all LP's....

    You want 1903:
    https://forums.mydigitallife.net/th...pc-rp-19h1_release.79259/page-24#post-1512819
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...