

Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.įortunately, distribution rights do not apply for internal use. If you are an organization using Chocolatey, we want your experience to be fully reliable.ĭue to the nature of this publicly offered repository, reliability cannot be guaranteed.


Every update brings more functions to disable which means I'd have to write a script every time a new functions has been added.Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.

I'd prefer using ShutUp10 because it is dynamic. DON'T phone home!, Telemetry-related settings have been amended to reduce 'phoning home'.`n`nThe registry changes will not take effect until you restart. Restore normal behaviour for 'Reg' commands RunWait,schtasks /Change /TN "Microsoft\Windows\Feedback\Siuf\DmClient" /Disable,hide RunWait,schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /Disable,hide RunWait,schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /Disable,hide RunWait,schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /Disable,hide Section 3 - Amend telemetry-related scheduled tasks RunWait,sc config "DiagTrack" start= disabled,hide Note: This used to appear in Services as 'Diagnostics Tracking Service' but MS sneakily renamed it to 'Connected User Experiences and Telemetry' Section 2 - Amend telemetry-related services RegWrite, REG_DWORD, HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection, AllowTelemetry, 0 RegWrite, REG_DWORD, HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection, AllowTelemetry, 1 Diagnostic and usage data - Send your device data to Microsoft - BASIC RegWrite, REG_DWORD, HKCU\SOFTWARE\Microsoft\Siuf\Rules, NumberOfSIUFInPeriod, 0 Feedback frequency - Windows should ask for my feedback - NEVER (SIUF = System Initiated User Feedback) Section 1 - Amend telemetry-related settings in the registry Allow registry commands in a 32-bit script to access redirected keys in the 64-bit registry view and vice versa. Run *RunAs "%A_ScriptFullPath%" Requires v1.0.92.01+ Code: Select all Prompt to 'Run as Admin', i.e.
