Files
VuongKB/Defender Control.md
2026-04-04 21:42:15 -07:00

10 lines
287 B
Markdown

#audeze #computer #it #defender #microsoft
Found this software to disable Windows Defender
https://www.sordum.org/9480/defender-control-v2-1/
```
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend" /v "DependOnService" /t REG_MULTI_SZ /d "RpcSs-DISABLED" /f
```