pgkt04 / defender-control

An open-source windows defender manager. Now you can disable windows defender permanently.
MIT License
1.46k stars 123 forks source link

Support for x86 #40

Open Fusseldieb opened 2 weeks ago

Fusseldieb commented 2 weeks ago

I wanted to disable the Defender on a weak netbook to get some more ""performance"" out of it. However, seems like the the program is compiled for x64 and won't run.

pgkt04 commented 2 weeks ago

You could try compiling it for x86. You also might have to change some of the flags like KEY_WOW64_64KEY to KEY_WOW64_32KEY depending on your platform

Fusseldieb commented 2 weeks ago

I appreciate your comment. This is certainly possible. However, as I kinda wanted something "quick" that worked, I found out that "https://privacy.sexy", despite the strange name, is full of useful scripts, that include disabling Defender and all services dependant on it, such as the Antimalware Service, among others. That did work!

pgkt04 commented 2 weeks ago

Thats great to hear!