diff --git a/Registry Key Scripts/Disable Windows Web Search.ps1 b/Registry Key Scripts/Disable Windows Web Search.ps1 new file mode 100644 index 0000000..e4a7014 --- /dev/null +++ b/Registry Key Scripts/Disable Windows Web Search.ps1 @@ -0,0 +1,2 @@ +New-Item -Path HKCU:\SOFTWARE\Policies\Microsoft\Windows -Name Explorer -Force +New-ItemProperty HKCU:\SOFTWARE\Policies\Microsoft\Windows\Explorer -Name DisableSearchBoxSuggestions -Value 1 -Force \ No newline at end of file