14 lines
No EOL
436 B
Text
14 lines
No EOL
436 B
Text
{
|
|
"name" : "Connection Probe (GPO)",
|
|
"description" : "This module desactivate Internet connection probe like GPO does.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "Disable connection probe",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\NetworkConnectivityStatusIndicator",
|
|
"key" : "NoActiveProbe",
|
|
"value" : "1"
|
|
}
|
|
]
|
|
} |