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_Teredo.conf

15 lines
463 B
Text

{
"name" : "Teredo (GPO)",
"description" : "This module desactivate Teredo pseudo interface like GPO did.",
"actions" :
[
{
"_comment" : "Disable Teredo with key controlled by GPO",
"action" : "AddRegKey",
"path" : "HKLM:\\Software\\Policies\\Microsoft\\Windows\\TCPIP\\v6Transition",
"key" : "Teredo_State",
"value" : "Disable",
"type" : "String"
}
]
}