You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
defender-control/README.md

50 lines
2.1 KiB
Markdown

3 years ago
# Defender Control
3 years ago
Open source windows defender disabler.
Now you can disable windows defender permanently!
3 years ago
Tested from Windows 10 20H2.
2 years ago
Also working on Windows 11
3 years ago
3 years ago
## What is this project?
3 years ago
We all know that disabling windefender is very difficult since microsoft is constantly enforcing changes.
3 years ago
The first solution is to install an anti-virus - but thats not the point if we are trying to disable it!
3 years ago
The next easiest solution is to use freeware thats already available on the internet - but none of them are native & open source...
I like open source, so I made a safe to use open source defender control.
3 years ago
2 years ago
## On windows updates
Sometimes windows decides to update and turn itself back on.
A common issue is that defender sometimes doesn't want to disable tamper protection again.
Please try turning off tamper protection manually then running disable-defender.exe again before posting an issue.
3 years ago
## What does it do?
1. It gains TrustedInstaller permissions
2. It will disable windefender services + smartscreen
3. It will disable anti-tamper protection
4. It will disable all relevant registries + wmi settings
## Is it safe?
3 years ago
Yes it is safe, feel free to review the code in the repository yourself.
3 years ago
Anti-virus & other programs might flag this as malicious since it disables defender - but feel free to compile it using visual studio.
3 years ago
3 years ago
## Compiling
3 years ago
Open the project using visual studio 2022 preview.
Set the build to Release and x64.
Change the build type you want in settings.hpp.
Compile.
3 years ago
3 years ago
## Demo
![Demo](https://github.com/qtkite/defender-control/blob/main/resources/demo.gif?raw=true)
3 years ago
3 years ago
## Release
3 years ago
You can find the first release over at the releases on the right.
3 years ago
Or alternatively click [here](https://github.com/qtkite/defender-control/releases/tag/v1.2).
3 years ago
## Writeup
3 years ago
If you are interested in how I developed this program check out the writeup [here](https://github.com/qtkite/defender-control/blob/main/Writeup.md).
3 years ago
## TO-DO
2 years ago
- [x] Disable security center
2 years ago
- [x] Add silent mode
2 years ago
- [x] Confirm win 11 support
3 years ago
- [ ] Better cli support
3 years ago
- [ ] Build an interface