Turn off web results in the Start menu
This commit is contained in:
@@ -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 #
|
||||||
|
|||||||
Reference in New Issue
Block a user