Rewrite modules (untested)
This commit is contained in:
parent
b3d3ee6403
commit
eba57e6c8a
53 changed files with 1288 additions and 394 deletions
13
modules.d/GPO_Wifi.conf
Normal file
13
modules.d/GPO_Wifi.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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"
|
||||
} ]
|
||||
}
|
Reference in a new issue