Fix disabling Explorer telemetry #97

Closed
opened 2019-03-05 18:22:10 -07:00 by 2Shirt · 1 comment
2Shirt commented 2019-03-05 18:22:10 -07:00 (Migrated from gitea.2shirt.work)

Can't have both 32 & 64 bit registry setting in same dict.

# Disable Telemetry
r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {
  'DWORD Items': {'AllowTelemetry': 0},
  },
r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': {
  'DWORD Items': {'AllowTelemetry': 0},
  'WOW64_32': True,
  },
Can't have both 32 & 64 bit registry setting in same dict. # Disable Telemetry r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': { 'DWORD Items': {'AllowTelemetry': 0}, }, r'Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection': { 'DWORD Items': {'AllowTelemetry': 0}, 'WOW64_32': True, },
2Shirt commented 2019-03-16 18:16:12 -06:00 (Migrated from gitea.2shirt.work)

Just take advantage of the case-insensitivity in the registry!

Just take advantage of the case-insensitivity in the registry!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 2Shirt/WizardKit#97
No description provided.