File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,6 +265,11 @@ Write-Host "Disabling Telemetry:"
265265& ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' ' /v' ' AcceptedPrivacyPolicy' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
266266& ' reg' ' add' ' HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' ' /v' ' AllowTelemetry' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
267267& ' reg' ' add' ' HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' ' /v' ' Start' ' /t' ' REG_DWORD' ' /d' ' 4' ' /f' | Out-Null
268+ # # Disable Windows Spotlight and tips on lockscreen
269+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' /v' ' RotatingLockScreenEnabled' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
270+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' /v' ' RotatingLockScreenOverlayEnabled' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
271+ & ' reg' ' add' ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' /v' ' SubscribedContent-338387Enabled' ' /t' ' REG_DWORD' ' /d' ' 0' ' /f' | Out-Null
272+
268273# # Prevents installation or DevHome and Outlook
269274Write-Host " Prevents installation or DevHome and Outlook:"
270275& ' 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