Add Registry Key Scripts/Disable Windows Web Search.ps1

This commit is contained in:
2025-08-20 23:59:29 +00:00
parent 93547ab8ae
commit 36f8ae28e9
@@ -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