1. InstantAli3n

    InstantAli3n MDL Junior Member

    Dec 17, 2014
    92
    71
    0
    #9301 InstantAli3n, Jan 9, 2019
    Last edited: Jan 9, 2019
    First off I'm thrilled to see the new version like everyone else! Fantastic!!

    I have only one MAJOR concern:

    Is there something I can do when building or avoid removing so I can use SFC /scannow and WinSXS cleanup to maintain the image? I plan to install 1809 LTSC on several machines until the next LTSC which may be 3 years if they space it as long again (hopefully not) but breakage is sure to occur.

    Personally I rely on these to repair any errors created from memory instability during memory overclocking (and perhaps to fix the results of other sleep deprived OS modifying shenanigans...)


    Also, new VC++ is out today!
    Microsoft Visual C++ 2017 Runtime - 14.16.27024
    https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2019-01-08.76588/
     
  2. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Do you think this is fixable?
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Many components do share common files and registry settings and also it differs with architecture and editions.

    Yes it needs more tweaking and testing to get the desired result.

     
  4. harry_ds

    harry_ds MDL Novice

    Oct 7, 2017
    33
    10
    0
    how about this @MSMG
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    No not yet, when it's added it will be mentioned in the changelog.txt

     
  6. ilia633

    ilia633 MDL Novice

    Dec 4, 2018
    3
    1
    0
    Hi, guys. I use Windows 10 Redstone 5.

    Is it possible to set a default browser (Google Chrome) through the Registry Editor after installing Windows?
    Or it is better not to delete Internet Explorer?
     
  7. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    hi there,
    latest toolkit is not on the media fire link?
    using mediafire because the site is far more accessible with my screen reader.
    also the archives folder is not on the media fire folder could this be added?
     
  8. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Tested with Windows 10 1809 Enterprise x86 and x64 images with the latest (released on 08/01/2019 - same date as Toolkit) SU and CCU updates. No problems found after running sfc /scannow on both virtual machines.

    This is my new method, in the order I do them:
    Integrate Win32 calculator (3 > 3 > B)

    Apply updates (3 > 4 > 2 > 1 > 3)

    Cleanup (6 > 1)

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

    Remove Onedrive, People, Connect, Skype (4 > 1 > 2 > H/J/K/P)

    Remove Store, Xbox, Game bar, Xbox ID (4 > 1 > 3 > R/3/4/5)

    Cleanup (6 > 1)

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 5 > 2/4/7)

    Apply changes to image (6 > 2)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)
     
  9. roedel

    roedel MDL Junior Member

    Jun 3, 2010
    82
    58
    0
    Can we help you?
     
  10. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    On LTSC 2019 I removed all but a few system and advanced components. It was done using ToolKitHelper.exe from within a script. All is well so far. Not even any new errors in the event log. So nice to see all that junk out of there.

    I don't normally use sfc /scannow, but it did do a few restores when I tried it, not concerned much about it since I don't normally run it. I'm still making changes and testing my images so if need be I can look at it in more detail later.

    Can't thank you enough MSMG, you're a gosh darn wizard, love, love, love this tool.
     
  11. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Could I perhaps make a script for the ToolKitHelper to automate the removal from my own builds? This is my current method:
    Integrate Win32 calculator (3 > 3 > B)

    Apply updates (3 > 4 > 2 > 1 > 3)

    Cleanup (6 > 1)

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

    Remove Onedrive, People, Connect, Skype (4 > 1 > 2 > H/J/K/P)

    Remove Store, Xbox, Game bar, Xbox ID (4 > 1 > 3 > R/3/4/5)

    Cleanup (6 > 1)

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 5 > 2/4/7)

    Apply changes to image (6 > 2)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)
     
  12. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    #9312 Krager, Jan 9, 2019
    Last edited: Jan 9, 2019
    Pretty easy actually, just call your script with NSudo.exe -U:T -P:E yourscript.cmd then within the script make calls to ToolKitHelper.exe <path to image> <package>. Of course you'll also want your dism commands in there to do what needs to be done. MS documents dism very nicely. NSudo can be found in the package bin directory.
     
  13. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    but it does not work out like this:
    1) take the English image 17763.1 (as needed)
    2) cut all unnecessary
    3) embed language pack. In my case, this is Russian.
    Maybe so?
     
  14. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    You can export, and import your default app associations online. Export on your current system, then import them after you install your new system. Change my paths for yours.
    Code:
    dism /online /Export-DefaultAppAssociations:"F:\Commands\DefaultPrograms\FileAssociations.xml"
    dism /online /Import-DefaultAppAssociations:"F:\Commands\DefaultPrograms\FileAssociations.xml"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    Since the usage order for R5 has changed to updates first, can MSMG Toolkit functionality be impacted by a new update? Was just wondering if I might run into any problems with the Toolkit after applying the latest cumulative update. Haven't tried it yet. I've only used the Toolkit with the .194 update at this point.
     
  16. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    What is portable device integration?
     
  17. (ABE)

    (ABE) MDL Novice

    Mar 26, 2018
    38
    13
    0
    Build 17763.253
    If you remove the Defender separately and not list, that normally is removed, and by the way no problems off SmartScreen. In the new version of the good changes. Thanks for your work)
     
  18. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    MSMG Toolkit still doesn't show Cortana for removal from LTSC (the very original). I don't understand why it doesn't show up...
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Are you talking about the installed OS or an offline image with .194 CU integrated?

    If it's Live OS, it doesn't matter it will install the updates without issues

    If it's an offline image then better do a fresh image with the new version.

     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Portable Devices is a part of Media Feature Pack for Windows 10 N Editions which enables to use Android Phone/Devices with Windows 10.

    Those who don't want to install the Media Feature Pack and yet want to use the Android Phone/Devices with Windows 10 needs the Portable Devices Packages.