``` .--. _..._ .--. |__| .' '. |__| .-. .- .| .-,.--. .--.. .-. ..--. .|\ \ / / .' |_ | .-. || || ' ' || | .' |_\ \ / / .' || | | || || | | || | .' |\ \ / / '--. .-'| | | || || | | || |'--. .-' \ \ / / | | | | '- | || | | || | | | \ ` / | | | | |__|| | | ||__| | | \ / | '.'| | | | | | | '.' / / | / |_| | | | | | /|`-' / `'-' '--' '--' `'-' '..' Trinity is a project to fully disable & remove Windows Defender from your system. ``` _Strictly for educational purposes_. ## Options ``` trinity {OPTIONS} OPTIONS: -h, --help Display this help menu -s, --system-restore Create system restore point before removing defender ``` ## Building To build project you need: - Visual Studio 2019 - [Premake 5.0](https://premake.github.io/download) in your PATH To set up the build environment, run the following commands in a terminal: ```dos 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](https://twitter.com/jonaslyk/status/1372958846164013058?s=21).