Can I ask why you didn't chose to use Education instead of Enterprise? Intrigued and maybe this is something I should also consider.
21H1 is not yet released, if you want can add the support for normal tasks other then the component removal.
Assuming you want to know why I went with Education instead of Enterprise: Mainly after reading some posts here on this board. @Enthousiast for example said: "Easily available on Techbench, has the least UWP apps and the same administrative options as Enterprise." Education is build off Enterprise, so it was not difficult to decide upon. This edition was also suggested by others, some mentioned that telemetry can be easily switched of (just like enterprise) by using the group policy editor. Finally, there is a noticeable performance increase in those recent builds, so it was the right moment to leave LTSC in the past. Cheers.
Who has this tweak? [4]Customize-[8]Apply Tweaks-[D]Disable Automatic Downloading and Installing 3rd Party Apps
Code: Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d "1" /f
Soon it will be available, if you want can upload just the updated ToolKitHelper.exe to support 10.0.17763.1637 10.0.18362.1256 or 10.0.18363.1256 10.0.19041.685 or 10.0.19042.685
Yea! I have success without any sfc errors. Last minor thing, the included w10_customstartmenulayout.xml doesn't work with 20H2. I had to remove these lines for it to work: <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbaresktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" /> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection>