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