Video Tutorials
Video Tutor: List Windows Features using Command Prompt & Windows PowerShell
List Windows Features- Explanatory Video
In this video tutorial, we will check out How to List All Windows Features using Command Prompt and Windows PowerShell. The following are the commands used in this video.
See Also: Run Windows Defender Scan Via Command Prompt On Windows 11
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'}
Have Queries?
If you have any queries with the above video, kindly let us know in the comment section.
Related: Smb 1.0 / Cifs File Sharing Support Using Command Prompt & Windows Powershell
Related Articles:
- How to Open CharMap as Administrator on Windows 11? 4+ Easy Ways!
- How to Run Disk Defragment as Administrator on Windows 11?
- How to Run Disk Cleanup Utility as Administrator on Windows 11? 5 Best Ways!
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.