DEV Community

0 seconds of 2 minutes, 49 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
02:49
 
Vigneshwaran Vijayakumar for Winsides

Posted on • Originally published at winsides.com

2 1 2 1

Video: List All Available Windows Features on Windows 11 using CMD & PowerShell

Kindly follow the below steps to list all Windows Features via Command Prompt and PowerShell.

List Windows Features using Command Prompt:

  • Run Command Prompt as Administrator. Enter the following command.
dism /online /get-features /format:table

Enter fullscreen mode Exit fullscreen mode
  • CMD will display all available Windows Features now. ## List Windows Features using Windows PowerShell:
  • Run PowerShell as Administrator. Execute the following command.
Get-WindowsOptionalFeature -Online

Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of AssemblyAI

Automatic Speech Recognition with AssemblyAI

Experience near-human accuracy, low-latency performance, and advanced Speech AI capabilities with AssemblyAI's Speech-to-Text API. Sign up today and get $50 in API credit. No credit card required.

Try the API

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay