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.
|
2022-01-25 11:32:04 +00:00
|
|
|
Also working on Windows 11
|
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
|
|
|
|
2022-03-01 15:53:15 +00:00
|
|
|
## On windows updates
|
|
|
|
Sometimes windows decides to update and turn itself back on.
|
2022-03-01 15:53:33 +00:00
|
|
|
A common issue is that defender control sometimes doesn't want to disable tamper protection again.
|
2022-03-01 15:53:15 +00:00
|
|
|
Please try turning off tamper protection manually then running disable-defender.exe again before posting an issue.
|
|
|
|
|
2022-03-12 12:44:47 +00:00
|
|
|
![Tamper](https://github.com/qtkite/defender-control/blob/main/resources/tamper.png?raw=true)
|
|
|
|
|
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-12-28 03:18:03 +00:00
|
|
|
## Compiling
|
2021-12-28 03:18:18 +00:00
|
|
|
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.
|
2021-12-28 03:18:03 +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-12-28 13:37:13 +00:00
|
|
|
Or alternatively click [here](https://github.com/qtkite/defender-control/releases/tag/v1.2).
|
2021-07-22 19:17:22 +00:00
|
|
|
|
2021-07-22 19:37:26 +00:00
|
|
|
## TO-DO
|
2022-01-25 01:38:05 +00:00
|
|
|
- [x] Disable security center
|
2022-01-25 06:32:37 +00:00
|
|
|
- [x] Add silent mode
|
2022-01-25 11:32:04 +00:00
|
|
|
- [x] 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
|