diff --git a/config/tweaks.json b/config/tweaks.json index 3377d802..bf080588 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1584,6 +1584,9 @@ " # Disable Defender Auto Sample Submission Set-MpPreference -SubmitSamplesConsent 2 + + $Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB + Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory " ], "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/tele"