Here's an example of how Microsoft sets an example, just a random discovery from just yesterday.
The REAgentC.EXE command is the configuration agent for the Windows Recovery Environment.
"Complete", "comprehensive", reference documentation is here:
REAgentC command-line options:
https://learn.microsoft.com/en-us/windows-hardware/manufactu...
Where the detailed syntax and command-line switches are each "fully" documented in "expanded" webform by default, but the short "header" alone is "unexpanded" and shows only pointers to the first 3 CLI switches:
>In this article
> REAgentC syntax
> /setreimage
> /enable
> /disable
> Show 5 more
until you click "Show 5 more" and then you get the "entire" list:
> REAgentC syntax
> /setreimage
> /enable
> /disable
> /boottore
> /setosimage
> /info
> /setbootshelllink
> Related topics
> Show less
Helpfully this page is dated from 2022 AUG 18, and there is a table of contents in the left-hand frame linking to other pages from the series, but this is the one page known and designated as "REAgentC command-line options" so you've got to figure that this page is core and at least mentions all the options even if further pages would be necessary to fully explain their implementation.
At the bottom of the page after all the /switches have been documented, for further info there is a link to "Related Topics; Windows RE Troubleshooting Features" which is from 2021 DEC 15. Good information there, but nothing more about the switches.
For that you need to click on "Add an update package to Windows RE" from the table of contents to the left:
https://learn.microsoft.com/en-us/windows-hardware/manufactu...
This how-to article appears earlier in the Recovery Environment documentation series, quite a bit before the command-line options are summarized on the final command-line options "reference" page. However this tutorial page is from 2024 FEB 09, so about as current as can be. This is key.
And that's how we can learn about the underdocumented Reagentc switches that can be used to mount and unmount recovery images on a running PC rather than an "offline" image.
The example mentions "ReAgentC.exe /mountre /path c:\mount", and "ReAgentC.exe /unmountre /path c:\mount /commit".
So at least two more reagentc switches are functional now, but not included in the above reference list:
/mountre
/unmountre
Maybe someday these apparently new features will be documented on the main options page like you would expect from a company that is supposed to value keeping up-to-date.