Fully disables & removes Windows Defender
Go to file
Konstantin 'cpz' L 8106558a52 v1.0.3
- Disable elam drivers via bcdedit if bcdstore fails
- Add creating system restore point before disabling via argument
2022-01-28 19:32:46 +03:00
.github v1.0.0 2022-01-24 06:07:24 +03:00
dependencies v1.0.3 2022-01-28 19:32:46 +03:00
src v1.0.3 2022-01-28 19:32:46 +03:00
.gitignore v1.0.0 2022-01-24 06:07:24 +03:00
.gitmodules v1.0.3 2022-01-28 19:32:46 +03:00
CONTRIBUTORS.md v1.0.1 2022-01-26 01:45:47 +03:00
README.md v1.0.0 2022-01-24 06:07:24 +03:00
premake5.lua v1.0.3 2022-01-28 19:32:46 +03:00

                                 .--.   _..._   .--.                               
                                  |__| .'     '. |__|      .-.          .-          
                      .|  .-,.--. .--..   .-.   ..--.     .|\ \        / /          
                    .' |_ |  .-. ||  ||  '   '  ||  |   .' |_\ \      / /           
                  .'     || |  | ||  ||  |   |  ||  | .'     |\ \    / /            
                 '--.  .-'| |  | ||  ||  |   |  ||  |'--.  .-' \ \  / /             
                    |  |  | |  '- |  ||  |   |  ||  |   |  |    \ `  /              
                    |  |  | |     |__||  |   |  ||__|   |  |     \  /               
                    |  '.'| |         |  |   |  |       |  '.'   / /                
                    |   / |_|         |  |   |  |       |   /|`-' /                 
                    `'-'              '--'   '--'       `'-'  '..'         
                    Trinity is a project to fully disable & remove Windows Defender from your system.

Strictly for educational purposes.

Building

To build project you need:

To set up the build environment, run the following commands in a terminal:

git clone https://github.com/cpz/trinity.git --recurse-submodules
cd trinity
premake5 vs2019

Now, you will be able to open the solution, and simply build it in Visual Studio.

Credits

Project fully based on these twits.