Add services modules
This commit is contained in:
parent
80e3c40b43
commit
ce7da69a5b
4 changed files with 96 additions and 0 deletions
22
modules.d/SER_VariousServices.conf
Normal file
22
modules.d/SER_VariousServices.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name" : "Remove Services",
|
||||
"description" : "",
|
||||
"actions" : [
|
||||
{
|
||||
"_comment" : "Disable most diagnostic related services",
|
||||
"action" : "DisableServices",
|
||||
"file" : "DiagServices.txt",
|
||||
"firewall" : "True"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable Biometric service",
|
||||
"action" : "DisableService",
|
||||
"name" : "WbioSrvc"
|
||||
},
|
||||
{
|
||||
"_comment" : "Disable Windows Licence Manager",
|
||||
"action" : "DisableService",
|
||||
"name" : "LicenseManager"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue