6

Yes, the question is as the title said. It seem weird since we can invoke it using the Start Menu. But my PC is a client one and I was in an Administrative PowerShell session and would like to run it from there to see which features my PC had.

1 Answer 1

14

You can use the command optionalfeatures in CMD and PowerShell to open the old styled feature dialog.
enter image description here


To output/pipe/use it in the shell you can use Get-WindowsOptionalFeature -Online
enter image description here


If you mean the Windows Capabilities you can use the PowerShell command Get-WindowsCapability -Online
enter image description here


There's a good summary of many those commands and shell extensions on the following pages, but it's in German:

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .