From next version you can remove the pre-installed Edge Chromium in W10 19042. You can create the pack yourself by using VMWare. - Install a clean OS. - Disable all notifications, monitoring's and cut off Internet to VMware. - Use Total Uninstaller Ultimate to create a snapshot of the current OS, but don't close it. - Install Google Chrome using Offline Installer. - Select Installation is finished in Total Uninstaller Ultimate. - Filter the unwanted entries in the File System and Registry in Total Uninstaller Ultimate. - Export the Registry in Total Uninstaller Ultimate to a file Chrome_w10_x64.reg - Copy all the required file/folder entries in Total Uninstaller Ultimate to a file and save it as Chrome.ini This is a sample format for EdgeChromium.ini Code: [ExclusionList] \ [ExclusionException] \Program Files\Microsoft\Edge \Program Files\Microsoft\EdgeUpdate \Program Files\Microsoft\Temp \ProgramData\Microsoft\EdgeUpdate \ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk \Users\Public\Desktop\Microsoft Edge.lnk \Windows\Installer \Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts \Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Microsoft Edge.lnk \Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Microsoft Edge.lnk \Windows\System32\Tasks\MicrosoftEdgeUpdateBrowserReplacementTask \Windows\System32\Tasks\MicrosoftEdgeUpdateTaskMachineCore \Windows\System32\Tasks\MicrosoftEdgeUpdateTaskMachineUA - Use Wimlib-imagex to capture the Chrome image by using the below command Code: wimlib-imagex capture C:\ Chrome_w10_x64.esd test test --compress=LZMS --solid --config=Chrome.ini >nul - Now in the Live System, do apply the captured Chrome_w10_x64.esd to a folder and then re-capture it using the DISM /Capture-Image command - Export the captured Chrome_w10_x64.wim to Chrome_w10_x64.tpk using the DISM /Export-Image command with /Recovery switch - The Pack is ready.
This does not work efficiently, two programs from the same author, but show random results ... p.s They added SmartScreen filter, although I can't find the key!
Hi MSMG ; Firstly i have to say this is a great tool and thank you for your work I tried 19041.1 iso and removed all packages (except windows photo viewer) by Toolkit Helper Method and everything went okay After installation i saw Settings icon is still on Startup menu Of course i know right click on it and choose remove from start menu I want a clean installation without setting icon on startup menu Thanks for your help
This is for Edge only! I was looking for this key, which disables SmartScreen completely for all components! Code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d "0" /f
Thanks Enthousiast Everything worked like a charm. Can I also use this tool to add Microsoft Office 2019?
No, that needs either to be pre-installed in audit mode or by $OEM$\...\setupcomplete. Example of the $OEM$ method: https://forums.mydigitallife.net/threads/office-2019-integration-iso-win-10.80608/#post-1560529
Hello, Is it possible to extract Microsoft Windows Photo App from .iso 19041, or is it possible download from someone site, I need to install it in another computer
How do I install this on a production system? Or is it just for integration? Spoiler UPD: Understood. The question is closed.
Have tested the WINDOWS 10 PRO 20H2/2009 (V10.0.19042.421) X64 on both Real and Virtual PC, all components are properly removed.
There are repeating items in Remove Menu. Which one do i have to choose if i want to remove components using package list ? 2 or 3 ?
I believe this is caused by trying to modify image build 19042.421. I tested modifying this same build and got the same menu error.
How do you add drivers to integrate? Like in what shape or form do you have to place them inside the /Drivers/install/w10/x64/ folder?