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/GPO_Wifi.conf

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"
} ]
}