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

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