I still have OneDrive after using the Remove Windows Components Using Package List setting and using the ToolKitHelper:OneDrive entry on RemovePkgsList.txt. I used the Windows 10 2004 19041.1 Enterprise x64 pt-pt build and integrated the latest CU, SSU and CU for .NET Framework. Is the ToolKit Helper removal method better than the DISM one? No matter what I do, the image is still way bigger than the original after using MSMG ToolKit. Where can I find that setting? I still have some notifications and I probably disabled all the notifications settings so it must be some notifications that can't be disabled.
@MSMG Could you tell me how do I use Nsudo for Disable Tamper Protection on offline install.wim file, pls..!!
who has patience to explain the difference between these files? DisableFeaturesList.txt RemoveAppsList.txt RemovePkgsList.txt or recommend links to find out more
Disable features txt is to disable win services from offline wim servicing via MSMG toolkit. Remove Apps list is to remove provisioned apps plus system apps as per user requirement from offline wim via MSMG toolkit. Mys Post regarding your Query : MSMG ToolKit MSMG ToolKit MSMG ToolKit
I think the removed components didn't return after installing updates on 20H1. Do I need HEIFImageExtension, VP9VideoExtensions, WebMediaExtensions and WebpImageExtension when I don't use the old Edge but the new one?
@MSMG ,These are some localized contents,from ToolKit's EULA. for example,you can follow each line as a localization volume, which also takes into account localization issues and formats of some languages. Code: echo.=============================================================================== echo.%eulatitle% echo.=============================================================================== echo. echo. echo. %eulatxt1% echo. %eulatxt2% echo. %eulatxt3% echo. %eulatxt4% echo. %eulatxt5% echo. %eulatxt6% echo. %eulatxt7% echo. %eulatxt8% echo. %eulatxt9% echo. %eulatxt10% echo. %eulatxt11% echo. %eulatxt12% echo. %eulatxt13% echo. %eulatxt14% echo. %eulatxt15% echo. %eulatxt16% echo. echo. echo.=============================================================================== choice /C AR /N /M "%eulachoice%" In Lang file,these text like follow.For the variable eulatxt, not every content has a value, and the blank line can directly set its value to a space. Code: set eulatitle=##################### MSMG 工具箱 - 最终用户许可协议 ########################## set eulatxt1=MSMG 工具箱基本上是一个集维护、自定义定制、添加或删除功能和组件、启用或者禁 set eulatxt2=用 Windows 操作系统中的功能的工具。 set eulatxt3= set eulatxt4= set eulatxt5=MSMG 工具箱仅限用于已通过许可的 Microsoft Windows 操作系统。 set eulatxt6= set eulatxt7= set eulatxt8=此 MSMG 工具箱“按原样”提供,并且不作任何明示或暗示性的保证。在任何情况之下, set eulatxt9=作者均不会对因为使用此脚本工具而导致可能的任何破坏承担责任。 set eulatxt10= set eulatxt11= set eulatxt12=MSMG 工具箱将会使用各类第三方工具来完成其中的一部分任务。 set eulatxt13= set eulatxt14= set eulatxt15=MSMG 工具箱、Windows 均为其各自公司或作者的注册商标。 set eulatxt16= set eulachoice=########################[ 按‘A’同意 / 按‘R’拒绝 ]######################### These contents also apply to other tips page of ToolKit,like Diolog for IntCustomFeatures,etc. These codes are just examples,not represent your final code.
@MSMG ,another issue,in Remove Menu from ToolKit,when I make localization,I see codes note like: Checking whether the selected Source OS is Windows 10 Enterprise 2014/2015 LTSB Edition Checking whether the selected Source OS is Windows 10 Enterprise N 2014/2015 LTSB Edition Everyone knows that no version of Windows 10 is LTSB 2014,so you may change these.like: Checking whether the selected Source OS is Windows 10 Enterprise 2015 LTSB Edition Checking whether the selected Source OS is Windows 10 Enterprise N 2015 LTSB Edition
OneDrive is a System App and for v2004 only Windows App removal support has been added so far. If you don't remove the additional indexes or if you don't rebuild the images then the image size will be bigger.
- Open the NSudo and choose User : TrustedInstaller and Enable All Privileges options. - In the command box enter cmd and press enter key. - In the opened command window, use the DISM mount image command to mount the image. - Use the registry hive mount command to mount the necessary reg hives. - Import the Defender registry settings using the registry import command. - Use the registry hive un-mount command to un-mount the necessary reg hives. - Use the DISM un-mount image command to un-mount the image. or - Copy the Defender Registry file <Custom\Registry\w10\x64> folder under Toolkit folder. - Mount the Image using the Toolkit. - Use [5] -> [5] Import Registry Settings from Registry File. - Un-mount the Image using the Toolkit.
In 20H1 only Windows Apps removal have been added in Toolkit, so Installing or Integrating CU won't return the Windows Apps, for Windows Store and Xbox the CU may restore it's back-end files but not the Front-end App. HEIFImageExtension, VP9VideoExtensions, WebMediaExtensions and WebpImageExtension is left to the users choice, may be the new Edge might be configured to use these Extensions.
I didn't know integrating CUs could make the apps to return. So, the OneDrive that appears in MSMG ToolKit is a different one? Which one of the following should I remove since it won't have any effect on 20H1? ToolKitHelper:FirstLogonAnimation ToolKitHelper:GameExplorer ToolKitHelper:SpeechRecognition ToolKitHelper:CEIP_SQM ToolKitHelper:FaceRecognition ToolKitHelper:LocationService ToolKitHelpericturePassword ToolKitHelperinEnrollment ToolKitHelper:UnifiedTelemetryClient ToolKitHelper:WindowsErrorReporting ToolKitHelper:WindowsInsiderHub ToolKitHelper:SecurityCenter ToolKitHelper:MapControl ToolKitHelper:OneDrive ToolKitHelper:RetailDemoContent ToolKitHelper:SettingSync ToolKitHelper:SkypeORTC ToolKitHelper:SmartScreen ToolKitHelper:WindowsMixedReality ToolKitHelper:MixedRealityPortal Also, should I use the DISM removal method instead of the ToolKit Helper one? What's the difference between them?