2021-07-20 05:22:13 +00:00
|
|
|
# Defender Control
|
2021-07-20 06:45:24 +00:00
|
|
|
Open source windows defender disabler.
|
|
|
|
Now you can disable windows defender permanently!
|
2021-07-29 16:54:11 +00:00
|
|
|
Tested from Windows 10 20H2.
|
2021-11-29 23:42:56 +00:00
|
|
|
Also working on Windows 11 (earlier versions)
|
2021-07-20 05:20:19 +00:00
|
|
|
|
2021-07-20 05:22:13 +00:00
|
|
|
## What is this project?
|
2021-07-22 19:29:03 +00:00
|
|
|
We all know that disabling windefender is very difficult since microsoft is constantly enforcing changes.
|
2021-07-22 19:28:56 +00:00
|
|
|
The first solution is to install an anti-virus - but thats not the point if we are trying to disable it!
|
2021-07-22 19:26:14 +00:00
|
|
|
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.
|
2021-06-26 08:14:52 +00:00
|
|
|
|
2021-07-22 19:35:02 +00:00
|
|
|
## 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?
|
2021-08-08 19:56:59 +00:00
|
|
|
Yes it is safe, feel free to review the code in the repository yourself.
|
2021-08-08 19:56:52 +00:00
|
|
|
Anti-virus & other programs might flag this as malicious since it disables defender - but feel free to compile it using visual studio.
|
2021-07-22 19:35:02 +00:00
|
|
|
|
2021-07-20 05:20:19 +00:00
|
|
|
## Demo
|
|
|
|
![Demo](https://github.com/qtkite/defender-control/blob/main/resources/demo.gif?raw=true)
|
2021-06-26 08:14:52 +00:00
|
|
|
|
2021-07-22 19:15:41 +00:00
|
|
|
## Release
|
2021-07-22 19:35:33 +00:00
|
|
|
You can find the first release over at the releases on the right.
|
2021-08-27 03:47:25 +00:00
|
|
|
Or alternatively click [here](https://github.com/qtkite/defender-control/releases/tag/v1.1).
|
2021-07-22 19:17:22 +00:00
|
|
|
|
|
|
|
## Writeup
|
2021-07-22 19:25:34 +00:00
|
|
|
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).
|
2021-07-22 19:37:26 +00:00
|
|
|
|
|
|
|
## TO-DO
|
2021-12-05 13:33:57 +00:00
|
|
|
- [ ] Confirm win 11 support
|
2021-12-02 09:19:50 +00:00
|
|
|
- [ ] Better cli support
|
2021-10-14 09:53:58 +00:00
|
|
|
- [ ] Build an interface
|