Turn off web results in the Start menu

This commit is contained in:
dado
2025-09-30 20:19:10 +02:00
parent 757b40c109
commit 60b4e73305

View File

@@ -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 # # Explorer #