Add Registry Key Scripts/Disable Windows Web Search.ps1
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user