chore: Update generated dev docs (#4629)

This commit is contained in:
Chris Titus
2026-06-03 16:06:49 -05:00
committed by GitHub
parent d7b0389a93
commit 74a3ddad1c
51 changed files with 55 additions and 67 deletions
@@ -106,6 +106,9 @@ description: ""
# Disable (Windows Error Reporting Manager) Service
Set-Service -Name wermgr -StartupType Disabled
# Disable PowerShell 7 telemetry
[Environment]::SetEnvironmentVariable('POWERSHELL_TELEMETRY_OPTOUT', '1', 'Machine')
Remove-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Siuf\\Rules\" -Name PeriodInNanoSeconds
"
],
@@ -119,6 +122,9 @@ description: ""
# Enable (Windows Error Reporting Manager) Service
Set-Service -Name wermgr -StartupType Automatic
# Enable PowerShell 7 telemetry
[Environment]::SetEnvironmentVariable('POWERSHELL_TELEMETRY_OPTOUT', '', 'Machine')
"
],
```