parent
c5b4446133
commit
f9b35b9a3d
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ SETTINGS_EXPLORER_SYSTEM = {
|
||||||
'Status': {'Value': 0},
|
'Status': {'Value': 0},
|
||||||
},
|
},
|
||||||
# Disable Telemetry
|
# Disable Telemetry
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {
|
r'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {
|
||||||
|
# Using SOFTWARE in all caps to avoid collision with 32-bit setting below
|
||||||
'DWORD Items': {'AllowTelemetry': 0},
|
'DWORD Items': {'AllowTelemetry': 0},
|
||||||
},
|
},
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {
|
r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue