

The program does offer to create a system restore point, which is advised when tinkering around, just in case you want to undo what you have tweaked (or rendered a broken mess), as well as an option to restore Windows 10's default privacy settings. You will be able to select from almost 50 options to tailor your Windows 10 experience to your privacy comfort level. The power of privacy is right at your fingertips - choose which unwanted functions you wish to deactivate. Every update brings more functions to disable which means I'd have to write a script every time a new functions has been added.O&O ShutUp10 is a free privacy tool that gives you full control over which functions in Windows 10 & 11 you choose to use and how far data gets shared. 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.
