Skip to content

Update secedit-configure.md #6821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ secedit /configure /db <database file name> [/cfg <configuration file name>] [/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, `<systemroot>\Documents and Settings\<UserAccount>\My Documents\Security\Logs\<databasename>.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:
Expand All @@ -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)
- [secedit /validate](secedit-validate.md)