Make WPFTweaksServices do what it says (#4466)

* Update tweaks.json

* Update tweaks.json
This commit is contained in:
Gabi
2026-05-12 11:06:46 -07:00
committed by GitHub
parent d46d324df8
commit 2d605f1875
+1 -31
View File
@@ -174,7 +174,7 @@
}, },
"WPFTweaksServices": { "WPFTweaksServices": {
"Content": "Services - Set to Manual", "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", "category": "Essential Tweaks",
"panel": "1", "panel": "1",
"service": [ "service": [
@@ -193,16 +193,6 @@
"StartupType": "Manual", "StartupType": "Manual",
"OriginalType": "Automatic" "OriginalType": "Automatic"
}, },
{
"Name": "RemoteAccess",
"StartupType": "Disabled",
"OriginalType": "Disabled"
},
{
"Name": "RemoteRegistry",
"StartupType": "Disabled",
"OriginalType": "Disabled"
},
{ {
"Name": "StorSvc", "Name": "StorSvc",
"StartupType": "Manual", "StartupType": "Manual",
@@ -212,26 +202,6 @@
"Name": "SharedAccess", "Name": "SharedAccess",
"StartupType": "Disabled", "StartupType": "Disabled",
"OriginalType": "Automatic" "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": [ "InvokeScript": [