From 268fed63e3a06463233441695f90088100ea6038 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 6 May 2026 09:18:10 +0200 Subject: [PATCH] docs: show group policy registry structure (closes #24946) The Group Policy deployment steps referenced a required registry key structure without showing it. Added the key, value name, type, and expected organization-name data format to the Group Policy tab. Co-Authored-By: Codex ored-By: Codex oreply@openai.com> --- .../manuals/enterprise/security/enforce-sign-in/methods.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/manuals/enterprise/security/enforce-sign-in/methods.md b/content/manuals/enterprise/security/enforce-sign-in/methods.md index 6d216b024525..54aa02076cfe 100644 --- a/content/manuals/enterprise/security/enforce-sign-in/methods.md +++ b/content/manuals/enterprise/security/enforce-sign-in/methods.md @@ -51,7 +51,11 @@ To configure the registry key method manually: Deploy the registry key across your organization using Group Policy: -1. Create a registry script with the required key structure. +1. Create a registry script with the required key structure: + - Key: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Docker\Docker Desktop` + - Value name: `allowedOrgs` + - Value type: Multi-string + - Value data: Your organization names, one per line 1. In Group Policy Management, create or edit a GPO. 1. Navigate to **Computer Configuration** > **Preferences** > **Windows Settings** > **Registry**. 1. Right-click **Registry** > **New** > **Registry Item**.