From 4dc0fd6a6e66baae6eab861f42ecd53ef29919a0 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:58:01 +0200 Subject: [PATCH] Delete-WPFTweaksRecallOff (#3769) Co-authored-by: Chris Titus --- config/tweaks.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 10fc9e0b..1a3abfd0 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2568,51 +2568,6 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removecopilot" }, - "WPFTweaksRecallOff": { - "Content": "Disable Recall", - "Description": "Turn Recall off", - "category": "z__Advanced Tweaks - CAUTION", - "panel": "1", - "Order": "a025_", - "registry": [ - { - "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsAI", - "Name": "DisableAIDataAnalysis", - "Type": "DWord", - "Value": "1", - "OriginalValue": "" - }, - { - "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsAI", - "Name": "AllowRecallEnablement", - "Type": "DWord", - "Value": "0", - "OriginalValue": "" - }, - { - "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy", - "Name": "VerifiedAndReputablePolicyState", - "Type": "DWord", - "Value": "0", - "OriginalValue": "" - } - ], - "InvokeScript": [ - " - Write-Host \"Disable Recall\" - DISM /Online /Disable-Feature /FeatureName:Recall /Quiet /NoRestart - Write-Host \"Please restart your computer in order for the changes to be fully applied.\" - " - ], - "UndoScript": [ - " - Write-Host \"Enable Recall\" - DISM /Online /Enable-Feature /FeatureName:Recall /Quiet /NoRestart - Write-Host \"Please restart your computer in order for the changes to be fully applied.\" - " - ], - "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/disablerecall" - }, "WPFTweaksWPBT": { "Content": "Disable Windows Platform Binary Table (WPBT)", "Description": "If enabled then allows your computer vendor to execute a program each time it boots. It enables computer vendors to force install anti-theft software, software drivers, or a software program conveniently. This could also be a security risk.",