Commit this day work
This commit is contained in:
parent
f897ca973c
commit
b221e5db4d
13 changed files with 370 additions and 60 deletions
11
modules.d/disable/DisableServices.conf
Normal file
11
modules.d/disable/DisableServices.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name" : "Disable Service",
|
||||
"description" : "This module delete services known to send data to Microsoft",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "DisableService",
|
||||
"file" : "services.txt",
|
||||
"name" : ""
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue