From 36f8ae28e9ccd12a048c881c499ff5da71800445 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 20 Aug 2025 23:59:29 +0000 Subject: [PATCH] Add Registry Key Scripts/Disable Windows Web Search.ps1 --- Registry Key Scripts/Disable Windows Web Search.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Registry Key Scripts/Disable Windows Web Search.ps1 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