From 5ebd27da7e318efc7e3f729cdb5f532e75e8a725 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Fri, 1 Aug 2025 17:48:18 +0200 Subject: [PATCH] [Toggle] add New Outlook Toggle (#3439) * add WPFToggleNewOutlook * fix link --------- Co-authored-by: Chris Titus --- config/tweaks.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 73fbba8a..0d2b5877 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3646,6 +3646,40 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/stickykeys" }, + "WPFToggleNewOutlook": { + "Content": "New Outlook", + "Description": "If disabled it removes the toggle for new Outlook, disables the new Outlook migration and makes sure the Outlook Application actually uses the old Outlook.", + "category": "Customize Preferences", + "panel": "2", + "Order": "a112_", + "Type": "Toggle", + "registry": [ + { + "Path": "HKCU:\\SOFTWARE\\Microsoft\\Office\\16.0\\Outlook\\Preferences", + "Name": "UseNewOutlook", + "Value": "1", + "OriginalValue": "0", + "DefaultState": "true", + "Type": "DWord" + }, + { + "Path": "HKCU:\\Software\\Microsoft\\Office\\16.0\\Outlook\\Options\\General", + "Name": "HideNewOutlookToggle", + "Value": "0", + "OriginalValue": "1", + "DefaultState": "true", + "Type": "DWord" + }, + { + "Path": "HKCU:\\Software\\Policies\\Microsoft\\office\\16.0\\outlook\\preferences", + "Name": "NewOutlookMigrationUserSetting", + "Value": "1", + "OriginalValue": "0", + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/newoutlook" + }, + "WPFToggleMultiplaneOverlay": { "Content": "Multiplane Overlay", "Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",