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

1 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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs