I leave here my previous experience about that: There are two values should be assigned simultaneously for the same "DODownloadMode" parameter, but in different registry paths: 1.1) as a setting option (doesn't work in LTSC) Code: [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config] DODownloadMode = 0 [ Disabled ] Supported values: 0 , 1 , 3 1.2) as a Group policy Code: [HKLM\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization] DODownloadMode = 100 [ Bypass ] Supported values: 0 , 1 , 2 , 3 , 99 , 100 FYI: - Both parameters should / can be set, but for the LTSC only GPO will work. - Both parameters are not existing by default. The most interesting values are: Code: 0 = HTTP only, no peering. 100 = Bypass mode. Do not use Delivery Optimization and use BITS instead.
• CloudExperienceHost CloudExperienceHost is a System App. Required for the first login and during the Security OOBE setup pass (Security screens and switchers). In Windows 10 Enterprise, it's a component that helps you join the workplace environment or Azure AD using company provided credentials. Once you enroll your device, your organization will be able to manage your PC and collect information about you (including your location). It might add or remove apps or content, change settings, disable features, prevent you from removing your company account, or reset your PC. CloudExperienceHost is a System App that really hard to remove PROPERLY (even in live OS). See CloudExperienceHost - Short Guide • AppResolverUX If you plan to install Apps in offline mode (e.g. using PowerShell / install UHD drivers) that will be absolutely impossible without AppResolverUX. To install Apps via PowerShell, you only need this one most important package. The main purpose of this package is to retrieve data on installed applications. FIY (other): AppResolverUX interface used to ask how you want to open things (e.g links from the Mail app or Cortana) similar to "OpenWith.exe" for regular applications. • Remote Services, WMI - be careful with these. Some parts are closely tied with main Windows functionality (Remote Services - with Network services or WMI - with Windows Instrumentary). Better check twice these before removing. Question: Did you added your own (extra) components into the RemovePkgsList.txt (Dism) list ? If so, can you publish it as a text, to take a look? P.S. And thanks for the sharing your testing experience.
@MSMG, had already mentioned that he would make the changes, in this post: But there are so many things to adjust that it must have gone unnoticed. https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-772#post-1601408 Right to the point. This is the configuration that I leave in the CustomToolkit. Code: reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_NTUSER\Software\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "100" /f >nul 2>&1 reg add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "100" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "100" /f >nul 2>&1 This contribution is very important. It was a very succinct summary.
Thanks, friend. I want to note, your changelogs have become much more concise too (and informative, as well) - fast and easy to read .
hi all, how do I select all images in the .wim? it used to be * now it does not seemb to be the case in toolkit v 11.1? Majid
Reporting a problem with windows mail app. Adding microsoft accounts (hotmail, live) don't work. Google mail works. Also account picture don't work. Tried manual remove, package list, no luck. The app itself runs just fine, only impossible to add ms accounts. Windows 20h2 19042 eng. Pro.
Hello our master for what I have observed you definitely abandoned the evolution of the toolkit for W8.1 systems at least is that what interests me in this way seems to be the same thing that M$FT is doing and forcing everyone to use some version of Windows 10 I will be wrong ? please wait for something thank you boss thanks
The issue is with Pre-Superfetch.reg, below is the correct value for setting the Prefetch or Superfetch. Code: ; Disable Windows Prefetch and Super Prefetch [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000000 "EnableSuperfetch"=dword:00000000
Other than component removal, Am I not updating the Toolkit's other features and packs to support Windows 7 or 8.1? Also did added the support for removal components using list method with template files. If I had enough time and good health, would have been added the support for removing the Windows 7 or 8.1 components using ToolKitHelper method.
Hello @MSMG For more details about integrating by order: Servicing Stack Update - Windows10.0-KB4598481-x64.msu - SHA1: 749FE79FD2E31B145DE37C2F9EBF4F711D174DC2 Adobe Flash Player Removal - Windows10.0-KB4577586-x64.msu - SHA1: C9BB49DF325C20DDC147137B3F769FA44D800DDE Dynamic Update - Windows10.0-KB4586858-x64.cab - SHA1: 31934446993448F36FC46340F1F0D88BC079A0C6 .NET Cumulative - Windows10.0-KB4586876-x64-NDP48.msu -SHA1: AB1407801539DFE4AF2423400875A596FC032739 Windows Experience Feature Pack - Windows10.0-KB4592784-x64.cab - SHA1: 2235AB500866AEABBFE59E96ECCD908263934180 Cumulative Update (RollupFix) - Windows10.0-KB4598242-x64.msu - SHA1: 725AEED030BC68B2D07096503BD26918AC1FE488 Definition Updates for Windows Defender - defender-update-kit-x64.zip - SHA1: 14482F5F3B254662D480B655D60FCA157C0D5544 Enablement Package - Windows10.0-KB4562830-x64.msu - SHA1: 93A5C65488AFFB6E73A0A48AD6A58D8BC1713FD7 Then after that integrating .Net Framework 3.5 (NetFx35) It's correct or not? If not correct please, explain to us.