chore: Update generated dev docs (#4778)

This commit is contained in:
Chris Titus
2026-06-29 10:32:35 -05:00
committed by GitHub
parent 1f0756336f
commit 8b6098b36a
39 changed files with 42 additions and 39 deletions
@@ -34,7 +34,10 @@ description: ""
Get-AppxPackage -AllUsers \"*Copilot*\" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers Microsoft.MicrosoftOfficeHub | Remove-AppxPackage -AllUsers
Remove-AppxPackage $Appx
if ($Appx) {
Remove-AppxPackage $Appx
}
Set-Service -Name WSAIFabricSvc -StartupType Disabled
Disable-WindowsOptionalFeature -FeatureName Recall -Online -NoRestart