Fixed dict collision

* Fixes issue #97
This commit is contained in:
2Shirt 2019-03-16 18:14:31 -06:00
parent c5b4446133
commit f9b35b9a3d
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -71,7 +71,8 @@ SETTINGS_EXPLORER_SYSTEM = {
'Status': {'Value': 0},
},
# 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},
},
r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {