From d82618612478cb47a8cf8889ba4bc4784bc6d0d0 Mon Sep 17 00:00:00 2001 From: Herbert Mauerer <41573578+HerbertMauerer@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:27:35 +0200 Subject: [PATCH] Update secedit-configure.md note on detail of secedit behavior added that may consfice customers. --- .../administration/windows-commands/secedit-configure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WindowsServerDocs/administration/windows-commands/secedit-configure.md b/WindowsServerDocs/administration/windows-commands/secedit-configure.md index 38f1fb13a9..bfbf4cff42 100644 --- a/WindowsServerDocs/administration/windows-commands/secedit-configure.md +++ b/WindowsServerDocs/administration/windows-commands/secedit-configure.md @@ -30,6 +30,8 @@ secedit /configure /db [/cfg ] [/o | /log | Specifies the path and file name of the log file to be used in the process. If you don't specify a file location, the default log file, `\Documents and Settings\\My Documents\Security\Logs\.log` is used. | | /quiet | Suppresses screen and log output. You can still view analysis results by using the Security Configuration and Analysis snap-in to the Microsoft Management Console (MMC). | +**Note**: SECEDIT may write the registry keys and values in the INF file to the registry in lowercase. This is not a problem as both registry keys and values are not case sensitive. + ## Examples To perform the analysis for the security parameters on the security database, *SecDbContoso.sdb*, and then direct the output to the file *SecAnalysisContosoFY11*, including prompts to verify the command ran correctly, type: @@ -56,4 +58,4 @@ secedit /configure /db C:\Security\FY11\SecDbContoso.sdb /cfg SecContoso.inf /ov - [secedit /import](secedit-import.md) -- [secedit /validate](secedit-validate.md) \ No newline at end of file +- [secedit /validate](secedit-validate.md)