Files
2026-04-03 22:11:36 -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
```