File tree Expand file tree Collapse file tree 2 files changed +6
-23
lines changed
Expand file tree Collapse file tree 2 files changed +6
-23
lines changed Original file line number Diff line number Diff 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" = @ (
Original file line number Diff line number Diff line change 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 ,
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}
You can’t perform that action at this time.
0 commit comments