Fix disabling Explorer telemetry #97

Closed
opened 2019-03-06 01:22:10 +00:00 by Ghost · 1 comment
Ghost commented 2019-03-06 01:22:10 +00:00 (Migrated from git-old.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, },
Ghost commented 2019-03-17 00:16:12 +00:00 (Migrated from git-old.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.