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_Sensors.conf

21 lines
645 B
Text

{
"name" : "Sensors Services",
"description" : "Disable sensors related services should impact orientation, auto-brightness orientation etc.",
"actions" : [
{
"_comment" : "disable sensors service",
"action" : "DisableService",
"name" : "sensorservice"
},
{
"_comment" : "Disable sensors monitoring service",
"action" : "DisableService",
"name" : "SensrSvc"
},
{
"_comment" : "Disable sensors data service",
"action" : "DisableService",
"name" : "SensorDataService"
}
]
}