22 lines
595 B
Text
22 lines
595 B
Text
{
|
|
"name" : "Remove Services",
|
|
"description" : "",
|
|
"actions" : [
|
|
{
|
|
"_comment" : "Disable most diagnostic related services",
|
|
"action" : "DisableService",
|
|
"file" : "DiagServices.txt",
|
|
"firewall" : "True"
|
|
},
|
|
{
|
|
"_comment" : "Disable Biometric service",
|
|
"action" : "DisableService",
|
|
"name" : "WbioSrvc"
|
|
},
|
|
{
|
|
"_comment" : "Disable Windows Licence Manager",
|
|
"action" : "DisableService",
|
|
"name" : "LicenseManager"
|
|
}
|
|
]
|
|
}
|