set "disable windows defender" to be a longhorn-series tweak

This commit is contained in:
fierelier 2020-02-08 15:12:20 +01:00
parent a96b737e0b
commit 8840dbd252
3 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ i do not guarantee that that all of the reversals are accurate across different
| :---: | --- | --- |
| ✔ | [disable metro app swapping](../tweaks/ten/disable metro app swapping) | metro apps suspend themselves into swapfile.sys, to save memory. this however causes i/o activity. it is better disabled, and to disallow wasteful apps to run in the background entirely. |
| ⚠️ | [disable superfetch](../tweaks/longhorn-series/disable superfetch) | superfetch stores frequently accessed data in RAM. this is supposed to speed up read speeds, but in practice, it just causes unnecessary i/o activity, especially on HDDs. slow on HDDs, useless on SSDs as they're fast enough as-is, so this is disabled. |
| ✔ | [disable windows defender](../tweaks/ten/disable windows defender) | windows defender is not that good of anti-virus, and also causes a boatload of i/o activity, especially when a lot is going on. definitely worth disabling. |
| ✔ | [disable windows defender](../tweaks/longhorn-series/disable windows defender) | windows defender is not that good of anti-virus, and also causes a boatload of i/o activity, especially when a lot is going on. definitely worth disabling. |
| ⚠️ | [disable windows search](../tweaks/longhorn-series/disable windows search) | the windows search service is responsible for indexing the files on your drives. the service speeds up search, however, also causes unexpected i/o activity sometimes. |
<br>