mewostick / Creosynth

Windows playbook for various creators.
GNU General Public License v3.0
7 stars 0 forks source link

[Question] How does your Windows Defender disabler work? #11

Closed instead1337 closed 1 month ago

instead1337 commented 1 month ago

It's not really an issue, but I'm curious how you're disabling these services in this file without requiring the highest privileges. Services like WdFilter, WdNisDrv, WdNisSvc, and WinDefend are incredibly hard to disable with just workarounds. Does Windows Defender actually get disabled with this method?

mewostick commented 1 month ago

Once AME Wizard prompts to switch off Defender manually by user (which includes Tamper Prevention, main reason for blocking disabling of Defender) it becomes less 'strict' so it becomes possible to set those services to disabled.

Though, recently I've had some permission issues with it so I may need to test it further.