Video Tutorials

Video Tutor: List Windows Features using Command Prompt & Windows PowerShell

CMD Command:

dism /online /get-features /format:table

PowerShell Command:

Get-WindowsOptionalFeature -Online

Sort Enabled Windows Features using PowerShell:

Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Enabled'}

Sort Disabled Windows Features using PowerShell:

Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Disabled'}

Why You Can Trust Winsides.com?

We combine expert insights with user-friendly guidance. We thoroughly research and test everything to give you reliable and simple to understand tech guides. Please take a look at our publishing process to understand why you can trust Winsides.

Vigneshwaran Vijayakumar

Hello, I'm Vigneshwaran, the founder, owner, and author of WinSides.Com. With nearly a decade of experience in blogging across various domains and specializing in Windows-related tutorials for over five years, I bring a wealth of knowledge and expertise to WinSides.Com

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
Close

Adblock Detected

Kindly disable the Adblocker