From 132260ab96023f72472b401917437334ec966469 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:29:21 +0200 Subject: [PATCH] Fix #3876 Maybe (#3929) * Update tweaks.json * Update tweaks.json * Update config/tweaks.json Co-authored-by: Chris Titus * Update tweaks.json --------- Co-authored-by: Chris Titus --- config/tweaks.json | 3 +++ 1 file changed, 3 insertions(+) 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"