Commit this day work
This commit is contained in:
parent
f897ca973c
commit
b221e5db4d
13 changed files with 370 additions and 60 deletions
28
modules.d/DisableGeolocation.conf
Normal file
28
modules.d/DisableGeolocation.conf
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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" : ""
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Reference in a new issue