Hkey_current_user\software\microsoft\office\16.0\common\identity May 2026

| Related Key | Purpose | |-------------|---------| | HKCU\Software\Microsoft\Office\16.0\Common\SignIn | Sign-in UI and behavior settings. | | HKCU\Software\Microsoft\Office\16.0\Common\Internet | Proxy/network settings for identity endpoints. | | HKLM\Software\Policies\Microsoft\Office\16.0\Common\Identity | Machine-wide policy overrides. | | HKCU\Software\Microsoft\Office\16.0\Common\Licensing | Activation state tied to identity. | List current signed-in user Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\Identity" -Name "LastLoggedInUser" -ErrorAction SilentlyContinue Enumerate all stored identities $path = "HKCU:\Software\Microsoft\Office\16.0\Common\Identity\Identities" Get-ChildItem -Path $path | ForEach-Object Get-ItemProperty -Path $_.PSPath

| Policy Path | Setting | |-------------|---------| | User Configuration\Administrative Templates\Microsoft Office 2016\Tools \ Options \ General \ Service Settings... | – Prevents Office from using cached identity. | | ...\Identity | Block signing into Office – Completely disables cloud identities. | | ...\Roaming Settings | Disable roaming of identity – Prevents identity from following user between devices. | | Related Key | Purpose | |-------------|---------| |

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

To use social login you have to agree with the storage and handling of your data by this website.

Add to Collection

No Collections

Here you'll find all collections you've created before.