Skip to content

Commit 238d16e

Browse files
committed
Update keys that mitigate web results in search
1 parent 11332aa commit 238d16e

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

bin/apply-registry.ps1

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -420,22 +420,7 @@ $entries = [ordered]@{
420420
"min_version" = 10240
421421
"value" = 0
422422
"type" = "REG_DWORD"
423-
"apply_if" = @("mitigate web-based search info")
424-
}
425-
@{
426-
"key_name" = "ConnectedSearchUseWeb"
427-
"min_version" = 9600
428-
"value" = 0
429-
"type" = "REG_DWORD"
430-
"apply_if" = @("mitigate web-based search info")
431-
}
432-
@{
433-
"key_name" = "ConnectedSearchPrivacy"
434-
"min_version" = 9600
435-
"max_version" = 9600
436-
"value" = 3
437-
"type" = "REG_DWORD"
438-
"apply_if" = @("mitigate web-based search info")
423+
"apply_if" = @("disable suggestions and web results in the search box and in search home")
439424
}
440425
)
441426
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" = @(
@@ -618,13 +603,12 @@ $entries = [ordered]@{
618603
"apply_if" = @("disable background apps")
619604
}
620605
)
621-
"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SearchSettings" = @(
606+
"HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" = @(
622607
@{
623-
"key_name" = "IsDynamicSearchBoxEnabled"
624-
"min_version" = 22000
608+
"key_name" = "DisableSearchBoxSuggestions"
625609
"value" = 0
626610
"type" = "REG_DWORD"
627-
"apply_if" = @("disable suggestions in the search box and in search home")
611+
"apply_if" = @("disable suggestions and web results in the search box and in search home")
628612
}
629613
)
630614
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WTDS\Components" = @(

bin/registry-options.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"disable advertising id": true,
2222
"disable autoplay": true,
2323
"disable cloud content": true,
24-
"mitigate web-based search info": true,
24+
"disable suggestions and web results in the search box and in search home": true,
2525
"disable sending inking and typing data to microsoft": true,
2626
"disable automatic maintenance": true,
2727
"disable computer is out of support message": true,
@@ -32,7 +32,6 @@
3232
"disable remote assistance": true,
3333
"disable telemetry": true,
3434
"disable retrieval of online tips and help in the immersive control panel": true,
35-
"disable typing insights": true,
36-
"disable suggestions in the search box and in search home": true
35+
"disable typing insights": true
3736
}
3837
}

0 commit comments

Comments
 (0)