From 2d605f1875159364257b448de4ca2a71dc057b50 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Tue, 12 May 2026 11:06:46 -0700 Subject: [PATCH] Make WPFTweaksServices do what it says (#4466) * Update tweaks.json * Update tweaks.json --- config/tweaks.json | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 6602d43b..20658997 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -174,7 +174,7 @@ }, "WPFTweaksServices": { "Content": "Services - Set to Manual", - "Description": "Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand.", + "Description": "Sets some services to Manual startup and adjusts the SvcHostSplitThresholdInKB registry value to better match system memory, which can significantly reduce the number of svchost.exe processes.", "category": "Essential Tweaks", "panel": "1", "service": [ @@ -193,16 +193,6 @@ "StartupType": "Manual", "OriginalType": "Automatic" }, - { - "Name": "RemoteAccess", - "StartupType": "Disabled", - "OriginalType": "Disabled" - }, - { - "Name": "RemoteRegistry", - "StartupType": "Disabled", - "OriginalType": "Disabled" - }, { "Name": "StorSvc", "StartupType": "Manual", @@ -212,26 +202,6 @@ "Name": "SharedAccess", "StartupType": "Disabled", "OriginalType": "Automatic" - }, - { - "Name": "TermService", - "StartupType": "Manual", - "OriginalType": "Manual" - }, - { - "Name": "TroubleshootingSvc", - "StartupType": "Manual", - "OriginalType": "Manual" - }, - { - "Name": "seclogon", - "StartupType": "Manual", - "OriginalType": "Manual" - }, - { - "Name": "ssh-agent", - "StartupType": "Disabled", - "OriginalType": "Disabled" } ], "InvokeScript": [