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