chore: Update generated dev docs (#4293)

This commit is contained in:
Chris Titus
2026-03-31 10:35:12 -05:00
committed by GitHub
parent 01d24bdf31
commit e63d75e398

View File

@@ -13,7 +13,7 @@ description: ""
"
# Sometimes if you dont stop the Widgets process the removal may fail
Stop-Process -Name Widgets
Get-Process *Widget* | Stop-Process
Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxPackage MicrosoftWindows.Client.WebExperience -AllUsers | Remove-AppxPackage -AllUsers