mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-08-05 11:36:23 -05:00
Updates to the "Disable Telemetry" tweak (#3465)
* Updates to the "Disable Telemetry" tweak * Update OriginalValue for DeliveryOptimization policy
This commit is contained in:
@ -1824,10 +1824,10 @@
|
|||||||
"registry": [
|
"registry": [
|
||||||
{
|
{
|
||||||
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection",
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection",
|
||||||
"Type": "DWord",
|
"OriginalValue": "<RemoveEntry>",
|
||||||
"Value": "0",
|
|
||||||
"Name": "AllowTelemetry",
|
"Name": "AllowTelemetry",
|
||||||
"OriginalValue": "<RemoveEntry>"
|
"Value": "0",
|
||||||
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection",
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection",
|
||||||
@ -1913,6 +1913,13 @@
|
|||||||
"Value": "0",
|
"Value": "0",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Siuf\\Rules",
|
||||||
|
"OriginalValue": "<RemoveEntry>",
|
||||||
|
"Name": "PeriodInNanoSeconds",
|
||||||
|
"Value": "<RemoveEntry>",
|
||||||
|
"Type": "QWord"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection",
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection",
|
||||||
"OriginalValue": "<RemoveEntry>",
|
"OriginalValue": "<RemoveEntry>",
|
||||||
@ -1945,7 +1952,14 @@
|
|||||||
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DeliveryOptimization\\Config",
|
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DeliveryOptimization\\Config",
|
||||||
"OriginalValue": "1",
|
"OriginalValue": "1",
|
||||||
"Name": "DODownloadMode",
|
"Name": "DODownloadMode",
|
||||||
"Value": "1",
|
"Value": "0",
|
||||||
|
"Type": "DWord"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DeliveryOptimization",
|
||||||
|
"OriginalValue": "<RemoveEntry>",
|
||||||
|
"Name": "DODownloadMode",
|
||||||
|
"Value": "0",
|
||||||
"Type": "DWord"
|
"Type": "DWord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user