Skip to content

Commit 2b9e277

Browse files
minor fixes
1 parent 5144551 commit 2b9e277

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

config/tweaks.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,15 +3677,25 @@
36773677
"Type": "DWord"
36783678
},
36793679
{
3680-
"Path": "HKCU:\\Software\\Policies\\Microsoft\\office\\16.0\\outlook\\preferences",
3681-
"Name": "NewOutlookMigrationUserSetting",
3682-
"Value": "1",
3680+
"Path": "HKCU:\\Software\\Policies\\Microsoft\\Office\\16.0\\Outlook\\Options\\General",
3681+
"Name": "DoNewOutlookAutoMigration",
3682+
"Value": "0",
36833683
"OriginalValue": "0",
3684+
"DefaultState": "false",
3685+
"Type": "DWord"
3686+
},
3687+
{
3688+
"Path": "HKCU:\\Software\\Policies\\Microsoft\\Office\\16.0\\Outlook\\Preferences",
3689+
"Name": "NewOutlookMigrationUserSetting",
3690+
"Value": "0",
3691+
"OriginalValue": "<RemoveEntry>",
3692+
"DefaultState": "true",
3693+
"Type": "DWord"
36843694
}
36853695
],
36863696
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/newoutlook"
36873697
},
3688-
3698+
36893699
"WPFToggleMultiplaneOverlay": {
36903700
"Content": "Multiplane Overlay",
36913701
"Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",
@@ -3695,7 +3705,7 @@
36953705
"Type": "Toggle",
36963706
"registry": [
36973707
{
3698-
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\DWM",
3708+
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Dwm",
36993709
"Name": "OverlayTestMode",
37003710
"Value": "5",
37013711
"OriginalValue": "<RemoveEntry>",

0 commit comments

Comments
 (0)