From 60b4e73305890dabcf35c0ebd0823f0e0d85513c Mon Sep 17 00:00:00 2001 From: dado Date: Tue, 30 Sep 2025 20:19:10 +0200 Subject: [PATCH] Turn off web results in the Start menu --- configwinpc.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 64c3680..b6103c7 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -130,6 +130,12 @@ foreach ($taskbarDa_path in $RegistryPaths) { } } +# Turn off web results in the Start menu + +reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /v SearchboxTaskbarMode /t REG_DWORD /d 0 /f +reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /v BingSearchEnabled /t REG_DWORD /d 0 /f +reg add HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f + ########################################################################################## # # # Explorer #