/
/

Choose App or Widgets to Show Detailed Status on Lock Screen in Windows 11

Choose App or Widgets to Show Detailed Status on Lock Screen in Windows 11 blog banner image

Windows 11’s customizable lock screen displays updates from apps like Calendar and Outlook without signing in. It also has detailed status functionality that gives users more in-depth information.

These include upcoming calendar appointments, ongoing calls, and even email subject lines. While it’s a convenient feature for personal use, it raises a valid security concern in enterprise environments. Displaying detailed notifications from critical apps like Outlook may inadvertently expose sensitive information to unauthorized viewers.

That said, users can choose which apps will showcase detailed updates on their lock screens. Below, we’ve outlined the different methods for selecting which app or lock screen widgets will display detailed information.

How to select which apps or lock screen widgets will display detailed status in Windows 11

You can use different methods to configure lock screen widgets depending on whether you’re configuring the setting for personal or enterprise use.

📌 Prerequisites:

  • Operating System: Your computer should be running on Windows 11 or newer.
  • Administrator Rights: Administrator rights are required to make system-wide configuration.
  • Familiarity with Windows Settings, Registry Editor, Scripting, and Group Policy: An understanding of Windows Settings, registry, scripting, and Group Policy is recommended.

📌 Recommended deployment strategies:

Click to Choose a Method

💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Via the Settings app
Method 2: Via Registry Editor
Method 3: Via Command Prompt
Method 4: Using PowerShell
Method 5: Using Group Policy Preferences

Method 1: Selecting lock screen widgets using the Settings app

📌 Use Case: This method is best for individual users who want an easy way to personalize their lock screens.

Steps:

  1. Press Win to open the Settings app.
  2. Navigate to Personalization > Lock Screen.
  3. Under Lock screen apps, select Detailed status.
  4. Use the drop-down menu to choose your desired app or select None to disable the feature.
  5. Close the Settings app.

Your changes should apply immediately.

Method 2: Choosing or disabling the detailed status app via Registry Editor

📌 Use Case: This method is ideal for advanced users or IT administrators managing a small fleet of Windows devices.

Steps:

  1. Run regedit as administrator.
  2. Navigate to:
    • For per-user configuration:
      HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lock Screen
    • For system-wide configuration:
      HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Lock Screen
  3. Create or modify a String Value (REG_SZ) named: DetailedStatusApp
  4. Set data to the application’s AUMID or Protocol ID; clearing it will disable the feature.
  5. Close Registry Editor.
  6. Sign in/out or lock/unlock the screen to apply the changes.

⚠️ Warning: Modifying the registry can have unintended consequences. Proceed with caution and make sure to back up the registry before making configurations.

Method 3: Configure via Command Prompt

📌 Use Case: This method uses scripts to automate lock screen settings.

Steps:

  1. To change the app:
    reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Lock Screen” /v DetailedStatusApp /t REG_SZ /d “<AUMID>” /f

    Replace <AUMID> with the actual identifier of your desired app.

  2. To disable the detailed status functionality:
    reg delete “HKCU\Software\Microsoft\Windows\CurrentVersion\Lock Screen” /v DetailedStatusApp /f

To apply the setting system-wide, change HKCU to HKLM. Sign out or toggle the screen to see the changes.

Method 4: Modify using PowerShell

📌 Use Case: This method allows you to automate or remotely configure lock screen settings.

Steps:

  1. To set your desired app:
    Set-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\Lock Screen” -Name “DetailedStatusApp” -Value “<AUMID>” -Type String
  2. To disable the functionality:
    Remove-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\Lock Screen” -Name “DetailedStatusApp”

Use HKLM: instead of HKCU: for machine-wide configuration. Then, sign in/out or lock/unlock the session to update the display.

Method 5: Change the Group Policy Preferences

📌 Use Case: This method is best used in enterprise environments where centralized and scalable configurations are a must.

Steps:

  1. Open the Group Policy Management Console.
  2. Employee to: User Configuration (or Computer Configuration) → Preferences → Windows Settings → Registry.
  3. To specify or disable:
    • Action: Update or Delete
    • Hive: HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE
    • Key Path: Software\Microsoft\Windows\CurrentVersion\Lock Screen
    • Value Name: DetailedStatusApp
    • Value Type: REG_SZ
    • Value Data: AUMID of the app or blank/absent to disable
  4. Link the policy to the target OU and enforce with gpupdate /force.
  5. User needs to lock/unlock the screen to apply the changes.

Tips on customizing the detailed status settings in Windows 11

There are a few more things you should know about configuring the detailed status setting in Windows 11.

  • Using the correct AUMID or Protocol ID is a must. You can find this code in the app manifest or via PowerShell.
  • System-wide settings (HKLM) may override per-user settings (HKCU) if specified.
  • As of writing, no official ADMX or policy template exists. GPP is the recommended deployment method.
  • Changes will be applied upon user session unlock; no need to reboot the device.
  • Disabling the detailed status will not affect the quick status notifications.

⚠️ Things to look out for

Keep these pitfalls in mind when following our guide.

RisksPotential consequencesReversal
Registry misconfigurations.Adding the wrong keys to the Registry can lead to system instability or unintended behavior.Restore the latest backup of the registry before making any changes.
Incorrect syntax or registry path.The setting may only apply to the current user instead of all users or vice versa.Check if your script is using the right policy path before execution.
Overriding behaviorEnterprise policies may override manual configurations made in Edge’s settings.Review your existing Group Policies for any conflicting entries that may override your changes.

Personalize your lock screen by choosing which apps display detailed information

Choosing which apps or widgets display detailed notifications on your lock screen is a simple yet powerful way to personalize your device. It gives you greater control over the information that appears on your device, allowing you to balance convenience with security.

Whether you’re configuring your personal computer or managing a network of endpoints, there’s a method you can use for every scenario.

Related topics:

FAQs

As mentioned earlier, you can get and customize the information displayed on your Windows lockscreen through the Settings app, the Registry Editor, Command Prompt, and PowerShell.

You can also use the Group Policy Management Console (GPMC) to configure the setting across multiple devices.

To change your Windows 11 lock screen, open the Settings app and navigate to Personalization Lock screen. There, you can change the background of your lock screen, adjust your device’s lock screen timeout, and make other customizations.

Yes, Windows 11 has widgets that provide real-time updates, such as news and weather forecasts, through your desktop.

You might also like

Ready to simplify the hardest parts of IT?