chore: Update generated dev docs (#4475)

This commit is contained in:
Chris Titus
2026-05-12 13:07:48 -05:00
committed by GitHub
parent 25adabd622
commit d8193fd8ac
53 changed files with 53 additions and 83 deletions
@@ -6,7 +6,7 @@ description: ""
```json {filename="config/tweaks.json",linenos=inline,linenostart=175}
"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": [
@@ -25,16 +25,6 @@ description: ""
"StartupType": "Manual",
"OriginalType": "Automatic"
},
{
"Name": "RemoteAccess",
"StartupType": "Disabled",
"OriginalType": "Disabled"
},
{
"Name": "RemoteRegistry",
"StartupType": "Disabled",
"OriginalType": "Disabled"
},
{
"Name": "StorSvc",
"StartupType": "Manual",
@@ -44,26 +34,6 @@ description: ""
"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": [