chore: Update generated dev docs (#4381)

This commit is contained in:
Chris Titus
2026-04-17 09:01:16 -05:00
committed by GitHub
parent c5fc9490a8
commit 26959b0e63
52 changed files with 57 additions and 54 deletions

View File

@@ -966,4 +966,10 @@ description: ""
"OriginalType": "Manual"
}
],
"InvokeScript": [
"
$Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory
"
],
```