Compare commits

...

2 Commits

Author SHA1 Message Date
MyDrift
34b8c7c3e4 fix bing search
- switch bing search enabled/disabled values
2024-11-09 22:31:14 +01:00
MyDrift
e7aa1656c8 fix window snapping
- fix issue defining WindowArrangementActive as dword instead of string
2024-11-09 22:19:58 +01:00

View File

@ -3338,8 +3338,8 @@
{
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
"Name": "BingSearchEnabled",
"Value": "0",
"OriginalValue": "1",
"Value": "1",
"OriginalValue": "0",
"Type": "DWord"
}
],
@ -3401,7 +3401,7 @@
"Name": "WindowArrangementActive",
"Value": "1",
"OriginalValue": "0",
"Type": "DWord"
"Type": "String"
}
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/SnapWindow"