ReePrime
How to List All Windows Features Using CMD & PowerShell ⚡💻 | Step-by-Step Tutorial

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

How to List All Windows Features Using CMD & PowerShell ⚡💻 | Step-by-Step Tutorial

W
Winsides.com

19 Views • Dec 12, 2024

Description

#WindowsFeatures #CMD #PowerShell #techtutorial

Explore how to list all Windows features easily using CMD and PowerShell in this step-by-step tutorial! Whether you're a tech enthusiast or an IT professional, understanding Windows features is crucial for efficient system management. 💻🔧

📌 In this video, we'll guide you through:
1️⃣ Listing all features with CMD.
2️⃣ Using PowerShell to list enabled and disabled features.

Detailed Article on: https://winsides.com/how-to-list-available-windows-features-cmd-powershell/

📋 Commands Used:

CMD Command:
dism /online /get-features

PowerShell Command:
Get-WindowsOptionalFeature -Online

Sort out Enabled Features in PowerShell:
Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Enabled'}

Sort out Disabled Features in PowerShell:
Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Disabled'}


Subscribe to Winsides.com for more tech tutorials, troubleshooting tips, and system management tricks.

#Winsides #WindowsManagement #DISMCommand #WindowsOptionalFeatures #SystemAdmin #WindowsTips #TechTips #TroubleshootingWindows #ITProfessional #EnableFeatures #DisableFeatures #LearnTech #SystemConfiguration #WindowsServer #Windows10 #Windows11 #WindowsFeaturesList #TechEducation #WindowsCustomization #SystemHacks #AdminTools