Added -NoRestart to WPFTweaksWindowsAI (#4639)

This commit is contained in:
Gabi
2026-06-08 17:43:20 +03:00
committed by GitHub
parent 297b3079e5
commit 6214012fd1
+1 -1
View File
@@ -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\"
"