28 lines
No EOL
658 B
Text
28 lines
No EOL
658 B
Text
{
|
|
"name" : "Disable Geolocation",
|
|
"description" : "Disable GeoLocation",
|
|
"actions" : [
|
|
{
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\LocationAndSensors",
|
|
"key" : "DisableLocation",
|
|
"value" : "1",
|
|
"type" : ""
|
|
},
|
|
{
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\LocationAndSensors",
|
|
"key" : "DisableLocationScripting",
|
|
"value" : "1",
|
|
"type" : ""
|
|
},
|
|
{
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\LocationAndSensors",
|
|
"key" : "DisableWindowsLocationProvider",
|
|
"value" : "1",
|
|
"type" : ""
|
|
}
|
|
]
|
|
|
|
} |