From 01d24bdf31ae597ebabb7f6408a1ecfcc1e13ded Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Tue, 31 Mar 2026 18:34:33 +0300 Subject: [PATCH] They added more widget services so... (#4262) --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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