Fix-WPFTweaksWidget (#4025)

* Fix WPFTweaksWidget

* Update Widget.md
This commit is contained in:
Gabi
2026-02-11 01:56:10 +02:00
committed by GitHub
parent cfde1b5a92
commit 354b09ec0d
2 changed files with 2 additions and 2 deletions

View File

@@ -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\"

View File

@@ -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\"