Add services modules

This commit is contained in:
Yorick Barbanneau 2018-03-31 23:15:47 +02:00
parent 80e3c40b43
commit ce7da69a5b
4 changed files with 96 additions and 0 deletions

View 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"
}
]
}