From 6214012fd1c21e4f46051e03f9c87f0223d94763 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:43:20 +0300 Subject: [PATCH] Added -NoRestart to WPFTweaksWindowsAI (#4639) --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 85e9e3a3..def0589f 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -970,7 +970,7 @@ Remove-AppxPackage $Appx Set-Service -Name WSAIFabricSvc -StartupType Disabled - Disable-WindowsOptionalFeature -FeatureName Recall -Online + Disable-WindowsOptionalFeature -FeatureName Recall -Online -NoRestart Write-Host \"Windows AI Disabled\" "