docs(endpoint-commands): fix reg_list event name and parameter syntax#216
Open
ecapuano wants to merge 1 commit into
Open
docs(endpoint-commands): fix reg_list event name and parameter syntax#216ecapuano wants to merge 1 commit into
ecapuano wants to merge 1 commit into
Conversation
a9faa5c to
bc14b33
Compare
- Response event is REGISTRY_LIST_REP, not REG_LIST_REP (matches docs/8-reference/edr-events.md and faq/privacy.md). - The registry path is a positional argument. Confirmed in production: passing --reg_path causes the command to fail. Replace the example with confirmed-working invocations using short hive prefixes (hklm). - Add reg_list to the platform-support table at the top of the file (it was missing).
bc14b33 to
e891087
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the
reg_listentry indocs/8-reference/endpoint-commands.md. As written, the documented invocation does not work in production.REG_LIST_REP— actual event isREGISTRY_LIST_REP(matchesdocs/8-reference/edr-events.mdanddocs/8-reference/faq/privacy.md).--reg_path "<path>". Confirmed in production: passing--reg_pathcauses the command to fail; the path must be passed as a positional argument. Replaced the example with three confirmed-working invocations using short hive prefixes (hklm).reg_listto the platform-support table at the top of the file (it was missing).Test plan
reg_list <path>examples copy/paste cleanly and match the form confirmed working in productionREGISTRY_LIST_REPexists as a heading indocs/8-reference/edr-events.mdreg_listwith a working anchor link