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

@@ -3,7 +3,7 @@ title: "Disable Telemetry"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=1327}
```json {filename="config/tweaks.json",linenos=inline,linenostart=1333}
"WPFTweaksTelemetry": {
"Content": "Disable Telemetry",
"Description": "Disables Microsoft Telemetry.",
@@ -106,9 +106,6 @@ description: ""
# Disable (Windows Error Reporting Manager) Service
Set-Service -Name wermgr -StartupType Disabled
$Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory
Remove-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Siuf\\Rules\" -Name PeriodInNanoSeconds
"
],