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

Vigneshwaran Vijayakumar @vigneshwaran_vijayakumar

About: As a seasoned Digital Marketing Manager and Critical Data Analyst, I excel in leveraging data to drive strategic decision-making and maximize ROI. Specializing in Data Analysis and Interpretation.

Location:
Dubai
Joined:
Mar 14, 2024

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

Publish Date: Dec 13 '24
3 0

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

Comments 0 total

    Add comment