Daily rewrite commit
This commit is contained in:
parent
09b4d8ea28
commit
f897ca973c
8 changed files with 404 additions and 192 deletions
14
modules.d/DisableAdvertising.conf
Normal file
14
modules.d/DisableAdvertising.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name" : "Disable Advertising",
|
||||
"description" : "Disable Advertising",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "AddRegKey",
|
||||
"value" : "1",
|
||||
"key" : "DisabledByGroupPolicy",
|
||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo",
|
||||
"type" : ""
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Reference in a new issue