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
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.
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.
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.
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.
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.
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.
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.
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".
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.
No, still I haven't started the coding for the newer CU. Do refresh the mega window to reload it faster.