@MSMG Please, how to disable in registry: Real-time Protection Cloud-delivered protection Automatic sample submission Tamper Protection Disable Automatic Windows Upgrade Disable Windows Update Thanks in advance..!!
Windows 10 v2004 is not supported but you can use the Remove Apps using Apps List method in ToolKit which uses the DISM to remove the Apps.
I have uploaded a updated Toolkit pack for Edge Chromium for Windows 10 and have tested both the x86 + x64 packs with Update service working. Please do test and report back if any issues are found.
Code: Windows Registry Editor Version 5.00 ; 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 [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 ; Disable Windows Updates via peer-to-peer [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config] "DODownloadMode"=dword:00000000 ; Disable Windows Updates via peer-to-peer [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization] "DODownloadMode"=dword:00000000 ; Disable Windows Updates via peer-to-peer [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization] "SystemSettingsDownloadMode"=dword:00000000 ; Disable Updates to the speech recognition and speech synthesis modules [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Speech] "AllowSpeechModelUpdate"=dword:00000000 ; Activate deferring of upgrades [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "DeferUpgrade"=dword:00000001 "DeferUpgradePeriod"=dword:00000001 "DeferUpdatePeriod"=dword:00000000 ; Disalbe automatic downloading manufacturers apps and icons for devices [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata] "PreventDeviceMetadataFromNetwork"=dword:00000001 ; Disalbe automatic driver updates through Windows Update [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "ExcludeWUDriversInQualityUpdate"=dword:00000001 ; Disalbe automatic app updates through Windows Update [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate] "AutoDownload"=dword:00000002 ; Disalbe automatic Windows Updates [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoUpdate"=dword:00000001 ; Disalbe automatic Windows Updates [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wuauserv] "Start"=dword:00000004 ; Disalbe Windows Updates for other Microsoft products [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d] "RegisteredWithAU"=dword:00000000
Will test later when I have more time to do so. My mistake, I thought there was an updated ToolKitHelper.exe.
Think you missed my earlier post, there are no major changes in the current CU and so component removal is not affected.
Hi. I tried integrating edgechrome Via NSudo. I did everything you said before. When you enter the first line of code, everything is fine. But, when you insert the second line of code (reg import Packs\EdgeChromium\EdgeChromium_x64.reg ), then there is an error: an Error when accessing the registry. Maybe I'm not working correctly with NSudo...
Did you used the Toolkit to mount the offline registry hives or did you manually used the commands to mount them? If you had manually used the commands, make sure you have mounted all the reg hives specified in the registry file properly, use these three before the importing of registry reg load HKLM\TK_DEFAULT Mount\Install\Windows\System32\config\DEFAULT reg load HKLM\TK_SOFTWARE Mount\Install\Windows\System32\config\software reg load HKLM\TK_SYSTEM Mount\Install\Windows\System32\config\system and use these three lines after importing the registry. reg unload HKLM\TK_DEFAULT reg unload HKLM\TK_SOFTWARE reg unload HKLM\TK_SYSTEM
Integration EdgeChromium in Win10Pro_1909-18363. 657_Russian_x64 was successful!!! Everything works without errors! After installing Windows, the old Edge icon was in the start menu and on the desktop, after restarting Windows, the icon changed to the new Edge everywhere. Thank you, MSMG!!!
Disabling SmartScreen Code: [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter] "EnabledV9"=dword:00000000 "PreventOverride"=dword:00000000 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost] "EnableWebContentEvaluation"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "SmartScreenEnabled"="Off" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "EnableSmartScreen"=dword:00000000 [HKEY_USERS\.DEFAULT\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter] "EnabledV9"=dword:00000000 "PreventOverride"=dword:00000000 [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\AppHost] "EnableWebContentEvaluation"=dword:00000000 Are you referring Security Health Center to Security Center or Windows Security (Defender)?