From 19f8fdfedf5e8068a2359bb8c8d2443b34f1e044 Mon Sep 17 00:00:00 2001 From: GC-MSFT Date: Thu, 28 Aug 2025 23:28:07 +0530 Subject: [PATCH] Update configure-trusted-roots-disallowed-certificates.md Fixed the registry path for "DisableRootAutoUpdate" and "RootDirUrl" values. --- .../ad-cs/configure-trusted-roots-disallowed-certificates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsServerDocs/identity/ad-cs/configure-trusted-roots-disallowed-certificates.md b/WindowsServerDocs/identity/ad-cs/configure-trusted-roots-disallowed-certificates.md index 6bccc1cee7..13d356fe00 100644 --- a/WindowsServerDocs/identity/ad-cs/configure-trusted-roots-disallowed-certificates.md +++ b/WindowsServerDocs/identity/ad-cs/configure-trusted-roots-disallowed-certificates.md @@ -428,7 +428,7 @@ domain. These settings must be reconfigured, if you want to change them. - Enable or disable the Windows Auto-Update of the trusted CTL: - - **Key**: `HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot\DisableRootAutoUpdate` + - **Key**: `HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot` - **Type**: `REG_DWORD` - **Name**: `DisableRootAutoUpdate` - **Data**: `0` to enabled or `1` to disable. @@ -444,7 +444,7 @@ domain. These settings must be reconfigured, if you want to change them. - Set the shared CTL file location (HTTP or the FILE path): - - **Key**: `HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate\RootDirUrl` + - **Key**: `HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate` - **Type**: `REG_SZ` - **Name**: `RootDirUrl` - **Data**: Enter a valid HTTP or file URI.