1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Setupcomplete.cmd runs with local system permission, may be that's why it is not working.

    Trying mounting the registry hive under HKEY_USERS, like below

    Code:
    @echo off
    cd\
    start /wait reg load "hku\test" "C:\Users\Default\NTUSER.DAT"
    reg delete "hku\test\Software\Microsoft\Windows\CurrentVersion\Explorer\MultiTaskingView\AllUpView" /v Enabled /f
    reg add "hku\test\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d "0" /f
    start /wait reg unload "hku\test"
    exit
    

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes you can if you know the registry keys to disable the Tamper Protection.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Only Windows Apps (Including Xbox and Store) aren't restored.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Readme file content

    [G] - Remove all required Windows Components using [Remove->Remove Windows Components] menu.

    Note: Only for Client Editions.


    Yes Enterprise is a Client Edition.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes it's a tedious job, need to wait until a fix is worked out.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    For v1909 with recent CU's, the Cortana is required for Windows Search.

     
  7. hxlio0

    hxlio0 MDL Novice

    Jan 14, 2020
    15
    0
    0
    It works! Why is the created key not visible in the registry (HKEY_USERS\Test)?
     
  8. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    A fix from your end? or M$ to fix something broken?
     
  9. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    Thanks ,
    That worked.

    So this is the process I did:

    Select Source
    Enable Features using List
    Disables Features using List
    Tweaks
    Add DX9 feature
    Add Windows Updates
    Add Windows Updates to setup
    Remove Packages using List
    Clean up source
    Apply to Images
    Build ISO


    Only issueIi had was the cumulative update re-downloaded itself and installed after integration.
    So edge came back, oh well.

    Cleanest build I've had so far, Thanks MSMG.
     
  10. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    MSMG, hello!
    Can Components be removed from v1809 LTSC images (x32 - x64) using ToolKit v9.5?
    Unfortunately, README.txt has no instruction specifically for v1809, and there is no word about LTSC.

    If possible, which of these instructions should I use?

    Windows 10 v1507/v1511/v1607/v1703/v1709/v1803/v1909 Client/Server Usage Order
    Windows 10 v1507/v1511/v1607/v1703/v1709 Client/Server Usage Order
    Windows 10 v1803 Client/Server Usage Order
    Windows 10 v1909 Client/Server Usage Order

    And still question: is there a description and instruction to work with ToolKitHelper.exe?

    I'm sorry if the answers to these questions have already been described here, but I did not find them.
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You mean the key is not present in HKEY_USERS\Test after the setup? The Test is temporary placeholder to mount the NTUSER.DAT once it's unload the key won't be shown.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    A fix from my side to stop components returning for v1903/v1909 and also to support any CU.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    I'm testing the new CU to see if any components removed using Toolkit is being affected and will fix any issues in the next release.

    Cumulative update gets re-download only when any features are enabled/disabled or packages added after the CU integration and also when using custom system locale like instead of en-US using en-IN which requires a part of en-GB and en-IN language features pack.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes v1809/v1909 are supported, the Readme.txt was not properly checked while uploading the Toolkit, now I have uploaded the Readme.txt with corrected information, do download it from the download link.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes checked with the driver pack and the xml was not present only the appx was there, do use the /SkipLicense switch instead of /License and see if it works, some apps do work.

     
  16. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Is there a newer beta Toolkit to try? I am trying to look on MEGA, but it is hanging on the message "Receiving folder data".
     
  17. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    Ahh ok makes sense now, because i use en-NZ, where possible. so uses both en-us/en-gb it seems.
    Oh well its liveable.

    Only someday in future requests I would have now would be to be able to remove windows accessories and its contents. And be able to replace notepad with notepad3

    Otherwise its pretty solid now.
     
  18. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Sadly, no, /skiplicense does not work.
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    No, still I haven't started the coding for the newer CU.

    Do refresh the mega window to reload it faster.