From 2b9e277b1043de7051c4e3018eec8de389ecd72a Mon Sep 17 00:00:00 2001 From: Chris Titus Tech Date: Fri, 1 Aug 2025 11:29:10 -0500 Subject: [PATCH] minor fixes --- config/tweaks.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index b705080a..7377769c 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3677,15 +3677,25 @@ "Type": "DWord" }, { - "Path": "HKCU:\\Software\\Policies\\Microsoft\\office\\16.0\\outlook\\preferences", - "Name": "NewOutlookMigrationUserSetting", - "Value": "1", + "Path": "HKCU:\\Software\\Policies\\Microsoft\\Office\\16.0\\Outlook\\Options\\General", + "Name": "DoNewOutlookAutoMigration", + "Value": "0", "OriginalValue": "0", + "DefaultState": "false", + "Type": "DWord" + }, + { + "Path": "HKCU:\\Software\\Policies\\Microsoft\\Office\\16.0\\Outlook\\Preferences", + "Name": "NewOutlookMigrationUserSetting", + "Value": "0", + "OriginalValue": "", + "DefaultState": "true", + "Type": "DWord" } ], "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.", @@ -3695,7 +3705,7 @@ "Type": "Toggle", "registry": [ { - "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\DWM", + "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Dwm", "Name": "OverlayTestMode", "Value": "5", "OriginalValue": "",