The below tweak will make the package Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1 visible to DISM for removal. Code: reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1" /v Visibility /t REG_DWORD /d 1 /f reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1" /v DefVis /t REG_DWORD /d 2 /f reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1\Owners" /f then the Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1 package can be removed using the below DISM command. Code: dism /online /remove-package /packagename:Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.18362.1 The below tweaks are sufficient to disable Defender and SmartScreen Code: ; Disable SmartScreen Filter [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter] "EnabledV9"=dword:00000000 ; Disable Microsoft SpyNet membership [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] "SpyNetReporting"=dword:00000000 ; Disable submitting data samples to Microsoft [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] "SubmitSamplesConsent"=dword:00000002 ; Disable reporting of malware infection information [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT] "DontReportInfectionInformation"=dword:00000001 ; Disable Windows Defender [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 ; Disable Windows Defender Realtime Monitoring [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableRealtimeMonitoring"=dword:00000001 ; Disable Windows Defender Realtime Monitoring [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection] "DisableBehaviorMonitoring"=dword:00000001 "DisableOnAccessProtection"=dword:00000001 "DisableScanOnRealtimeEnable"=dword:00000001 ; Disable Windows Defender Tamper Protection [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features] "TamperProtection"=dword:00000000
oh you misunderstood me. i mean i already use both editions. was wondering what iso source you use (i'd just use the same to be sure things work) ill assume this works: 19577.1000.200228-1439.RS_PRERELEASE_CLIENTMULTICOMBINED_UUP_X64FRE_EN-US.ISO
Well I don't really use the insider preview builds until it's very near to the RTM stage, right now I'm using the W10 v2004 (19041).
hello, thanks for making this toolkit. i am confused tho. can i use this toolkit on the windows version that comes with the windows ISO that i download from microsoft website right now? or should i go look for an older ISO. i don't know the latest build number that comes from a fresh downloaded ISO. please let me know if i'm good to go or if i should wait for a toolkit update. thanks again!
Download 18363.418 ESD file from here: https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992532 Convert ESD file to ISO using the ESD Decrypter here: https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992731 This is how I create my base ISO image for working with MSMG ToolKit. The only time I have problems is my own fault, for example if I use wrong version.
@MSMG I do know that this ToolKit does not fully support 19041.84 yet, but I do hope that finding possible bugs now helps in the future! From the Integrate Menu, both options 3 (Windows Features) and 5 (Windows Custom Features) take me to the same Integrate Windows Custom Features Menu. Spoiler: Integrate Windows Custom Features Menu =============================================================================== MSMG ToolKit - Integrate Windows Custom Features Menu =============================================================================== [1] Microsoft Terminal Server Patch [2] Custom Themes UxTheme Patch [3] Custom Windows Recovery Environment (WinRE) [4] Custom Default User Account Pictures [5] Custom System Files [6] Microsoft Win32Calc Metro Skin [7] Windows Photo Viewer Metro Skin [8] Windows Media Player Metro Skin [X] Go Back =============================================================================== Enter Your Choice : Spoiler: Source Image Information ------------------------------------------------------------------------------- ####Source Image Information################################################### ------------------------------------------------------------------------------- Image : Install.wim Image Index No : 1 Image Name : Windows 10 Enterprise Image Description : Windows 10 Enterprise Image Architecture : x64 Image Version : 10.0.19041 Image Service Pack Build : 84 Image Service Pack Level : 0 Image Build : 19041 Image Edition : Enterprise Image Flag : Enterprise Image Installation Type : Client Image Default Language : en-GB As expected, unable to remove any components. I do not feel comfortable using the command prompt to workaround this. Thank you once more for your good work and patience with me!
what are these "required updates" specifically? what KBs? *edit*--nevermind, this one works as-is 18363.592.200109-2252.19H2_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X64FRE_EN-US, which is what I was looking for to begin with. the whole point of removing components and such is to not add anything at all to the image including updates.
The next release will support the integration features for 19041 and for removal it may take some time.
Hope you have read the readme.txt properly and know that the removed components except Windows Apps will be returned once the Windows Updates is used or updates are integrated/installed offline. I do advise you to integrate the latest CU and then remove the components.
Hi! Is there any way to integrate the file with the extension .bat to the installation image? Thanks!
What do you mean exactly? Once the image is mounted you put whatever you want in that folder = installation image
There is a file .bat with telemetry disabled. And the Windows image is unpacked in C:\ToolKit_v9.5\DVD. How to apply .bat file to the image? Sorry for my English.
I know how to properly deal with Windows Update so that such never happens. Not sure why no else knows how to disable it completely, or at least disable feature updates which do what you're talking about
not even dism removals would work? and will your toolkit work at all with 19577.1000.200228-1439.RS_PRERELEASE_CLIENTMULTICOMBINED_UUP_X64FRE_EN-US.ISO heres what i do atm: 1. integrate drivers 2. integrate whd 3. dism removals by list 4. disable features 5. use custom startmenu layout 6. clean, build, rebuild image if all will work with insider
You would need to edit all the paths in the bat file. Most likely it edits registry so you would need to mount the offline registry, then edit the registry settings in the bat file.
You can do this with 19577 manually. I do all this and more. Even removing defender, IE, Edge and more.