Skip to content

Windows Defender, Fuck up you disk and cpu, And you can't close it.

License

Notifications You must be signed in to change notification settings

Alceatraz/Fuck-Defender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuckDefender

This project is basically steal from This

Description

  • Use dism instead pkgmgr
  • Remove Win32Security, Working fine in Win10 21H1 without it
  • Remove offline mode
  • Remove backup mode
  • Remove skip delete mode
  • Remove everything but only allow remove package named in args
  • Remove Herobrine

Usage

Direct run

Just double click (In fact you need Right Click And Run with Administrator)
It's will uninstall Windows-Defender at default args(Or no args).

Search With Args

Args are name search with contains
FuckDefender.exe [name-1] [name-2] [name-3] ...

List All Package

With only one argument /l to list all package in your system
FuckDefender.exe /l

How it work

If you directly use

dism /online /remove-package /package-name:Oh-MaMaMiYa

You will got an error code 5, Access Denied. But depends what I learned(Steal in fact) Remove the sub folder(Called RegistryKey in Registry) :

HKLM\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Oh-MaMaMiYa\Owner

Then You can remove it by dism or pkgmgr

About

Windows Defender, Fuck up you disk and cpu, And you can't close it.

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%