mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-02-07 12:11:53 +01:00
Add AllowLinguisticDataCollection=0 to all Privacy profiles (prevents typing data collection)
This commit is contained in:
parent
8ca38df79c
commit
eafa89cf97
3 changed files with 21 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue