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": [