This project is basically steal from This
- Use
dism
insteadpkgmgr
- 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
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).
Args are name search with contains
FuckDefender.exe [name-1] [name-2] [name-3] ...
With only one argument /l
to list all package in your system
FuckDefender.exe /l
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