How can i "Stop signing in to all microsoft apps automatically" from regedit

Peter 6 Reputation points
2022-08-23T11:08:43.123+00:00

hello
i want to find a different solution on how can i "Stop signing in to all microsoft apps automatically", using regedit or cmd.
the normal way it didn't worked for me...i need to try on a different way.
thank you

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} vote

2 answers

Sort by: Most helpful
  1. Crasher 126 Reputation points
    2022-08-26T13:42:10.31+00:00

    Maybe the following registry key.

    New-Item -Path HKLM:\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin -Force | New-ItemProperty -Name BlockAADWorkplaceJoin -propertyType DWORD -Value 1

    1 person found this answer helpful.

  2. Anonymous
    2022-08-23T12:58:59.973+00:00

    Maybe remove the account from Control Panel\User Accounts\Credential Manager

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.