This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
win10-privacy-script/modules.d/GPO_Advertising.conf

13 lines
No EOL
358 B
Text

{
"name" : "Advertising (GPO)",
"description" : "This module desactivate Advertising info like GPO does.",
"actions" :
[
{
"action" : "AddRegKey",
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo",
"key" : "DisabledByGroupPolicy",
"value" : "1"
}
]
}