ionuttbara/windows-defender-remover

A tool which is uses to remove Windows Defender in Windows 8.x, Windows 10 (every version) and Windows 11.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 13th, 2021
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 534
Total Stargazers: 8,386 (+0)
Total Subscribers: 65 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.1 days
Mean response time: 44.0 days
90th percentile: 162.1 days
Tracked items: 83

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 326 days
Stale 30+ days: 15
Stale 90+ days: 15

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (11)
  • enhancement (2)
  • documentation (1)
  • invalid (1)

Detailed Description

Windows Defender Remover is a batch script tool that disables and removes Windows Defender and related security components from Windows 8.x, Windows 10, and Windows 11.

The tool addresses the need to completely strip Windows Defender and its associated security infrastructure from Windows systems. It works by executing batch scripts that forcibly remove antivirus components including the Defender engine, definition updates, scanning tasks, and shell integrations. It also disables security features such as Virtualization-Based Security, SmartScreen, User Account Control file virtualization, Exploit Guard, Tamper Protection, and system mitigations. The project includes three main modules: an ISO Maker for creating custom Windows installations with Defender pre-disabled, a Remove Defender Engine script targeting the antivirus core, and a Remove Security App script targeting the Windows Security UI.

This tool is intended for users who want complete removal of Windows security features, typically those running custom or minimal Windows installations where antivirus protection is handled elsewhere or deemed unnecessary. It suits scenarios where system performance is prioritized over built-in security, such as on older hardware where mitigations like Spectre and Meltdown protections impact performance. Users should understand that removing these components significantly reduces the system's built-in security posture and should create a system restore point before proceeding. The README recommends this approach only for users who know what they are doing.

The project shows active maintenance with regular updates to support new Windows versions and security features. Development includes iterative refinement of removal procedures as Windows introduces new security components and mitigations. The tool receives ongoing adjustments to handle changes in how security features are integrated across different Windows releases.