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.
You don't need to mount the image for that task, just use the Setupcomplete.cmd method to add the call or include the contents of the .bat file.
I'm referring to the standard Cumulative updates and not the full feature update like 1909->2004. It's due to the changes made by MS to CU mechanism the removed components will be returning back.
So when CU's restore removed components do the associated services, GPOs and registry settings also get re-enabled? If I just disabled a bunch of components/services/GPOs rather than remove them will the CU revert those changes, so for example, I'd have to disabled Defender after every CU?
Code: "%~dp0bin\bin\NSudo\x64\NSudoLG.exe" -U:T -P:E "%~dpscript_x64.cmd" On Nsudo 8, I cannot run the cmd file. What's wrong?