From 1f0756336f07b9308a9e45765d41cbc51e370e6e Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:32:01 +0300 Subject: [PATCH] Update tweaks.json (#4774) --- config/tweaks.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 119257a0..955b488d 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -968,7 +968,10 @@ Get-AppxPackage -AllUsers \"*Copilot*\" | Remove-AppxPackage -AllUsers Get-AppxPackage -AllUsers Microsoft.MicrosoftOfficeHub | Remove-AppxPackage -AllUsers - Remove-AppxPackage $Appx + + if ($Appx) { + Remove-AppxPackage $Appx + } Set-Service -Name WSAIFabricSvc -StartupType Disabled Disable-WindowsOptionalFeature -FeatureName Recall -Online -NoRestart