This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
win10-privacy-script/modules.d/SER_VariousServices.conf

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