Hi, I have windows 10 32bit single language 2004, I want to completely disable defender along with it's services running in background. i have tried changing registry entry but i kept getting permission error. Is there any tool to fully remove it ? Thanks
Sorry, but you can always add it there. Isn't that so? To my knowledge, nothing and no one forbids to do so. However, this is not necessary at all, it only makes some procedures easier for you. But if you really want to have many additional problems in the future, you can find the tool you asked for here as well. It's there in spoiler. Code: https://forums.mydigitallife.net/threads/repo-windows-10-telemetry-repository.63874/page-62#post-1611159 But I suggest you think very seriously before you start doing this nonsense.
Try to fully disable: 1. Create a file named WindowsDefender-Disabled-Online.reg 2. Edit WindowsDefender-Disabled-Online.reg with Notepade.exe 3. Copy\paste following content to WindowsDefender-Disabled-Online.reg and save Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Policy Manager] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection] "DisableRealtimeMonitoring"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] "SubmitSamplesConsent"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT] "DontReportInfectionInformation"=dword:00000001 "DontOfferThroughWUAU"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "SettingsPageVisibility"="Hide:windowsdefender" [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Windows Defender] [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WinDefend] "Start"=dword:00000004 4. Place WindowsDefender-Disabled-Online.reg at C:\ 5. Run cmd as Administrator 6. type or copy\paste following command and press Enter Code: reg import C:\WindowsDefender-Disabled-Online.reg 7. Restart