Any way to prevent Windows Update from reinstalling removed components by MSMG? Great tool, but this is a problem. Would be great to know if there is a possibility to install only security updates. Edit: Speaking of a fresh 1909 install with the first cumulative update (April 2020).
Thank you @MSMG this issue has kept me from completing the project since December. I hope you'll find enough time and resolve it for us. Please notify us in the thread when you resolve this, consider this a humble request. I just want to have the confirmation before I commence the project again. Thank you for all the help and awesome toolkit.
I could work around that by replacing all "18362" entries to "18363" in "Toolkit.cmd". Just wanted to notify you about possible bug. Thanks a lot for your software!
1-I've been trying to implement VCRuntime in windows 10 1909 I'm getting this error "Microsoft Visual C++ Runtime Pack file "VCRedist_w10.tpk" not found..." I already downloaded the pack but there's no file with such a name ? 2-Why would I need Directx 9.0c? and is it safe to implement even though I'm removing Internet Explorer? 3-I can't find the option to integrate NetFX48?
do not remove IE! netfx4.8 comes oobe with 1909... some time ago i experienced difficulties integrating vc runtimes (and also .netfx) too, so just use abbodi1406's vc-dist-aio-package: https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2020-03-27.76588/ greetings
How about nefx462? does it come with 1909 because there's no option to include it as well? about IE, should I keep it only because of DirectX 9.0C or is it needed maybe for something else? just wondering
The one trusted method I use to disable Windows Defender is Group Policy Editor (gpedit.msc) to disable Windows Defender by navigating to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus and enabling Turn off Windows Defender Antivirus. What is changed (registry entries , files, etc) when doing this? Does the following do exactly the same thing? Code: ; Disable Windows Defender [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001
Hello, I want to completely remove all packages like system apps and windows apps at once from the windows iso, it is so tiring to rmove 1 component at a time, is there a faster way to do it will all the listed components hw to generate the list of which component to remove. pls help thank u
1) VC++ pack is broken 2) It's your choice to integrate DirectX 9.0c and IE is required for many software's, so far only known list of software's affected is listed in readme.txt 3) NetFX48 comes built-in W19 v1909 and so it's won't be displayed for integration.
Replace the values 0 to 1 and 1 to 0 in the registry file. dword:00000000 -> dword:00000001 dword:00000001 -> dword:00000000