From de2ea1f9ad261018a11cc937dde7b5c29f3084cf Mon Sep 17 00:00:00 2001 From: lCTdE <139326298+lCTdE@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:55:43 +0200 Subject: [PATCH] Add Tweak to disable Microsoft Account Login --- config/tweaks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index cd074d65..500049c9 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2655,5 +2655,21 @@ "panel": "2", "Order": "a082_", "Type": "300" + }, + "WPFTweaksDisableMicrosoftAccountLogin": { + "Content": "Disable Microsoft Account Login", + "Description": "Disables new logins into Microsoft Accounts, so you can use local accounts in peace.", + "category": "z__Advanced Tweaks - CAUTION", + "panel": "1", + "Order": "a023_", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System", + "Name": "NoConnectedUser", + "Type": "DWord", + "Value": "1", + "OriginalValue": "0" + } + ] } }