13 lines
497 B
Text
13 lines
497 B
Text
{
|
|
"name" : "Contact, open and paid Wifi (GPO)",
|
|
"description" : "This module desactivate Wifi connexion to shared network by contacts, paid and open AP like GPO does.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "This is the principal reg key controlled by GPO",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Microsoft\\WcmSvc\\wifinetworkmanager\\config",
|
|
"key" : "AutoConnectAllowedOEM",
|
|
"value" : "0"
|
|
} ]
|
|
}
|