fix bing search

- switch bing search enabled/disabled values
This commit is contained in:
MyDrift 2024-11-09 22:31:14 +01:00
parent e7aa1656c8
commit 34b8c7c3e4

View File

@ -3338,8 +3338,8 @@
{ {
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search", "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
"Name": "BingSearchEnabled", "Name": "BingSearchEnabled",
"Value": "0", "Value": "1",
"OriginalValue": "1", "OriginalValue": "0",
"Type": "DWord" "Type": "DWord"
} }
], ],