Skip to content

Commit

Permalink
fix bing search
Browse files Browse the repository at this point in the history
- switch bing search enabled/disabled values
  • Loading branch information
MyDrift-user committed Nov 9, 2024
1 parent e7aa165 commit 34b8c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3338,8 +3338,8 @@
{
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
"Name": "BingSearchEnabled",
"Value": "0",
"OriginalValue": "1",
"Value": "1",
"OriginalValue": "0",
"Type": "DWord"
}
],
Expand Down

0 comments on commit 34b8c7c

Please sign in to comment.