Add AllowLinguisticDataCollection=0 to all Privacy profiles (prevents typing data collection)

This commit is contained in:
NexusOne23 2025-12-09 07:29:52 +01:00
parent 8ca38df79c
commit eafa89cf97
3 changed files with 21 additions and 0 deletions

View file

@ -147,6 +147,13 @@
"Description": "No cloud-based input personalization"
}
},
"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\TextInput": {
"AllowLinguisticDataCollection": {
"Type": "DWord",
"Value": 0,
"Description": "Don't send typing data to Microsoft for language model improvement"
}
},
"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System": {
"EnableActivityFeed": {
"Type": "DWord",

View file

@ -214,6 +214,13 @@
"Description": "No cloud-based input personalization"
}
},
"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\TextInput": {
"AllowLinguisticDataCollection": {
"Type": "DWord",
"Value": 0,
"Description": "Don't send typing data to Microsoft for language model improvement"
}
},
"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System": {
"EnableActivityFeed": {
"Type": "DWord",

View file

@ -213,6 +213,13 @@
"Description": "No cloud-based input personalization"
}
},
"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\TextInput": {
"AllowLinguisticDataCollection": {
"Type": "DWord",
"Value": 0,
"Description": "Don't send typing data to Microsoft for language model improvement"
}
},
"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System": {
"EnableActivityFeed": {
"Type": "DWord",