14 lines
434 B
Text
14 lines
434 B
Text
{
|
|
"name" : "Microsoft Account (GPO)",
|
|
"description" : "This module desactivate posibility to add a Microsoft account like GPO does.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "Disable MS Account",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System",
|
|
"key" : "NoConnectedUser",
|
|
"value" : "3"
|
|
}
|
|
]
|
|
}
|