File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,6 +258,11 @@ Write-Host "Disabling Telemetry:"
258258& ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' ' /v' ' AcceptedPrivacyPolicy' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
259259& ' reg' ' add' ' HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' ' /v' ' AllowTelemetry' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
260260& ' reg' ' add' ' HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' ' /v' ' Start' ' /t' ' REG_DWORD' ' /d' ' 4' ' /f' | Out-Null
261+ # # Disable Windows Spotlight and tips on lockscreen
262+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' /v' ' RotatingLockScreenEnabled' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
263+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' /v' ' RotatingLockScreenOverlayEnabled' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
264+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' /v' ' SubscribedContent-338387Enabled' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
265+
261266# # Prevents installation or DevHome and Outlook
262267Write-Host " Prevents installation or DevHome and Outlook:"
263268& ' reg' ' add' ' HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate' ' /v' ' workCompleted' ' /t' ' REG_DWORD' ' /d' ' 1' ' /f' | Out-Null
You can’t perform that action at this time.
0 commit comments