Add privacy

This commit is contained in:
Przemek Grondek 2023-04-30 23:21:10 +02:00
parent 8254a8ec2b
commit 7a74b393ef
2 changed files with 83 additions and 0 deletions

View File

@ -7,3 +7,4 @@ features:
- features\lite\dark-mode.yml
- features\lite\one-drive.yml
- features\lite\default-apps.yml
- features\lite\privacy.yml

View File

@ -0,0 +1,82 @@
---
title: Privacy settings
description: Enable more privacy
privilege: TrustedInstaller
actions:
- !registryValue:
path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection'
value: 'AllowTelemetry'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection'
value: 'AllowTelemetry'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection'
value: 'MaxTelemetryAllowed'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'AllowCommercialDataPipeline'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'AllowDesktopAnalyticsProcessing'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'AllowDeviceNameInTelemetry'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'DisableEnterpriseAuthProxy'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'DisableTelemetryOptInChangeNotification'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'DisableTelemetryOptInSettingsUx'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'EnableOneSettingsAuditing'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'LimitEnhancedDiagnosticDataWindowsAnalytics'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection'
value: 'MicrosoftEdgeDataOptIn'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack'
value: 'ShowedToastAtLevel'
data: '1'
type: REG_DWORD
# Disable Diagnostic Tracking
- !registryValue:
path: 'HKLM\SYSTEM\CurrentControlSet\Control\Diagnostics\Performance'
value: 'DisableDiagnosticTracing'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Settings\FindMyDevice'
value: 'LocationSyncEnabled'
data: '0'
type: REG_DWORD