diff --git a/config/tweaks.json b/config/tweaks.json index 739c88ea..711f41ea 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -67,7 +67,7 @@ " # 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