They added more widget services so... (#4262)

This commit is contained in:
Gabi
2026-03-31 18:34:33 +03:00
committed by GitHub
parent 12abc7f281
commit 01d24bdf31

View File

@@ -67,7 +67,7 @@
" "
# Sometimes if you dont stop the Widgets process the removal may fail # 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 Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxPackage MicrosoftWindows.Client.WebExperience -AllUsers | Remove-AppxPackage -AllUsers Get-AppxPackage MicrosoftWindows.Client.WebExperience -AllUsers | Remove-AppxPackage -AllUsers