You don't have to do each step separately first, but if you don't give the right leadin, you won't even see the help options. E.g., if you type
dism /? then "/cleanup-image" will not be one of the options listed. "/online" will be listed, and you have to know to ask for dism /online /? and then "/cleanup-image" will be be listed. If you want to discover "/checkhealth ", "/scanhealth", or "restorehealth" you have to include "/cleanup-image": dism /online /cleanup-image /? On Sunday, June 12, 2022 at 4:08:54 PM UTC-4 David Szent-Györgyi wrote: > On Sunday, June 12, 2022 at 3:35:17 PM UTC-4 [email protected] wrote: > >> You cannot get help on, e.g., "/cleanup-image", or even learn that it >> exists, unless you prefix the help command with the "/online" . It seems >> that dism can do so many things that the help system had to become >> complicated, too. >> > > You mean that one has to enter the command *dism /?* > > then > *dism /online /?* > then > > *dism /online /cleanup-image /?*The same is true of PowerShell's built-in > help: one has to drill down, one argument at a time. One must know which > argument to give at each step. That would be easier if Microsoft chose more > wisely when coining names! > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/dddec83d-e543-4e28-bd9a-64c40c6382f0n%40googlegroups.com.
