Add some modules
This commit is contained in:
parent
6c2ab58781
commit
033a4fa843
9 changed files with 104 additions and 1 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