File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,10 @@ Write-Host "Disabling Telemetry:"
233233& ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' ' /v' ' AcceptedPrivacyPolicy' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' > null
234234& ' reg' ' add' ' HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' ' /v' ' AllowTelemetry' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' > null
235235& ' reg' ' add' ' HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' ' /v' ' Start' ' /t' ' REG_DWORD' ' /d' ' 4' ' /f' > null
236+ Write-Host " Disabling bing in Start Menu:"
237+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Policies\Microsoft\Windows\Explorer'
238+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Policies\Microsoft\Windows\Explorer' ' /v' ' ShowRunAsDifferentUserInStart' ' /t' ' REG_DWORD' ' /d' ' 1' ' /f'
239+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Policies\Microsoft\Windows\Explorer' ' /v' ' DisableSearchBoxSuggestions' ' /t' ' REG_DWORD' ' /d' ' 1' ' /f'
236240# # this function allows PowerShell to take ownership of the Scheduled Tasks registry key from TrustedInstaller. Based on Jose Espitia's script.
237241function Enable-Privilege {
238242 param (
You can’t perform that action at this time.
0 commit comments