From 354b09ec0d21405e00830bfad0f5703d4b06cda3 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:56:10 +0200 Subject: [PATCH] Fix-WPFTweaksWidget (#4025) * Fix WPFTweaksWidget * Update Widget.md --- config/tweaks.json | 2 +- docs/content/dev/tweaks/Essential-Tweaks/Widget.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index c976a48b..c40649c7 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -69,7 +69,7 @@ "InvokeScript": [ " # Sometimes if you dont stop Widgets Process for removal to work - Stop-Procces -Name Widgets + Stop-Process -Name Widgets Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers Invoke-WinUtilExplorerUpdate -action \"restart\" diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Widget.md b/docs/content/dev/tweaks/Essential-Tweaks/Widget.md index ca2fbeb5..a2a2ec23 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Widget.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Widget.md @@ -10,7 +10,7 @@ "InvokeScript": [ " # Sometimes if you dont stop Widgets Process for removal to work - Stop-Procces -Name Widgets + Stop-Process -Name Widgets Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers Invoke-WinUtilExplorerUpdate -action \"restart\"