Jump to content

How to permanently disable Windows Defender?


Randy Lahey

Recommended Posts

Nuclear Fallout
20 minutes ago, Randy Lahey said:

How to permanently disable Windows Defender on Windows 10 Pro?

Obviously without installing any third-party antivirus.

This might not exactly what you wanted, but IT WORKS:

 

Put for every drive on you system an exception! I was in the same boat, and it worked!!

  • Like 3
Link to comment
Share on other sites


Randy Lahey
4 minutes ago, andy2004 said:

Dcontrol is Defender Control.. i did put SORDUM.. before putting the link in the Dcontrol here..

Relax dude, it's obviously oversight 

8 minutes ago, hpwamr said:

Defender Control v1.9 at https://www.sordum.org/9480/defender-control-v1-9/ works perfect. 😀

What's with that Notepad3? Do you support them as programmer or just give money? I'm thinking about replacing Notepad++ with something light.

Link to comment
Share on other sites


<<Open off topic>>  @Randy Lahey, Notepad3 is a 100% Free and  Open Source software! <<Close off topic>>

Edited by hpwamr
Link to comment
Share on other sites


  • 3 weeks later...

Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\AppHVSI" /v "AllowAppHVSI" /t REG_DWORD /d "0" /f
Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\AppHVSI" /v "AllowAppHVSI_ProviderSet" /t REG_DWORD /d "0" /f
Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f
Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControlEnabled" /t REG_DWORD /d "0" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "4" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WdBoot" /v "Start" /t REG_DWORD /d "4" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WdFilter" /v "Start" /t REG_DWORD /d "4" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisDrv" /v "Start" /t REG_DWORD /d "4" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "4" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /v "Start" /t REG_DWORD /d "4" /f
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SecurityHealth" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" /v "SecurityHealth" /f
Reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "WindowsDefender" /f
del /f /q /s "%ProgramData%\Microsoft\Windows Defender\Scans\*"
del /f /q /s "%ProgramData%\Microsoft\Windows Defender\Support\*"
SCHTASKS /Change /DISABLE /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance"
SCHTASKS /Change /DISABLE /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup"
SCHTASKS /Change /DISABLE /TN "Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan"
SCHTASKS /Change /DISABLE /TN "Microsoft\Windows\Windows Defender\Windows Defender Verification"

Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f

 

make a cmd or bat.... run as admin ........

use at your own risk... security center is disable as well.... i just rip from my iso

rem the SecurityHealth if you want the security popup............

Link to comment
Share on other sites


  • 2 weeks later...
1 hour ago, hpwamr said:

It was also available on NSANE FORUMS  :rolleyes:

 

I didn't know sorry, i posted the first link that came to my mind but... better on Nsane so! ;)

  • Like 2
Link to comment
Share on other sites


fkstabizler

This always worked for me:

 

gpedit.msc

 

Computer Configuration/Administrative Templates/Windows Components/Microsoft Defender Antivirus/Real-time Protection/Turn off real-time protection -> Enable

Computer Configuration/Administrative Templates/Windows Components/Microsoft Defender Antivirus/Turn off Microsoft Defender Antivirus -> Enable

 

for Home: There is no reason to use Home...

Edited by fkstabizler
Link to comment
Share on other sites


Think very seriously before you completely disable Windows Defender.

Disabling Windows Defender on Windows 10 (also in windows 8 and in Windows 11) is one most stupidest doings what someone may do at all.

But if You're smarter (which, of course, I don't doubt), do it. 

(One proverb says that some learn only from their mistakes. Sorry, try yourself.)

Link to comment
Share on other sites


@fkstabizler just do these two steps and you are done at 100%
Step 1: Disable Windows Defender through Defender Control - dControl

Step 2: Add these settings on the screen! You are Done for endless death!

 

Disable-WD-Permanent.png

Link to comment
Share on other sites


  • 3 weeks later...
  • Administrator

The topic has been moved to the right place, and please read and pay attention where you start a new topic. Member's Corner is for software that can't be posted on Software update forum. 

Link to comment
Share on other sites


  • 4 weeks later...
On 7/26/2021 at 3:24 PM, BTJB said:


Step 1: Disable Windows Defender through Defender Control - dControl

 

Defender Control works fine from Windows Vista to Windows 10.

Windows 11, not so much.  Windows Defender in Win11 silently re-enables its realtime protection feature after being disabled by Defender Control.

the maker of Defender Control has not yet found a solution for the problem in Win11 as noted by one of recent comments on his web site.

Quote

we are still trying to find a Method to Auto disable it

 

  • Thanks 2
Link to comment
Share on other sites


  • 3 weeks later...

Win11 problems fixed with Defender Control 2.0 released Sept. 13

 

Quote

Defender Control v2.0 – What’s New – (Monday, 13 September 2021)

1. [Removed] – Cmd parameter support (Defender control is using inside some malware)
2. [Fixed] – Defender Control Doesn’t work on Windows 11
3. [Fixed] – Error occurs when turning off Windows Defender
4. [Added] – Some code improvements

 

Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...